smahoney Posted May 19, 2006 Posted May 19, 2006 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
♥Vger Posted May 20, 2006 Posted May 20, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.