php.ini include_path error problem
Hi,
Fatal error: Failed opening required 'elements.php' (include_path='..') in c:\program files\apache group\apache\htdocs\site\tpl_unsecure.php on line 5
I am getting the above error message whe running a file with an include in it. I thought the include_path was the one in my .htaccess file, but it turns out that it is the one in the php.ini file. So my question is what should I be setting in the php.ini file? I thought the .htaccess file took care of this.
I am running Windows 2000 and I have Apache(HTTP Server Version 1.3), PHP(latest version) and MySQL(latest version) installed and operational.
Any help would be greatly appreciated.
Thanks,
Paul
|