Welcome Guest, Not a member yet? Register   Sign In
Error 403: Forbidden
#1

[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

You don't have permissions to access this page. This usually means one of the following:

this file and directory permissions make them unavailable from the Internet.
.htaccess contains instructions that prevent public access to this file or directory.
Please check file and directory permissions and .htaccess configuration if you are able to do this. Otherwise, request your webmaster to grant you access.

What could be wrong?
#2

[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.
#3

[eluser]mrmeyers99[/eluser]
Yeah, I set all the permissions to 755
#4

[eluser]mrmeyers99[/eluser]
The error message comes from the transport.responseText that I put in the onComplete method in the InPlaceEditor.




Theme © iAndrew 2016 - Forum software by © MyBB