Allen Byington <mailto:[EMAIL PROTECTED]> scribbled;

[snip]
> 
> *** Error Begins ***
> Fatal error: Failed opening required 'includes/config.inc.php'
> (include_path='/usr/local/lib/php') in
> /opt/apache/htdocs/admin/includes/auth.inc.php on line 24
> *** Error Ends ***
> 

You don't seem to have "." in your include_path, add it in your php.ini:
include_path = "/usr/local/lib/php:."

-jesse


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to