Pedro Martín Valenciano
Pedro Martín Valenciano
Same here
I have added a "text_disabled" type in the switch() of ..._settings.php and add the parameter "disabled" in the I guess I will have to do something like this for the...
I've checked the `sql mode` following this instructions: [https://stackoverflow.com/a/40889485/1331068](https://stackoverflow.com/a/40889485/1331068) and it returns this: `ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION` By now, I'm developing locally and I can change that param but I'm not sure if...
I've removed `STRICT_TRANS_TABLES` from `sql_mode`, then removed database and source files. Then I've created the project with composer command `composer create-project -s dev quickapps/website [website_name]`. Now it didn't fail in...
I'm using vagrant server with mysql 5.6 and it was configured as it was by default.
Then should I set sql_mode = NO_ENGINE_SUBSTITUTION only for QACMS to work properly?
Same issue here, and same configuration angular 12.2.16 and so. Installing [email protected] like @rgant said solved the problem because it has schemantics.