Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SQL file does not exist: /install/oscommerce.sql


smahoney

Recommended Posts

Posted

I am now getting this error during step 3 of the install. The file is there, and has the same permissions as the rest of the site. I've tried manually importing the info with mysqladmin, but it gets stuck at 20400 bytes every time.

 

??

 

TIA

Posted

You are probably trying to install on a Windows server.

If they were people - they wouldn't be able to find their own way home.

You need to edit install/templates/pages/install_3.php and where you see:

$sql_file = $dir_fs_www_root . 'install/oscommerce.sql';

 

Edit it to (change /path_to_root/ to real path):

$sql_file = '/path_to_root/install/oscommerce.sql';

 

You will need to know the path to the root of your website.

Check with your hosting company if you don't know.

 

Vger

Archived

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

×
×
  • Create New...