Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Install OSC in IIS


x_jack

Recommended Posts

Posted

if you use IIS web server you will have problems when you install OSC.

do the following steps:

 

1)

give "read" "write" permission to "Internet Guest Account" for two files:

 

C:\Inetpub\wwwroot\catalog\admin\includes\configure.php

C:\Inetpub\wwwroot\catalog\includes\configure.php

 

2)

start installation (should be ok)

 

3) change permission of the files back, and make them "read only"

 

now you have another problem when you go "http:\\xxx\catalog\admin\"

 

edit C:\Inetpub\wwwroot\catalog\admin\includes\classes\upload.php with a text editor.

at line 31, change "$this = null;" to "//$this = null;"

 

done

 

have fun :rolleyes:

Posted

Great instructions (they got me going), but small clarification might help.

 

In step 1, you are setting the permissions in Windows Explorer, not Internet Information Services program. Also in XP Pro, you must enter server\IUSER_HOME, for the user to add, where server is your server name.

Archived

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

×
×
  • Create New...