Click to See Complete Forum and Search --> : include() error... possible config problem?


mlppodge
07-27-2004, 02:56 PM
i just installed php on my computer and when i go a page using the include() function it gives me this error:

PHP Warning: main(main.html): failed to open stream: No such file or directory in e:\inetpub\wwwroot\index.php on line 10 PHP Warning: main(): Failed opening 'main.html' for inclusion (include_path='.;c:\php4\pear') in e:\inetpub\wwwroot\index.php on line 10

im using IIS 6, and i wanted to know if it would be a config problem?

devinemke
07-27-2004, 02:58 PM
the most likely explanation is exactly what the error says:
...No such file or directory...