Only some of the users have always a problem to get the shared calendar view. It comes back with something like "limit 1,000 is reached for the modul calendar .."
Any ideas?
Thank's a lot for your help
Christian
Only some of the users have always a problem to get the shared calendar view. It comes back with something like "limit 1,000 is reached for the modul calendar .."
Any ideas?
Thank's a lot for your help
Christian
Hi Christian,
Can you please try adding the following line to the config_override.php file?
$sugar_config['resource_management']['special_query_modules'][] = 'Calendar';
This will allow more resources for the Calendar module and should remove the error from occurring.
Hope this helps.
-Chris
Hi Chris!
Many thank's for your quick and helpful reply.
I made both overrides (see also Haiyin) and it seems to work .
Best regards
Christian
Hi Chris!
Many thank's for your quick and helpful reply.
I made both overrides (see also Haiyin) and it seems to work .
Best regards
Christian