Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SQL file does not exist: /install/oscommerce.sql


Flor_Venenoza

Recommended Posts

:( i need help, i try to install the SW oscommerce in my server, but send a error

 

New Installation

 

Database Import

 

The following error has occurred:

 

SQL file does not exist: /install/oscommerce.sql

 

i check by FTP and the file exist, i don?t know what to do...

please, help me

Link to comment
Share on other sites

I think you have to create a database first. then you can install. :thumbsup:

 

I install the data base previously and said that the connection is satisfactory,

soon send the error message to me of oscommerce.sql does not exist the file.

Help, please!

Link to comment
Share on other sites

This is a problem with Windows servers. Edit the install/templates/pages/install_3.php file.

 

Find this line:

$sql_file = $dir_fs_www_root . 'install/oscommerce.sql';

 

and, provided you know the path to the root of your web, replace it with something like this:

 

$sql_file = '/var/www/html/install/oscommerce.sql';

 

Vger

Link to comment
Share on other sites

This is a problem with Windows servers. Edit the install/templates/pages/install_3.php file.

 

Find this line:

$sql_file = $dir_fs_www_root . 'install/oscommerce.sql';

 

and, provided you know the path to the root of your web, replace it with something like this:

 

$sql_file = '/var/www/html/install/oscommerce.sql';

 

Vger

>_< sorry, but the problem persist....

 

databseconect2.JPG

Link to comment
Share on other sites

let me guess something

 

 

You are with godaddy hosting arent you.

 

 

change ur hosting server to linux and you will have no problems. The windows server you are using has no php query support. Its ASP.

 

If you arent with godaddy ignore this as i dont know what im talking about then.

Link to comment
Share on other sites

let me guess something

You are with godaddy hosting arent you.

change ur hosting server to linux and you will have no problems. The windows server you are using has no php query support. Its ASP.

 

If you arent with godaddy ignore this as i dont know what im talking about then.

 

you are rigth, i am with godaddy, soo i need change of server? oh in godaddy i have to change for other??

Link to comment
Share on other sites

you are rigth, i am with godaddy, soo i need change of server? oh in godaddy i have to change for other??

 

 

yep its in your control panel.

 

This really should be made a sticky or be pinned somewhere

 

I had the same problem.

 

its under hosting and email click your domain name then on the right hand side it should say change operating system or something like that

Link to comment
Share on other sites

yep its in your control panel.

 

This really should be made a sticky or be pinned somewhere

 

I had the same problem.

 

its under hosting and email click your domain name then on the right hand side it should say change operating system or something like that

 

hi! cheekoboi, sorry mi lenguage is espa?ol, sorry. I need help, how can change my Operating sistem for linux, i buy the hosting with windows, but if i want to change for linux? do yoo know how? can you tell me the steps please???

 

thanks :blink:

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 months later...

sorry for don?t answer... but i make it.

 

Only change the plan of i buy in godaddy.com for CGI and is OK!

 

Don?t have a extra cost!!! And i Have not any problem...

 

see you soon :thumbsup:

 

Visit a shop [Removed Link] and [Removed Link]

Link to comment
Share on other sites

  • 10 months later...

If the Windows Server you are using has PHP support then try:

 

$sql_file = '../install/oscommerce.sql';

 

Checked on: Windows 2003 Server / IIS 6 / PHP 4.4.2

 

 

this way can solve the problem! ths!

Link to comment
Share on other sites

  • 5 months later...

SQL file does not exist: /install/oscommerce.sql

 

 

There may be problem with your Config file , sometimes the databse connection settings are not written in config file, when u use INSTALLER , so you need to Edit Database Connection Settings manually in your Config file.

 

This will help you to solve the problem.

 

:thumbsup:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...