Jump to content



Latest News: (loading..)

- - - - -

IIS 5.3 (Win XP) Installation


This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#-19   GrumpyBum

GrumpyBum
  • Members
  • 4 posts

Posted 30 April 2012 - 09:23 AM

Hi All,

I am trying to install osCommerce to Win XP, in the past I have always done this on a Ubuntu LAMP server but trying to get this working on my laptop for development.

I have check security and this is full everything on the directory in both Windows and IIS but I am getting the following error,


The webserver is not able to save the installation parameters to its configuration files.

The following files need to have their file permissions set to world-writeable (chmod 777):

C:/Inetpub/wwwroot/store/includes/configure.php
C:/Inetpub/wwwroot/store/admin/includes/configure.php


Image of Error - http://i49.servimg.com/u/f49/17/29/21/26/screen10.jpg

Can anyone help with this as I am a bit lost / have check all IIS and Windows Permissions :(

Thanks, it is probably a very amateur error
Jarad, Queensland Australia

#-18   MrPhil

MrPhil
  • Members
  • 4,127 posts

Posted 30 April 2012 - 05:28 PM

Windows permissions apparently don't work quite the same way as Linux. My understanding is that the default is read-write for the "owner" and read-only for everyone else. If PHP is running as "someone else", it may be seeing a "read-only" flag on files and folders. I think you're going to have to dig through Windows permissions system and remove "read-only" flags (as seen by others) on certain files and folders. I've never set up a server on Windows, so that's about all I can say on the matter.

#-17   tabletcoders.co.uk

tabletcoders.co.uk
  • Members
  • 17 posts

Posted 30 April 2012 - 08:34 PM

Install xampp for windows from here

http://www.apachefriends.org/en/xampp.html

you can setup any php/mysql application there for development.

Cheers

#-16   GrumpyBum

GrumpyBum
  • Members
  • 4 posts

Posted 01 May 2012 - 09:32 AM

Got it thanks everyone, if you disable simple sharing in XP then you get extended properties and can fix it through there :)
Jarad, Queensland Australia