pacman Posted July 2, 2003 Posted July 2, 2003 When I load my OSCommerce site I get the following error message: Warning: main(includes/configure.php): failed to open stream: No such file or directory in /usr/home/web/users/a0017855/html/catalog/includes/application_top.php on line 29 Fatal error: main(): Failed opening required 'includes/configure.php' (include_path='http://www.caillouette.com/myproject/flashservices/app/Gateway.php') in /usr/home/web/users/a0017855/html/catalog/includes/application_top.php on line 29 I have checked my includes/application_top.php and my includes/configure.php but I can't find the following path http://www.caillouette.com/myproject/flashservices/app/Gateway.php Can someone give me an idea of where this is coming from? Thank you
Guest Posted July 2, 2003 Posted July 2, 2003 Line 29 of the application_top is saying to look for a file and that file is not found. Look on what file is names in line 29 and either upload it or troubleshoot it.
Guest Posted July 2, 2003 Posted July 2, 2003 I would look in your php.ini to find out what is setting the include path. It looks like the flash module that you installed replaced your original value rather than appending to it. Btw, the value that you need for OSC is . (meaning the current directory). Most paths are listed either absolutely (which should still work) or relative to the current directory in OSC. Good luck, Matt
pacman Posted July 2, 2003 Author Posted July 2, 2003 the path was set in the php ini file afterall. So I deleted it and now my site works fine. Thanks again
Recommended Posts
Archived
This topic is now archived and is closed to further replies.