From: Neil O. <nei...@co...> - 2008-04-25 13:57:23
|
Hi All, I have installed phpesp 2.0.2 on my website and when attempting to browse to the admin page I received the following error: FATAL: Unable to open /home/childcar/public_html/phpesp//admin/phpESP.ini.php. Aborting. I assume it doesn't like the extra / So I modified the manage.php file as follows: if (!defined('ESP_BASE')) define('ESP_BASE', dirname(dirname(__FILE__))); Removing the trailing / from the definition of ESP_BASE I now get the following error: FATAL: Unable to open /home/childcar/public_html/phpesp/admin/phpESP.ini.php. Aborting. The file does exist in the directory and permissions are set for read and execute. It must be reading manage.php in order to get this far so I'm confused as to what could cause it to not pick up the ini file. Any help is appreciated. Neil |