[Solved]: All screens blank [Solved]: All screens blank
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: All screens blank

Started by hharis, March 10, 2008, 08:28:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hharis

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.

Nibbler

include_path setting must include a dot. You have error logging enabled so you should see something in your error logs to indicate that.

hharis


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.

Nibbler

Your include_path should be

.:/usr/local/apache/php/lib/php/

hharis


pardon my idiotism, everything works great now!

Thanks a lot for your help.