| Author |
Message |
SandmanXL
Beginner


Joined: May 15, 2007 Posts: 3
|
Posted: Tue May 15, 2007 2:53 pm Post subject: configuration wizard -> blank page |
|
|
Hi,
I'm trying to install Gallery 1.5.6 with PHPNuke-clan(PNC 4.2.0). When I go to the configuration wizard I get a blank page... no errors, nothing.
This is the link :
http://www.dsu-clan.com/dsu/modules/gal ... /index.php
Any help would be great!
Update : I forgot to mention that I uploaded the files in Auto mode(Cute FTP), Should I reupload the files in Binary mode? |
|
| Back to top |
|
|
AdBot
|
| Post subject: configuration wizard -> blank page |
|
|
|
|
|
| Back to top |
|
 |
SandmanXL
Beginner


Joined: May 15, 2007 Posts: 3
|
Posted: Mon May 21, 2007 12:55 pm Post subject: Re: configuration wizard -> blank page |
|
|
Hi,
in an attempt to get things working I started looking trough the code. I found out that when I comment out this line in setup/init.php :
require (GALLERY_BASE . '/session.php');
I can see the configuration wizzard.
So I went through the code in session.php. The problem(s) appears to be located in :
createGallerySession()
and
update_session_var($name, $protected=0)
Some more system info :
Freebsd 6.1
Apache 2.0.59
php 5.2.1
Maybe someone can help me now? |
|
| Back to top |
|
|
SandmanXL
Beginner


Joined: May 15, 2007 Posts: 3
|
Posted: Fri May 25, 2007 7:28 am Post subject: Re: configuration wizard -> blank page |
|
|
Fixed! It was a problem with session_start(). It was trying to access a dir that wasnt allowed.
Admin, you can close/lock/delete this thread. |
|
| Back to top |
|
|
|
|
|
|
|