From: Dan W. <Wi...@ma...> - 2002-02-25 02:09:22
|
I am getting a blank page when I load the 'manage.php' file. I think the problem is in my phpesp.ini file. I am not sure if I am specifying the paths for the location of the database and root directories correctly in the phpesp.ini. Here's how I'm currently doing it: $locale_path = 'c:/Inetpub/scripts/phpESP/'; 'include_path' => 'c:/Inetpub/scripts/phpESP/admin/include/', 'handler' => 'c:/Inetpub/scripts/phpESP/public/handler.php', 'handler_prefix' => 'c:/Inetpub/scripts/phpESP/public/handler-prefix.php', I believe this is the right way of phrasing the locations because manage.php finds the phpesp.ini using the same method. Is there something I'm missing? Also, there is a call for a CSS in the .ini file. Do you have to have a CSS file set up? I am running PWS on Windows 98 (yeah yeah, I know I should install Unix. I'm going to but I am stuck developing on this laptop for the time being.) I have PHP 4 installed with the MySQL extension. I am really stuck and do not know what to try next because the page is just blank and there's nothing in the source. I've read the posts about blank pages posted in January and they didn't seem to solve my problem. Thanks in advance. |