Posted on: 05/05/02 03:18pm
By: Anonymous (spooka)
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
Errors turned off?
Posted on: 05/06/02 03:05am
By: Dirk
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
Ugh, blank pages.
Posted on: 08/02/02 08:16am
By: 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 ...
Ugh, blank pages.
Posted on: 08/28/02 01:59am
By: 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 -