Jump to content

Solucionado/fixed - Error Unknown database type bit requested …


gusman126

Recommended Posts

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 by gusman126 (see edit history)
  • Like 3
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...