Access to PrestaShop corporate website French English Change language
Hello, Guest |
| Register
Remember me Forgot password ?
Site Map Site Map Contact us Contact us
PrestaShop job
 

Team members online:


Damien Metzger

 
Post Reply
New Topic
Translations - forbidden error when updating

offline
Posted: 01 July 2008 10:38 PM   [ Ignore ]
Regular
RankRankRank

Messages :

  • total: 31
  • last 7 days: 0
Joined: 2008-07-01

Hiya,

when trying to change a few translations (en language, but error happens with all), when clicking update i get “403 Forbidden –
You do not have permission to access this document. “ page,

am i missing something with permissions or perhaps not setting the correct folder,
i’ve checked the translations folder and tried it with all files/folders at 777 but still no joy

Thanks

 
prestateam offline
Posted: 04 July 2008 11:53 AM   [ Ignore ]   [ # 1 ]
PrestaTeam

Avatar


Hi shake,

Does the Back Office user account you’re logging in with allow modifying translations ?

Confirm that in Back Office >> Tools >> Permissions

 Signature 

Peter WilsonDirector of Communications | Responsable communicationPrestaShop

 
offline
Posted: 04 July 2008 07:25 PM   [ Ignore ]   [ # 2 ]
Regular
RankRankRank

Messages :

  • total: 31
  • last 7 days: 0
Joined: 2008-07-01

hiya, yes they’re all ticked

anyone else had a similar issue?

Image Attachments
forbidden.gif
 
offline
Posted: 12 July 2008 01:53 PM   [ Ignore ]   [ # 3 ]
Regular
RankRankRank

Messages :

  • total: 31
  • last 7 days: 0
Joined: 2008-07-01

sorted it, modsecurity blocking it

if you have access to a webserver:

vi /etc/httpd/modsecurity.d/modsecurity_localrules.conf

Add:

SecRule REQUEST_FILENAME "/adminFOLDERNAMEHERE/*" \
"allow,phase:1,nolog,ctl:ruleEngine=Off"

(adminFOLDERNAMEHERE is the admin folder name of your site)

you should really use the full local server address in here, but if you use a few prestashop sites with the same admin folder name then this way would be much easier,

this should also fix any “501 Not Implemented” that occur when doing anything within admin if you have modsecurity enabled,

another option that might work for you is to add this to your .htaccess file in admin

SecFilterEngine Off
SecFilterScanPOST Off

but i think this depends on which version of modsecurity you have and didn’t work for me

 
 
 
Fast Reply
New Topic