salman1karim Posted January 9, 2010 Share Posted January 9, 2010 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 More sharing options...
spax Posted January 10, 2010 Share Posted January 10, 2010 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.