already tried that
read write execute scripts.
no go

-----Original Message-----
From: mustafa ocak [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 19, 2003 7:54 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] works on production server but not on localhost



Settings -> Control Panel -> Administrative Tools ->Internet Services
Manager

Click the "Default Web Site" on the list, directories will be shown
Right click the directory the files reside and Select "Properties"

You can give write permission to the directory here.

HTH

Mustafa

----- Original Message -----
From: "Paul Ihrig" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 19, 2003 2:44 PM
Subject: RE: [PHP-DB] works on production server but not on localhost


> ok...
> im on xp running iis win
> i tried to figure out how to change permissions on files & did a few
example
> but it never seemed to work.
> is there a free chmod tool?
>
> or a simple way to do it in windows?
>
> again, i am sure i sound noob, and am...
> thanks for the response.
>
> -paul
>
> -----Original Message-----
> From: mustafa ocak [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 19, 2003 7:32 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-DB] works on production server but not on localhost
>
>
> You are probably right, it looks like a permission problem.
> What is the OS (win, Linux) of your machine?
>
>  It's not about PHP.INI, If your operating system is Windows give write
> permission to the directory these text files reside.
> You can do it by using Internet Services Manager
>
> If it is a unix box (linux included) you can use
>   "chmod a+rw filename"   or
>   "chmod 771 filename"
>
> to give write permission on these files  to everybody.
> Maybe you have to give write permission to the directory too, I'm not sure
> about it.
>
>
> HTH
>
> Mustafa
>
>
> ----- Original Message -----
> From: "Paul Ihrig" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, November 19, 2003 2:16 PM
> Subject: [PHP-DB] works on production server but not on localhost
>
>
> > hey guys..
> > just getting back in to using a little php.
> >
> > have 2 simple hit counters that work fine on the production server.
> > but on my localhost it throughs several errors. looks like a permissions
> > thing?
> >
> > i am not sure if there is a setting in my php.ini file that needs to be
> > tweaked.
> > kind of blind to the errors.
> >
> > looks like a permissions thing?
> >
> > hit counter: Warning: fopen("counterlog.txt", "w") - Permission denied
in
> > C:\Inetpub\wwwroot\WCBE\counter.php on line 4 Warning: fwrite():
supplied
> > argument is not a valid File-Handle resource in
> > C:\Inetpub\wwwroot\WCBE\counter.php on line 5 Warning: fclose():
supplied
> > argument is not a valid File-Handle resource in
> > C:\Inetpub\wwwroot\WCBE\counter.php on line 6 12
> > hit counter2: 00001
> >
> > Warning: fopen("FX_DataCounter/wcbecounter.txt", "r+") - Permission
denied
> > in C:\Inetpub\wwwroot\WCBE\nav.php on line 19 Warning: fgets(): supplied
> > argument is not a valid File-Handle resource in
> > C:\Inetpub\wwwroot\WCBE\nav.php on line 20 Warning: Cannot send session
> > cookie - headers already sent by (output started at
> > C:\Inetpub\wwwroot\WCBE\nav.php:19) in C:\Inetpub\wwwroot\WCBE\nav.php
on
> > line 21 Warning: Cannot send session cache limiter - headers already
sent
> > (output started at C:\Inetpub\wwwroot\WCBE\nav.php:19) in
> > C:\Inetpub\wwwroot\WCBE\nav.php on line 21 Warning: fseek(): supplied
> > argument is not a valid File-Handle resource in
> > C:\Inetpub\wwwroot\WCBE\nav.php on line 23 Warning: flock(): supplied
> > argument is not a valid File-Handle resource in
> > C:\Inetpub\wwwroot\WCBE\nav.php on line 24 Warning: fputs(): supplied
> > argument is not a valid File-Handle resource in
> > C:\Inetpub\wwwroot\WCBE\nav.php on line 25 Warning: flock(): supplied
> > argument is not a valid File-Handle resource in
> > C:\Inetpub\wwwroot\WCBE\nav.php on line 26 Warning: fclose(): supplied
> > argument is not a valid File-Handle resource in
> > C:\Inetpub\wwwroot\WCBE\nav.php on line 27
> >
> > any help would be great.
> > thanks
> > -paul
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to