Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Urgent Help


salman1karim

Recommended Posts

Dear All,

 

I want to test oscommercems in my local system and i install php5.2.8,mysql ver 5, IIS 6 and windows xp sp3 in my system. I create properly database in mysql through oscommerce.sql script. but when i start to install oscommerece the first step is ok but in second step its not completed when i press continue button its always come on second step its not gone the third step. Please help me about this issue.

Salman

IT Engineer

Link to comment
Share on other sites

Windows/IIS can have problems with relative paths and I think that could be your problem. You could try hard coding the absolute path to oscommerce.sql, although, unless you intend on using IIS as a live server, you could just as well download Wamp or Xampp. From what I have seen on here on IIS installation, you may have more headaches in coming days.

 

However, if you want to try changing the path, look in catalog/install/rpc.php (assuming an RC2 installation), find this code

 

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

 

and change it to the full path. i.e.

 

$sql_file = 'c:/inetpub/wwwroot/catalog/install/oscommerce.sql';

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...