Error: "query limit of 1000 reached for calendar module"

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

That should work. Ensure permissions are set correctly. Run a Quick Repair & Rebuild and then check the sugarcrm.log.

Thanks,

Will.

Will, thanks for your reply.

I already done that. In the sugarcrm.log the date of the entries is 06/23/15. There is nothing about yesterday.

Please can you provideme with another solution, or maybe I’m doing something wrong.

Regards