chmod tweak
-
I wish this worked for me BUT my university feels its not in their best interest to turn chmod(); on for all of us kiddos. However, maybe someone else will find this useful?
open wp-admin/b2template.php
go to line 120
paste this
chmod ($file, 0766);
in place of
echo “<input type=\”button\” name=\”oops\” class=\”search\” value=\”(you cannot update that file/template: must make it writable, e.g. CHMOD 766)\” tabindex=\”2\” />”;
unfortionately, this is the error i get.
Warning: chmod failed: Operation not permitted in /nfs/raven/u1/v/vanbossd/public_html/wp-admin/b2template.php on line 120
stupid university.
can anyone tell me if there’s another chmod function that i could try? its just plain annoying to have to go and ftp into the server every time i want to chmod something.
The topic ‘chmod tweak’ is closed to new replies.