|
#1
|
|||
|
|||
|
Not so graceful failure on install
Hello,
I'm trying to install Pixelpost 1.71 on my server. I go through all the steps no problem, but then when I get to setting up a database, the installer fails. I fill out the details on the page, and then hit "Test Connection". It tries to load something, but I just get a blank screen. I don't know what's going on. I have the host, db name, username, and password correct... But no idea what it's trying to do or why it fails. Any help will be appreciated. Thanks, Matt |
|
#2
|
||||
|
||||
|
Memory limit issues? Could be that the script it timing out.
Open the /install.php file located in your admin folder. Find Code:
define('PP_INSTALL', true);
Code:
error_reporting(E_ALL ^ E_NOTICE); Code:
define('PP_INSTALL', true);
error_reporting(E_ALL ^ E_NOTICE);
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#3
|
|||
|
|||
|
Nothing but a blank page :/
Edit: By the way, I don't think it's timing out. It just fails without taking much time at all. 1 second tops. |
|
#4
|
||||
|
||||
|
If it turned to nothing but a blank page, you did something wrong when inserting my code. You should definitely see an error if one exists and it sounds like one does.
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#5
|
|||
|
|||
|
I'm just as confused as you are.
Here's what the head of my install.php file is: Code:
[root@nasuno admin]# head -n 15 install.php
<?php
// SVN file version:
// $Id: install.php 514 2008-01-16 19:24:38Z schonhose $
define('PP_INSTALL', true);
error_reporting(E_ALL ^ E_NOTICE);
/**
* Define current Pixelpost version. !!!!! IMPORTANT !!!!!
* This must be the same version number as stored in the version database table
*
*/
define('PP_VERSION', '1.71');
[root@nasuno admin]#
|
|
#6
|
||||
|
||||
|
I hope, this line
[root@nasuno admin]# head -n 15 install.php is not really part of your code, is it? |
|
#7
|
||||
|
||||
|
hmm no, it is a UNIX command to show the first 15 lines of install.php.
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
|
|
#8
|
||||
|
||||
|
ok, sorry :-)
|
|
#9
|
|||
|
|||
|
Also, if I just go to the pixelpost installation's main directory (i.e. try to access /pixelpost/index.html), I get the same blank screen with nothing in the source at all.
I just noticed this now. |
|
#10
|
||||
|
||||
|
Marreka, care to supply me with some temporary FTP access so i can look at/edit the files? Private Message me if you wish for me to have a look.
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
| Post Reply |
| Thread Tools | |
|
|