Guest Posted February 26, 2006 Posted February 26, 2006 I am trying to start a store with OS Commerce, uploaded everything to my server and started the "install" process. The frist 2 steps are fine, I get a confirmation that the communication witht he database was successful butwhen it comes to importing the database I get the following error message: SQL file does not exist: /install/oscommerce.sql I checked on my server and I do have a file named oscommerce.sql in the "install" folder... what am I doing wrong? Can anyone help me please?
♥Vger Posted February 27, 2006 Posted February 27, 2006 what am I doing wrong? Using a Windows server. If they were people they wouldn't be able to find their own way home in the dark. You need to edit install/templates/pages/install_3.php and change this: $sql_file = $dir_fs_www_root . 'install/oscommerce.sql'; and change it to something like this (edit /var/www/html/ to your full file pathway): $sql_file = '/var/www/html/install/oscommerce.sql'; Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.