I have some scripts when I try to run them I received like this error message:
Warning: main(ezxml/classes/ezdomnode.php) [function.main]: failed to create stream: No such file or directory in f:\test_\xml\ezxml\ezxml\classes\ezxml.php on line 40
Warning: main() [function.main]: Failed opening 'ezxml/classes/ezdomnode.php' for inclusion (include_path='c:\php\includes') in f:\test_\xml\ezxml\ezxml\classes\ezxml.php on line 40
Warning: main(ezxml/classes/ezdomdocument.php) [function.main]: failed to create stream: No such file or directory in f:\test_\xml\ezxml\ezxml\classes\ezxml.php on line 41
Warning: main() [function.main]: Failed opening 'ezxml/classes/ezdomdocument.php' for inclusion (include_path='c:\php\includes') in f:\test_\xml\ezxml\ezxml\classes\ezxml.php on line 41
Fatal error: Cannot instantiate non-existent class: ezdomdocument in f:\test_\xml\ezxml\ezxml\classes\ezxml.php on line 75
So why this error? and what's wrong in my include_path?
By the way my OS is windows ME and the web server is appache.
😕 😕