I have the settings.php include file in the directory with the page I'm trying to run but the php.ini thinks it is in c:\php\pear I don't have a c:\php\pear directory .This is a networked server with multiple users.
So I created c:\php\includes folders and put the settings file in there:
C:\Documents and Settings\myuser\php\includes
That didn't work. There are php.ini files for administrator and for me and an all users php.ini. I changed the include path to c:\php\includes and that didn't work. How do I change this c:\php\pear directory. we don't have a pear directory. I can't install PEAR on the server I don't have admin rights? I just need to include a file on my page.
thanks,
--error--
Warning: require_once(settings) [function.require-once]: failed to open stream: Permission denied in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\tools\mydirectory\loginForm.php on line 29
Fatal error: require_once() [function.require]: Failed opening required 'settings' (include_path='.;C:\php5\pear') in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\tools\mydirectory\loginForm.php on line 29