RE: [PHP-WIN] CHMOD function issue.

2004-11-29 Thread Mike
I just want to make sure of something... What OS is the machine this is happening on? This is the PHP-Windows list and CHMOD really doesn't work on Windows - it's a Unix command. But if you're having problems on a unix system, check to see if there is a umask value set that would be causing this

Re: [PHP-WIN] chmod on win xp - update

2004-01-19 Thread Stuart
mayo wrote: Donatas, you were right: The tools > Folder Options > advanced settings, uncheck "Use simple file sharing" was it. The security tab appeared. (Woohoo) Unfortunately there are still some issues. All the check boxes are grayed out and I'm still unable to give myself execute privileges. In

RE: [PHP-WIN] chmod on win xp - update

2004-01-19 Thread mayo
ED] > Sent: Monday, January 19, 2004 2:32 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] chmod on win xp > > > This goes only for Windows XP Pro, Home edition doesn't have this. Go to > [Explorer window] -> Tools -> Folder Options -> View::Advan

Re: [PHP-WIN] chmod on win xp

2004-01-19 Thread Donatas
e abc.php because Permission denied in c:\inetpub\wwwroot ... The same file works on my ISP's server. thx, Gil > -Original Message- > From: David Tod Sigafoos [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 18, 2004 4:59 AM > To: Gil > Subject: Re: [PH

RE: [PHP-WIN] chmod on win xp

2004-01-19 Thread Svensson, B.A.T. (HKG)
be be set for the user as php runs as (usually the IIs users) or everybody - but you don't want to do the last thing. -Original Message- From: mayo To: David Tod Sigafoos; php-windows Sent: 2004-01-18 20:00 Subject: RE: [PHP-WIN] chmod on win xp I must be missing something because

RE: [PHP-WIN] chmod on win xp

2004-01-18 Thread Mario J. Reis
To: David Tod Sigafoos; php-windows Subject: RE: [PHP-WIN] chmod on win xp I must be missing something because right clicking on the file (in explorer) doesn't give me the option to change read - write - execute. All I get is Read-only and Hidden check boxes. And, they're not checked

RE: [PHP-WIN] chmod on win xp

2004-01-18 Thread mayo
php because Permission denied in c:\inetpub\wwwroot ... The same file works on my ISP's server. thx, Gil > -Original Message- > From: David Tod Sigafoos [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 18, 2004 4:59 AM > To: Gil > Subject: Re: [PHP-WIN] ch

Re: [PHP-WIN] chmod on win xp

2004-01-18 Thread David Tod Sigafoos
You can set the rights on XP (or any windows os) from the Explorer window. RightClick Start Select Explorer navigate to the directory you want with the file showing in the right RightClick the file Select Properties select the 'rights' you want Saturday, January 17, 2004, 8:55:58 PM, you wrote:

RE: [PHP-WIN] chmod

2004-01-03 Thread Svensson, B.A.T. (HKG)
And that was? -Original Message- From: Bobo Wieland To: [EMAIL PROTECTED] Sent: 2004-01-02 20:45 Subject: Re: [PHP-WIN] chmod I've contacted my ISP and it accually was an error from their side. thanks anyway... .bobo -- PHP Windows Mailing List (http://www.php.net/) To unsubs

Re: [PHP-WIN] chmod

2004-01-02 Thread Bobo Wieland
L PROTECTED]>; "'Bobo Wieland '" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 02, 2004 5:51 PM Subject: RE: [PHP-WIN] chmod > 0777 works fine on Windows 2000 and XP, if the user has the rights to > modify the directory. > > - F

RE: [PHP-WIN] chmod

2004-01-02 Thread Frank M. Kromann
itional values are valid on windows platforms (777 was not one of > them). > > Warren Vail > [EMAIL PROTECTED] > > > -Original Message- > From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] > Sent: Friday, January 02, 2004 7:17 AM > To: 'Bobo Wi

RE: [PHP-WIN] chmod

2004-01-02 Thread Warren Vail
More like Holy Gates, I suspect ;-> Warren Vail [EMAIL PROTECTED] -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] Sent: Friday, January 02, 2004 8:02 AM To: 'Warren Vail '; ''Bobo Wieland ' '; '[EMAIL PROTECTED] ' Sub

RE: [PHP-WIN] chmod

2004-01-02 Thread Svensson, B.A.T. (HKG)
> Where someone detected that only 775 and 666 worked, another > concluded that a few additional values are valid on windows > platforms (777 was not one of them). Holy moses! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] chmod

