From: James E. F. <jf...@ac...> - 2002-01-29 23:16:46
|
On Tue, 29 Jan 2002 cj...@if... wrote: > and i find the phpESP.ini, i have configured the configuration > > then, when i launch manage.php > > msg error : Unable to open INI file. Aborting. > > ... CHMOD = 777 > > then.. why this msg ? Did you install in the default location? (/usr/local/lib/php/contrib/phpESP) If not, then you need to edit manage.php (and handler*.php) and change the path to the INI file. Also the whole path up to the INI file must be at least executable (chmod o+x) by the user apache runs as. -James |