FerreireX Posted July 4, 2014 Share Posted July 4, 2014 After i modify my translations, when i try saving show this error. "403 Forbidden You don't have permission to access /shop/admin****/index.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." Any ideia? I find this page but i don't know i can repair this grrr Link to comment Share on other sites More sharing options...
El Patron Posted July 4, 2014 Share Posted July 4, 2014 See if this post helps http://www.prestashop.com/forums/topic/94325-solved-unable-to-make-translations-error-403-admin1120indexphp-forbidden/?p=1574419 since you can not access you back office, using phpmyadmin find table yourprefix_configuration look for field PS_HTACCESS_DISABLE_MODSEC set to 0 Link to comment Share on other sites More sharing options...
FerreireX Posted July 4, 2014 Author Share Posted July 4, 2014 (edited) Im checking my phpmyadmin and don't exist the PS_HTACCESS_DISABLE_MODSEC Im checking the post you send me i try the way the people talk but still have the same problem... I have Prestashop 1.6.0.8 I'm testing in other page with Prestashop 1.5.3 and have the same problem Edited July 4, 2014 by FerreireX (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted July 4, 2014 Share Posted July 4, 2014 Hi, yes, just tested. That field is not in _configuration unless we 'first' set to yes in back office. So I do not think at this time this is your issue. You can check the .htaccess file, see if this exists <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> If not add this to the top of the .htaccess file, like this: # ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums #el patron, add the following four lines <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> Link to comment Share on other sites More sharing options...
FerreireX Posted July 4, 2014 Author Share Posted July 4, 2014 I check and i don't have that code and i write like you say, but i still have that problem. PS1.6.0.8 In PS1.5.3 just show that error when i translate the Installed Modules in default theme. Link to comment Share on other sites More sharing options...
El Patron Posted July 4, 2014 Share Posted July 4, 2014 perplexing you checked that your have correct file owner yes? I'm pretty much out of ideas. Link to comment Share on other sites More sharing options...
El Patron Posted July 4, 2014 Share Posted July 4, 2014 the only thing I can think of is that you have, which is typically normal, a .htaccess file in a folder that looks like this; Order deny,allow Deny from all if you do not have proper file owner group then one would expect to see a 403. Link to comment Share on other sites More sharing options...
FerreireX Posted July 4, 2014 Author Share Posted July 4, 2014 In a one week before, i don't have any problem in translations, but in a couple of days i have this problem, and i don't do anything on files or site. I leave here what i have in my .htaccess # ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> <IfModule mod_rewrite.c> <IfModule mod_env.c> SetEnv HTTP_MOD_REWRITE On </IfModule> RewriteEngine on RewriteRule . - [E=REWRITEBASE:/shop/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L] RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] # AlphaImageLoader for IE and fancybox RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] # Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] </IfModule> AddType application/vnd.ms-fontobject .eot AddType font/ttf .ttf AddType font/otf .otf AddType application/x-font-woff .woff #If rewrite mod isn't enabled ErrorDocument 404 /shop/index.php?controller=404 # ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again and the permission of the .htaccess is 644 Link to comment Share on other sites More sharing options...
Recommended Posts