[Solved ] Files installed with Spartacus cannot be removed

Creating and modifying plugins.
Post Reply
Neut
Regular
Posts: 91
Joined: Sat Jun 17, 2006 7:51 pm
Location: NL, Earth
Contact:

[Solved ] Files installed with Spartacus cannot be removed

Post by Neut »

This bugs me for some weeks now. Plugins and Templates I installed through Spartacus cannot be removed (deleted) with my FTP program. CHMOD-value is 755 so there shouldn't be a problem. But all I get is 550 Permission denied.
Changing the file attriubutes (CHMOD) also is not allowed.
Stuff I uploaded myself does not give any problem.

It did work work in the past and as far as I know nothing has changed.

My website runs on a webserver by a webhost.

Edit: Solved. I migrated to an other webhost, so this problem is nog longer valid. A fresh start without beginner mistakes. Thanks for your feedback.
Last edited by Neut on Sat Dec 23, 2006 1:45 pm, edited 1 time in total.
Who is General Failure, and why is he reading my disk?
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

Post by stm999999999 »

IIRC a file-creation or delete is a write-access to the directory. perhaps the permissons of ./ are not "right"?
Ciao, Stephan
Neut
Regular
Posts: 91
Joined: Sat Jun 17, 2006 7:51 pm
Location: NL, Earth
Contact:

Post by Neut »

stm999999999 wrote:IIRC a file-creation or delete is a write-access to the directory. perhaps the permissons of ./ are not "right"?
That seems to be fine. Also altering the settings of the Spartacus-plugin does not help.
Who is General Failure, and why is he reading my disk?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Which values did you enter in the spartacus configuration? Usually you enter "0777".

However, changing this only changes files downloaded in the future; it does not change files that already exist.

Have a look at the fixperm.php script in the s9y.org FAQ, that could help you to adjust permissions.

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/
Jeffrey35
Regular
Posts: 44
Joined: Thu Oct 26, 2006 7:38 am

Post by Jeffrey35 »

You can't delete the files because you dont have the rights. "Apache" is the owner of the files placed on your server by webapplications. Because of this you can't delete them in FTP but only in a webapplication. You have to request the hostingprovider to remove the files.
Neut
Regular
Posts: 91
Joined: Sat Jun 17, 2006 7:51 pm
Location: NL, Earth
Contact:

Post by Neut »

OK, the Spartacus settings are OK now, I can install new plugins with it, and I'm still able to delete the files and directories afterwards with my FTP program.

Deleting the old files of which I do not seem to be the owner, is not solved yet. I understand the procedure in the FAQ Garvin has pointed out. When I alter the fixperm.php to change the rights on a directory I cannot delete now, it does not make any diference.
Who is General Failure, and why is he reading my disk?
Post Reply