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.in i
PHP API: 20020918
PHP Extension: 20020429
Thread Safety: enabled
include_path: .;C:\Inetpub\ww wroot
My php script used this:
require("/development/classes/configWeb.php") ;
and the configWeb File location is:
C:\Inetpub\wwwr oot\development \classes\config Web.php
And I geet this error message:
Fatal error: getofficeslist( ): Failed opening required
'\development\c lasses\configWe b.php'
(include_path=' .;C:\Inetpub\ww wroot') in
C:\Inetpub\wwwr oot\development \classes\office s.php on line 45
THANKS !
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.in i
PHP API: 20020918
PHP Extension: 20020429
Thread Safety: enabled
include_path: .;C:\Inetpub\ww wroot
My php script used this:
require("/development/classes/configWeb.php") ;
and the configWeb File location is:
C:\Inetpub\wwwr oot\development \classes\config Web.php
And I geet this error message:
Fatal error: getofficeslist( ): Failed opening required
'\development\c lasses\configWe b.php'
(include_path=' .;C:\Inetpub\ww wroot') in
C:\Inetpub\wwwr oot\development \classes\office s.php on line 45
THANKS !
Comment