jblessing Posted July 9, 2003 Posted July 9, 2003 Hey, I'm new to osCommerce but I think the script is amazing. I ftped all the files today, and chmod the two configure.php files. However, when I go to run install.php I get the following error: Warning: main(includes/functions/general.php): failed to open stream: No such file or directory in /home/crimson/public_html/speedsense/install/includes/application.php on line 22 Warning: main(includes/functions/general.php): failed to open stream: No such file or directory in /home/crimson/public_html/speedsense/install/includes/application.php on line 22 Fatal error: main(): Failed opening required 'includes/functions/general.php' (include_path='/usr/local/lib/php:/usr/lib/php') in /home/crimson/public_html/speedsense/install/includes/application.php on line 22 I have no idea why this is happening... if this helps, I've decided to not include the 'catalog' directory... as under the install it said I could. Help ASAP please.
Guest Posted July 10, 2003 Posted July 10, 2003 (include_path='/usr/local/lib/php:/usr/lib/php')Several people have seen this recently, you need to have . (current directory) in your include_path (probably set in php.ini). You might be able to find out more information about this by searching the forums for *include_path*. Hth, Matt
illconcepts Posted July 10, 2003 Posted July 10, 2003 could you possibly go into a bit more detail on the fix to this problem?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.