Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can someone tell me where this path is coming from?


pacman

Recommended Posts

Posted

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

 

Can someone give me an idea of where this is coming from?

 

Thank you

Posted

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.

Posted

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

Posted

the path was set in the php ini file afterall. So I deleted it and now my site works fine.

 

Thanks again

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...