PDA

View Full Version : still errors



hebbehout
10-14-2004, 04:55 AM
All the files aare chmoddes to 666 but still got the errors

www.sloerodoe.be (http://webhost.jouwdomein.be/~A000839/www~sloerodoe~be/forum-news/admin/)

Patrick
10-14-2004, 05:52 PM
The script is checking the files to see if they are writable (which is where chmod 666 comes from).

You could try chmodding them to the full 777 (all: read, write, execute).

If that doesn't work then you are not chmodding them correctly ;)