Page 1 of 1

Permission denied

Posted: Mon Oct 03, 2005 5:13 am
by Trench
I'm trying to replace the entrysplit plugin with version 1.8 but when I try to upload it via ftp it won't overwrite stating permission denied. It won't let me delete the original either. The dirs are at 777 so I don't know what the issue is.

Re: Permission denied

Posted: Tue Oct 04, 2005 4:06 pm
by garvinhicking
You might need to run this PHP script:

Code: Select all

<?php
chmod('plugins/serendipity_event_entrysplit/serendipity_event_entrysplit.php', 0777);
?>
To fix permissions if the ownership of the files does not apply for your FTP user.

Regards,
Garvin

Posted: Tue Oct 04, 2005 5:33 pm
by Trench
Which directory should that go in?

Posted: Tue Oct 04, 2005 5:45 pm
by garvinhicking
Put it in your s9y root folder.

Regards,
Garvin