contentacms / contenta_jsonapi

Contenta CMS, the decoupled Drupal
http://www.contentacms.org/
GNU General Public License v2.0
328 stars 104 forks source link

Drupal 9.4 mysql module Error - import breaks #419

Closed ninjainvenio closed 11 months ago

ninjainvenio commented 1 year ago

I am getting errors when updating to drupal 9.4 regarding the MYSQL module and the reason is that Core-provided database drivers moved to their own modules in drupal 9.4. The solution I found is MySQL module should be included in core.extension,yml file. (mysql: 0)

ninjainvenio commented 1 year ago

Error in Drupa 9.4 :
Unable to uninstall the MySQL module because: The module 'MySQL' is providing the database driver 'mysql'

The resolution has to be performed manually by adding the mysql: 0 in core.extension.yml under