Guest Posted April 19, 2008 Posted April 19, 2008 When I log into my Admin Section and click on (TOOLS) then (DEFINE LANGUAGES) then I click on CONDITIONS.PHP so that I can edit it. I get the following error on top in a RED BOX.... Error: I can not write to this file. Please set the right user permissions on: /home/houseofe/public_html/includes/languages/english/conditions.php My question is How do I set this permissions ? I'm a Newbie when it comes to PHP or HTML HELP :) Cheers CanWEBada
z92 Posted April 19, 2008 Posted April 19, 2008 When I log into my Admin Section and click on (TOOLS) then (DEFINE LANGUAGES) then I click on CONDITIONS.PHP so that I can edit it. I get the following error on top in a RED BOX.... Error: I can not write to this file. Please set the right user permissions on: /home/houseofe/public_html/includes/languages/english/conditions.php My question is How do I set this permissions ? I'm a Newbie when it comes to PHP or HTML HELP :) Cheers CanWEBada Try this (save as CHMOD.PHP and run from browser): <? $filename = "filename.php"; chmod("path/$filename", 0444); echo "chmod for $filename was changed"; ?>
Guest Posted April 19, 2008 Posted April 19, 2008 Try this (save as CHMOD.PHP and run from browser): <? $filename = "filename.php"; chmod("path/$filename", 0444); echo "chmod for $filename was changed"; ?> Maybe 0755?
Guest Posted April 19, 2008 Posted April 19, 2008 Maybe 0755? Thanks but I figured it out... I logged in via my FTP and changed the permission there :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.