Guest Posted July 5, 2006 Posted July 5, 2006 The following error has occurred: SQL file does not exist: /install/oscommerce.sql Does anyone know how to stop this???? I have uploaded all the files to my server, everything is in it's place and I keep getting this error... Thanks in advance!
♥Vger Posted July 5, 2006 Posted July 5, 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.