kevu Posted March 5, 2007 Posted March 5, 2007 I am having the SQL file not found error problem?? My error message is pointing to this message >> SQL file does not exist: /usr/local/psa/home/vhosts/install/oscommerce.sql and my oscommerce is located on my server at this location > '/httpdocs/catalog/install/oscommerce.sql' so I changed the .php3 file as per one users instruction to this > $sql_file = '/httpdocs/catalog/install/oscommerce.sql'; Is the above is correct? After I changed the install_3.php file, I am still getiing the same error message? Can someone help? What I am doing wrong? Or do I have to do something else since the server is LINUX I am on a LINUX server. Thanks!
param_nirvana Posted March 5, 2007 Posted March 5, 2007 I am having the SQL file not found error problem??My error message is pointing to this message >> SQL file does not exist: /usr/local/psa/home/vhosts/install/oscommerce.sql and my oscommerce is located on my server at this location > '/httpdocs/catalog/install/oscommerce.sql' so I changed the .php3 file as per one users instruction to this > $sql_file = '/httpdocs/catalog/install/oscommerce.sql'; Is the above is correct? After I changed the install_3.php file, I am still getiing the same error message? Can someone help? What I am doing wrong? Or do I have to do something else since the server is LINUX I am on a LINUX server. Thanks! It should work. I also faced same problem and hardcoded the actual file location and it worked like charm. I don't have access to osc right now but I remember that there was an if-else condition in the install_3.php file. Could you check if you changed the correct one? I'll have a look at the install_3.php and let you know later. Cheers
kevu Posted March 5, 2007 Author Posted March 5, 2007 httpdocs/catalog/install/oscommerce.sql[/b]the location changed my correct folder and the oscommerce.sql file is there. Now it cannont find it? I did not find any if then case for the same file. thanks! Thomas
kevu Posted March 5, 2007 Author Posted March 5, 2007 Hello Param, Thanks for the quick response. I did not uploaded the install_3.php file - my mistake. But after I uploaded the file it seems to be looking at the correct folder. However, it gives this error message. I know that the file is there now what? SQL file not found >>> httpdocs/catalog/install/oscommerce.sql[/b] Now it cannot find it? I did not find any if then case for the same file as you mentioned. thanks for your help! Thomas
Recommended Posts
Archived
This topic is now archived and is closed to further replies.