Jump to content

error 500 after upgrade to 1.7.4


Recommended Posts

I answer me "AH01630: client denied by server configuration..." happens because in /translations/cldr I have a .htaccess with 

Order deny,allow
Deny from all

I've changed to

Require all denied

and this fix it

Error 500 in product preferences continues

Link to comment
Share on other sites

turn on debug mode at the prestashop backend and see what is the cause of the error 500

In my cause that was php function mb_string() call. So I installed missing php-mbstring extension package and that works for me.

Interesting that 1.7.3.2 worked fine without this extension at all.

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

On 8/10/2018 at 8:38 AM, jpg_es said:

 

That's interesting, I reported this error and they couldn't reproduce it. Glad someone finally could.

Link to comment
Share on other sites

  • 3 weeks later...

The Symfony mbstring polyfill has been removed from 1.7.4. So that's why it no longer works if you do not have the native PHP extension enabled.

Link to comment
Share on other sites

  • 5 weeks later...

Can someone explain the solution in the forge, I have ONE language, how can I solve this in my webshop? What do I have to add in the database? I just don't want to mes something up, I have pretty good idea what's wrong but it would be great with some more detailed instructions.

Thanks!

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...