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.
include_path setting must include a dot. You have error logging enabled so you should see something in your error logs to indicate that.
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.
Your include_path should be
.:/usr/local/apache/php/lib/php/
pardon my idiotism, everything works great now!
Thanks a lot for your help.