2004-01-02 Thread Warren Vail
- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] Sent: Friday, January 02, 2004 7:17 AM To: 'Bobo Wieland '; '[EMAIL PROTECTED] ' Subject: RE: [PHP-WIN] chmod This seams to be an access problem in the file system. Check if the user Id the process executes under actu

RE: [PHP-WIN] chmod

2004-01-02 Thread Svensson, B.A.T. (HKG)
This seams to be an access problem in the file system. Check if the user Id the process executes under actually have the proper rights in the filesystem, e.g. write (or modify) permission on all the directories in /home/p/plantsko/www/administration/data/. If you are running under some flavour

RE: [PHP-WIN] CHMOD

2002-02-26 Thread Mike Eynon
Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 8:40 AM To: '[EMAIL PROTECTED]' Cc: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] CHMOD >i was reading a php book and it says on UNIX machines i must change the CHMOD >to 6

RE: [PHP-WIN] CHMOD

2002-02-26 Thread Svensson, B.A.T. (HKG)
>i was reading a php book and it says on UNIX machines i must change the CHMOD >to 666 or 777, how do i do this? i never heard of the CHMOD. thanks. Nobody wants in general to chomd a file 777!!! Let me explain why: chmod is an abbreviation of CHange MODe. The mode, or more specify the access

Re: [PHP-WIN] CHMOD

2002-02-24 Thread Pac mon
When you're at a unix console type this: chmod ### thefilename ###=the numbers for owner, group and global thefilename=the name of the file you want to change i was reading a php book and it says on UNIX machines i must change the CHMOD to 666 or 777, how do i do this? i never heard of the CHMO

RE: [PHP-WIN] CHMOD

2002-02-24 Thread alain samoun
Then post at [PHP-GENERAL]. Here it's for PHP on Windows. A+ Alain -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 10:57 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] CHMOD i have a unix host. thats why i am trying to get

Re: [PHP-WIN] CHMOD

2002-02-24 Thread ChaoticWorks
i have a unix host. thats why i am trying to get this CHMOD to work. Thanks.

Re: [PHP-WIN] CHMOD

2002-02-24 Thread Symeon Charalabides
> i put > > chmod ("index.php", 0777); > > in my index.php file and when i viewed it, it displayed > "Warning: chmod failed: Operation not permitted" > anyone know why that is? > chmod is a native Unix command - I doubt tha windows like/permit it. Also, some providers won't let you chmod th

Re: [PHP-WIN] CHMOD

2002-02-24 Thread ChaoticWorks
i put chmod ("index.php", 0777); in my index.php file and when i viewed it, it displayed "Warning: chmod failed: Operation not permitted" anyone know why that is?

RE: [PHP-WIN] CHMOD

2002-02-24 Thread alain samoun
www.php.net [SEARCH FOR:] CHMOD [in the FUNCTIONS list:] http://www.php.net/manual/en/function.chmod.php A+ Alain -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 10:21 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] CHMOD i was reading a

Re: [PHP-WIN] chmod files on windows - how?

2001-12-21 Thread Seung-woo Nam
Hi, Since Windows 98 doesn't have the same kind of file permission settings like UNIX variety of OSes, I don't thibk you should worry about that part. It should be fine as long as "Read Only" property on the file is not turned on. On Fri, 2001-12-21 at 16:54, p13zo wrote: > im using apache1.3 on

RE: [PHP-WIN] chmod files on windows - how?

2001-12-21 Thread Martin Halford
The answer is almost certainly that it won't work and you don't need to do it on your Windows machine. The CHMOD 777 gives full read/access to the file on the Unix/Linux server. martin -Original Message- From: p13zo [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 9:54 PM To:

RE: [PHP-WIN] chmod a folder

2001-11-10 Thread Ross Fleming
] ' Cc: 'Karl S. Lxland ' Subject: RE: [PHP-WIN] chmod a folder >i wondered if someone could tell me jow i chmod a folder i php. >(like: chmod("/somedir/somefile", 0755); works on files) $man chmod -- PHP Windows Mailing List (http://www.php.net/) To unsubsc

RE: [PHP-WIN] chmod a folder

2001-11-09 Thread Svensson, B.A.T.
>i wondered if someone could tell me jow i chmod a folder i php. >(like: chmod("/somedir/somefile", 0755); works on files) $man chmod -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t