Egypt
Account created on 31 January 2015, almost 10 years ago
#

Recent comments

🇪🇬Egypt Mohamed.Osama Egypt

Thanks so much mglaman for the workarount #3 🐛 Database server table creations fail if sql_require_primary_key is set Needs review

I've added the below on the settings.php as I don't have access to mysql configuration.

$databases['default']['default']['init_commands'] = array(
  'primary_key' => "SET SESSION sql_require_primary_key=0"
);
🇪🇬Egypt Mohamed.Osama Egypt

For me, the issue was from the conditional_fields module
Applying this patch to remove the Ckeditor as dependency is fixed it

🇪🇬Egypt Mohamed.Osama Egypt

For me, the issue was from the conditional_fields module
Applying this patch to remove the Ckeditor as dependency is fixed it

Production build 0.71.5 2024