![]() |
Error 403: Forbidden - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Error 403: Forbidden (/showthread.php?tid=12998) |
Error 403: Forbidden - El Forum - 11-06-2008 [eluser]mrmeyers99[/eluser] I have an InPlaceEditor on a page for users to edit their profile. I can login and get to the profile page, but when I try to edit one of the values, the request returns a error 403: forbidden message. We don't have an htaccess file set up. The url I'm sending for my InPlaceEditor is "http://site/index.php/user/editProfile/". The code is working code, because it works on my local machine, but when it's on the server, it doesn't work. ALSO, if I go to that URL from the browser, it doesn't give me a 404 message. Here's the exact message Code: Error 403: Forbidden What could be wrong? Error 403: Forbidden - El Forum - 11-07-2008 [eluser]George Ornbo[/eluser] The error message is a good start ;-) Is the folder that includes the InPlaceEditor world readable? Set folder permssions to 755 if not. If the code is working locally that's probably the cause. Error 403: Forbidden - El Forum - 11-07-2008 [eluser]mrmeyers99[/eluser] Yeah, I set all the permissions to 755 Error 403: Forbidden - El Forum - 11-07-2008 [eluser]mrmeyers99[/eluser] The error message comes from the transport.responseText that I put in the onComplete method in the InPlaceEditor. |