Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Erorrs after clean install


bigAPE

Recommended Posts

Posted

I have attempted to search for this issue without success. I have completed my 1st install of OSC. It is running on a hosted Linux platform with MySQL

 

I have configured the database connection and have requested that Sessions be controlled in the database. Upon succesful installation, if I attempt to open the Admin panel I get the following:

 

Warning: main(includes/functions/general.php): failed to open stream: No such file or directory in /usr/local/etc/httpd/htdocs/catalog/admin/includes/application_top.php on line 70

 

Fatal error: main(): Failed opening required 'includes/functions/general.php' (include_path='') in /usr/local/etc/httpd/htdocs/catalog/admin/includes/application_top.php on line 70

 

and opening the Catalog gets me the following error:

 

Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /usr/local/etc/httpd/htdocs/catalog/includes/application_top.php on line 285

 

Fatal error: main(): Failed opening required 'includes/languages/.php' (include_path='') in /usr/local/etc/httpd/htdocs/catalog/includes/application_top.php on line 285

 

The second one appears to be related to the code being unable to select a language.

 

Can anyone offer and advise to help out a poor OSC newbie.

 

APE

#include caffeine.h

Posted

Add the current directory(.) to your include path for php. This should resolve the issue, there needs to be some work down on the include paths in the code to resolve this issue.

Posted
Add the current directory(.) to your include path for php. This should resolve the issue, there needs to be some work down on the include paths in the code to resolve this issue.

and that would be in the PHP.INI file ? Is there any way to edit the OSC code to manage this, I am unsure if the hosting provider will allow me to change the PHP.INI file

#include caffeine.h

Archived

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

×
×
  • Create New...