CHMOD problem

[16:41:34] SITE CHMOD 777 configure.php
[16:41:34] 200 CHMOD command successful.


When i try to change value in CHMODE the log (see above) answer "command successful", but if try again
to read the value on the file is back to the old value!
Why? Any idea out of here?
Thanks in advance for help!

Enzo

Hi, the most likely reason is that the server is a windows server and they don't need/use chmod.

[16:41:34] SITE CHMOD 777 configure.php
[16:41:34] 200 CHMOD command successful.


When i try to change value in CHMODE the log (see above) answer "command successful", but if try again
to read the value on the file is back to the old value!
Why? Any idea out of here?
Thanks in advance for help!

Enzo
Hey I also got that problem!

Hi, the most likely reason is that the server is a windows server and they don't need/use chmod.

Dear Aokromes,
thanks for your reply.
Yes, the server is a windows one but i NEED to have the file with all privileges (777)! The installation process don't work without this 777!
How can resolve before to upload the file?
Thanks in advance and Merry Christmas!!

Enzo

Dear Aokromes,
thanks for your reply.
Yes, the server is a windows one but i NEED to have the file with all privileges (777)! The installation process don't work without this 777!
How can resolve before to upload the file?
Thanks in advance and Merry Christmas!!

Enzo

Some Windows FTP servers "emulates" chmod, but because windows filesystem and programs don't uses it does nothing. If the php asks for 777 and even click on continue don't works you must edit the php file, but for example this forum is under a windows machine, and it was installed without use of chmod.