server 500 error. I've tried setting chmod to 777 an all files associated with the script and this does not seem to work. Could anyone help please.
server 500 error. I've tried setting chmod to 777 an all files associated with the script and this does not seem to work. Could anyone help please.
You can't have files chmodded to 777. Try 755.
that works but i have a script wich needs full access to a specific folder. Yesterday it did not work without 777 now this seems to work. Thank you.