Posted by mirko on 10/21/05 10:09
Hello,
I have a problem with my include_path and I don't know why... Can
anybody see the mistake?
my configuration:
PHP Version 4.3.11
System: Windows NT 5.0 build 2195
Server API: CGI/FastCGI
Virtual Directory Support: enabled
Configuration File (php.ini) Path: C:\WINNT\php.ini
PHP API: 20020918
PHP Extension: 20020429
Thread Safety: enabled
include_path: .;C:\Inetpub\wwwroot
My php script used this:
require("/development/classes/configWeb.php");
and the configWeb File location is:
C:\Inetpub\wwwroot\development\classes\configWeb.php
And I geet this error message:
Fatal error: getofficeslist(): Failed opening required
'\development\classes\configWeb.php'
(include_path='.;C:\Inetpub\wwwroot') in
C:\Inetpub\wwwroot\development\classes\offices.php on line 45
THANKS !
Navigation:
[Reply to this message]
|