gusman126 Posted September 2, 2019 Share Posted September 2, 2019 (edited) This failure is due to the fact that some module has added us in the database and in some table a field with the type "bit (1)" which is not compatible with PrestaShop and its updates Download a backup copy of our data base store. Edit the SQL file with an editor, remember it occupies many MB, use good editors Search bit (1) will show you the fields that have that type of field, look at what table it is. Open phpmyadmin, look for the table, look for the field Change the field, it must be type INT (1) More information: https://gmartos.es/error-unknown-database-type-bit-requested-doctrinedbalplatformsmysqlplatform-may-not-support-it/ Edited September 2, 2019 by gusman126 (see edit history) 3 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now