Hi Guys,
Winxp
php 4.3.4
IIS5.1
Have installed php on my localhost (which is actually my F Drive) and seem to be experiencing errors like the ones below.
Warning: main(../Connections/teevee.php): failed to open stream: No such file or directory in F:\Inetpub\wwwroot\admin\addnewtee.php on line 1
Fatal error: main(): Failed opening required '../Connections/teevee.php' (include_path='.;c:\php4\pear') in F:\Inetpub\wwwroot\admin\addnewtee.php on line 1
Now I have had a similar include path problem before when installing php and pear and adjusted the php.ini with the include settings. Well I have done this and nothing is changing. Here is my include code in the .ini file. Perhaps I am just not seeing the problem here.
;UNIX: "/path1:/path2"
;include_path = ".F:/php/"
;
Windows: "\path1:\path2"
include_path = ".F:\php\pear"
Any help would be awesome
Cheers