Marmelo Posted May 23, 2006 Posted May 23, 2006 Hi there, i think i need some help regarding to my instalation, e get the following error. New Installation Database Import The following error has occurred: SQL file does not exist: /install/oscommerce.sql but i get de file in the exact directory... Help please
crash3903 Posted May 23, 2006 Posted May 23, 2006 Hi there,i think i need some help regarding to my instalation, e get the following error. New Installation Database Import The following error has occurred: SQL file does not exist: /install/oscommerce.sql but i get de file in the exact directory... Help please check the permissions on that folder are 755/777 Regards Mark A Reynolds
Marmelo Posted May 23, 2006 Author Posted May 23, 2006 check the permissions on that folder are 755/777 thats the problem, i cant CHOMD files... by the way i'm using godaddy.com services and CuteFTP 7. i right click the file, Properties and nothing.... :(
♥Vger Posted May 24, 2006 Posted May 24, 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.