Jump to content

403 Error Saving Module Translations


Recommended Posts

Hi,

 

I am getting the following error when I am trying to save module translations:

 

Forbidden

You don't have permission to access /shop/psAdmin/index.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

Any suggestions on what to check?

 

Thanks

Link to comment
Share on other sites

I checked an I already have error reporting on.

 

I checked the webserver log and found this error:

 

Oct 25 23:43:40 httpd[92054]: [error] [client 124.170.15.139] File does not exist: /home/********/public_html/403.shtml, referer: http://www.************/shop/psAdmin/index.php?tab=AdminTranslations&token=dd4057de965bb85db8a0fdfaca95aa46&type=modules&lang=en

Edited by sbears (see edit history)
Link to comment
Share on other sites

  • 1 year later...

I had the same problem in PS 1.6.1.4, could not modify modules translations. 

I saw your solutions regarding mod security so I called my hosting provider.

I was very happy with the simple solution given:

- open module translations and open all fields

- search inside translated fields for the text 'curl'

- modify this text with same spaces. I wrote 'c u r l'.

- save translations!

 

And it worked, no more error for modifying translations!

 

Good luck everyone!

 

V.

  • Like 1
Link to comment
Share on other sites

  • 4 months later...

You dont need to contact your hosting provider:

 

Go to Preferences>SEO&URLS and scroll down to disable Apache mod security "yes"

 

Make your changes and then change it back to "No" otherwise you'll undermine your Prestashop security functions.

  • Thanks 1
Link to comment
Share on other sites

  • 2 weeks later...

You dont need to contact your hosting provider:

 

Go to Preferences>SEO&URLS and scroll down to disable Apache mod security "yes"

 

Make your changes and then change it back to "No" otherwise you'll undermine your Prestashop security functions.

I tried to disable Apache's mod_security module in the BackOffice and it did NOT solve the issue, so I have to contact my hosting provider.

Link to comment
Share on other sites

Try to turn off Suhosin from you PHP.

 

You need to be at PHP v5.4 at a minimum though.

Thanks for your reply :-) But Suhosin was already turned off.

 

The host provider disabled Apache's mod_security module and it helped.

So I don't think disabling Apache's mod_security module through the backoffice had any impact in my case.

Link to comment
Share on other sites

  • 1 month later...

Hi everyone !

 

I've just solved this problem on my side.

I made some translation in french (i'm french) and then BOOM, 403 error just in the index. The other pages worked but not the index.

I've tried to turn off and on the apache's security mod but nothing.

 

But then, i've checked my FTP and there was an “fr” folder at the root of it (i don't know really why).
So, when the url was “www.myWebsite.com/fr/“, it tried to check the folder and the error makes sense. (It apply to other languages obviously)

I have renamed the folder and now it works !

 

I know this is not THE solution but i hope this will help someone :) 

Link to comment
Share on other sites

×
×
  • Create New...