ackbarr Posted February 24, 2003 Posted February 24, 2003 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.
toolcrazy Posted February 24, 2003 Posted February 24, 2003 Yes, you prob didn't upload the proper files to the includes dir. You need to upload those files. There is a lot of file refrenc to that dir. catalog/includes/**.** Steve -------------------------
ackbarr Posted February 25, 2003 Author Posted February 25, 2003 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.
toolcrazy Posted February 25, 2003 Posted February 25, 2003 No, you may want to check your paths in both configure.php files. Steve -------------------------
Recommended Posts
Archived
This topic is now archived and is closed to further replies.