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
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
08/02/02 08:16am
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 ...
08/28/02 01:59am
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');.