spooka

Anonymous
My lib-common.php is pointing to the proper location for the config file. install.php modifies my geeklog database without error, but still i get blank pages. anyone know where to look to correct this? thanks

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073

If you don't get any error messages, check if you have display_errors = On in your php.ini file. If it's off, PHP will not display any error messages and you won't know what's wrong ...

bye, Dirk


Anonymous

Anonymous
Running into the same problem - I've checked paths, I've made sure that the error displaying is turned on for PHP, etc. Still with the blank pages ... Any further progress with fixing this ...

Anonymous

Anonymous
I was having the same problems until I fixed the path in lib-common.php file. In the require_once line, make sure you also include config.php and not just geeklog directory. Basically, the path should look something like require_once('/path/to/geeklog/config.php');.

Hope this helps. - M -