Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > SUPPORT / INFORMATION > Pixelpost Help

Post Reply
 
Thread Tools
  #1  
Old 02-02-2008, 08:38 PM
marreka Offline
forum loafer
 
Join Date: Feb 2008
Posts: 6
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
Reply With Quote
  #2  
Old 02-02-2008, 09:04 PM
Dkozikowski's Avatar
Dkozikowski+ Offline
Team Pixelpost
 
Join Date: Oct 2005
Posts: 1,855
Send a message via AIM to Dkozikowski
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);
Right under it, add:

Code:
error_reporting(E_ALL ^ E_NOTICE);
So it looks like:
Code:
define('PP_INSTALL', true);

error_reporting(E_ALL ^ E_NOTICE);
Save and try your install again. Does it show any errors?
Reply With Quote
  #3  
Old 02-02-2008, 10:55 PM
marreka Offline
forum loafer
 
Join Date: Feb 2008
Posts: 6
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.
Reply With Quote
  #4  
Old 02-02-2008, 11:20 PM
Dkozikowski's Avatar
Dkozikowski+ Offline
Team Pixelpost
 
Join Date: Oct 2005
Posts: 1,855
Send a message via AIM to Dkozikowski
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.
Reply With Quote
  #5  
Old 02-02-2008, 11:34 PM
marreka Offline
forum loafer
 
Join Date: Feb 2008
Posts: 6
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]#
Reply With Quote
  #6  
Old 02-03-2008, 07:39 AM
austriaka's Avatar
austriaka+ Offline
Team Pixelpost
 
Join Date: Nov 2006
Location: Germany
Posts: 1,175
Send a message via ICQ to austriaka Send a message via AIM to austriaka
I hope, this line
[root@nasuno admin]# head -n 15 install.php
is not really part of your code, is it?
__________________
Uh!log Photoblog
My Addons
Reply With Quote
  #7  
Old 02-03-2008, 09:29 AM
Dennis's Avatar
Dennis+ Offline
Team Pixelpost
 
Join Date: Jul 2006
Posts: 2,394
Send a message via MSN to Dennis
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
Reply With Quote
  #8  
Old 02-03-2008, 11:34 AM
austriaka's Avatar
austriaka+ Offline
Team Pixelpost
 
Join Date: Nov 2006
Location: Germany
Posts: 1,175
Send a message via ICQ to austriaka Send a message via AIM to austriaka
ok, sorry :-)
__________________
Uh!log Photoblog
My Addons
Reply With Quote
  #9  
Old 02-03-2008, 01:30 PM
marreka Offline
forum loafer
 
Join Date: Feb 2008
Posts: 6
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.
Reply With Quote
  #10  
Old 02-03-2008, 02:14 PM
Dkozikowski's Avatar
Dkozikowski+ Offline
Team Pixelpost
 
Join Date: Oct 2005
Posts: 1,855
Send a message via AIM to Dkozikowski
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.
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 03:11 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs