craftsmancoding / assetmanager

Asset Manager for MODX Revolution
36 stars 15 forks source link

Mysql strict mod #83

Closed Monggi68 closed 5 years ago

Monggi68 commented 6 years ago

AssetManager can not be installed with mysql strict mod enabled. In Mysql 5.7 strict mod will be no possibility to disable it. Any solution for that ?

Mark-H commented 6 years ago

This is still a problem. There are a number of columns that are set to null="false", without a default, that is preventing assets from being saved to the database.

fireproofsocks commented 6 years ago

I can reproduce this in Docker. Stay tuned...

fireproofsocks commented 5 years ago

The only solution is to comb through the code and set viable default values for database insertion operations. Version 1.3.1 should have those in place. The code is on the master branch.