Jump to content

error 403 translations/cldr/datas


dego

Recommended Posts

buenas, he activado el modo depuración y cuando voy a productos y clicko en un producto (sea cual sea), me marca 5 errores 403 y todos comienzan por /translations/cldr/datas.

 

Alguien tiene idea de que puede ser? no veo que me afecte la tienda pero por mejorar y solucionarlo.

adjunto imagen

error 403 translations-cldr-datas....png

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 months later...
On 18/1/2019 at 10:52 AM, Klemart3D dice:

Mismo problema, solución encontrada?

translation-403.png

 

On 8/10/2018 at 11:43 AM, dego dice:

buenas, he activado el modo depuración y cuando voy a productos y clicko en un producto (sea cual sea), me marca 5 errores 403 y todos comienzan por /translations/cldr/datas.

 

Alguien tiene idea de que puede ser? no veo que me afecte la tienda pero por mejorar y solucionarlo.

adjunto imagen

error 403 translations-cldr-datas....png

 

Link to comment
Share on other sites

This is the solution and I managed to solve. Now there are no more 403 errors
https://github.com/PrestaShop/PrestaShop/issues/10183

Hi, you can replace the content of the translations/cldr/.htaccess file with that;

# Apache 2.2
<IfModule !mod_authz_core.c>
    Order deny,allow
    Allow from all
</IfModule>

# Apache 2.4
<IfModule mod_authz_core.c>
    Require all granted
</IfModule>

It's the content of the file in 1.7.5 where the bugs is solved.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...