Web Hosting Talk







View Full Version : Fantastico don't update


Limamg
02-01-2005, 05:18 AM
I try update fantastico and i receive this message above:
sh: line 1: /usr/bin/wget: Permission denied

Has some another way to make the update?

Limamg
02-02-2005, 10:57 AM
For update, change CHMOD of /usr/bin/wget for 755 and update, before, back the CHMOD for 700.
Other solution is create copy of wget for other name, CHMOD this for 755 and configure the fantastico for this file.

ThinkSupport
02-09-2005, 08:10 AM
First try chmod 755 /usr/bin/wget
If you get the access denied error then you will first have to use chattr -i /usr/bin/wget
Then you can use the chmod 755 /usr/bin/wget again.