Permission denied

Found a bug? Tell us!!
Post Reply
Trench
Regular
Posts: 85
Joined: Fri Nov 05, 2004 11:38 am

Permission denied

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Permission denied

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Trench
Regular
Posts: 85
Joined: Fri Nov 05, 2004 11:38 am

Post by Trench »

Which directory should that go in?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Put it in your s9y root folder.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply