In the Calendar menu I got this error, âquery limit of 1000 reached for calendar moduleâ, this error is for some users, not all users got this error.
In the config.php file, among other things, i have this configuration
âresource_managementâ =>
array (
âspecial_query_limitâ => 50000,
âspecial_query_modulesâ =>
array (
0 => âReportsâ,
1 => âExportâ,
2 => âImportâ,
3 => âAdministrationâ,
4 => âSyncâ,
5 => âCalendarâ,
),
âdefault_limitâ => 50000,
),
But nothing seems to work. Can you please help me with a solution?
Regards