Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Unable to install with MS1


ackbarr

Recommended Posts

I recently downloaded the 2.2MS1 distribution of osCommerce and when going to http://[mysite]/catalog/install/ I get the following error message:

 

Fatal error: Failed opening required 'includes/functions/general.php' (include_path='/usr/local/cpanel/3rdparty/lib/php/') in /home/yescom/public_html/catalog/install/includes/application.php on line 28

 

line 28 reads:

require('includes/functions/general.php');

 

If I modify this line to read:

require('functions/general.php');

it works fine. However I am not interested in modifying a large # of include paths. Is there a simplier solution?

...and the moral of the story is - with a contrived example, you can prove anything.

Link to comment
Share on other sites

well, I have copied the entire catalog folder and placed it in my public_html folder. I have also tried installing the CVS version with the same results. The include files are there, but the paths relative paths to access them are not correct (all seem to be off by 1 directory).

 

I should also add that I installed the CVS version approx 2 weeks ago on another site on the same server w/o problems.

 

Could a setting in the php.ini have anything to do with where it is looking for the include files?

...and the moral of the story is - with a contrived example, you can prove anything.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...