- Posts: 46
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
CREATE TABLE IF NOT EXISTS `lime_settings_global` ( `stg_name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `stg_value` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`stg_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
The table "{{settings_global}}" for active record class "SettingGlobal" cannot be found in the database.