Jump to content

MySQL autocommit false


Recommended Posts

Hello, 

 

I'm trying to install prestashop in my Centos 7 and I get a "HTTP 500 - error" during the populating DB tables step. 

 

My MySQL is configured with autocommit false (0) and I believe that's the problem since when I change it to true, I can install prestashop successfully. 

 

On my real server, I won't be allowed to change this configuration. 

Is there anything I could configure in prestashop to install it with autocommit set to false?

 

Thanks

Link to comment
Share on other sites

Someone?

 

Anybody knows which files I should change to always commit DB activity?

 

I committed in  _query function in these files:

classes/db/DbPDO
classes/db/DbMySQLi

I made some progress but now the installation is failing in "Configure shop information"

 

Any other file I can change?

 

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