coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: hharis on March 10, 2008, 08:28:54 PM

Title: [Solved]: All screens blank
Post by: hharis on March 10, 2008, 08:28:54 PM
please pardon my ignorance,

I installed 1.4.16 on Linux with no problem. But after all that all the screens are blank.

No error whatsoever and I have never seen anything but my install screen.

http://photo.boilermaker.com/photo/login.php

PHP info is here:

http://photo.boilermaker.com/photo/php.php

Permissions are fine, from what I can tell, and I have full control on the server.
Title: Re: All screens blank
Post by: Nibbler on March 10, 2008, 08:39:37 PM
include_path setting must include a dot. You have error logging enabled so you should see something in your error logs to indicate that.
Title: Re: All screens blank
Post by: hharis on March 10, 2008, 09:06:44 PM

thank you for your help,
I added the dot. and look at the log files again the only thing that I found was

File does not exist: .../photo.boilermaker.com/html/photo/themes/classic/scripts.js

I added scripts.js to the folder and still nothing.

Any other idea?

Again thanks for the help.
Title: Re: All screens blank
Post by: Nibbler on March 10, 2008, 09:08:38 PM
Your include_path should be

.:/usr/local/apache/php/lib/php/
Title: Re: All screens blank
Post by: hharis on March 10, 2008, 09:14:47 PM

pardon my idiotism, everything works great now!

Thanks a lot for your help.