
-
Display Nameifpsugarcrm
-
Member SinceJanuary 11th, 2013
-
Last SeenFebruary 14th, 2017
ifpsugarcrm does not have any add-ons for sale.
-
Support October 26th, 2015 @ 2:28 pm
Looks like I cannot edit my comment and the previous formatting looks bad, so to clarify:
on or around line 187 in modules/Calendar/CalendarActivity.php change: $where = self::get_occurs_until_where_clause($meeting->table_name, $meeting->rel_users_table, $view_start_time, $view_end_time, 'date_start', $view); to: $where = self::get_occurs_within_where_clause($meeting->table_name, $meeting->rel_users_table, $view_start_time, $view_end_time, 'date_start', $view);
the function get_occurs_until_where_clause does not take the start date into consideration and pulls all events until the end date. So a new user will not notice this issue, it only affects users after they have entered a few hundred meetings. changing the function to get_occurs_within_where_clause uses the calendar date range reducing the number of records the form has to process.
View Comment
-
Support October 26th, 2015 @ 2:14 pm
Looks like the link to the solution is broken. The problem is in the Calendar module, file: modules/Calendar/CalendarActivity.php on line 187.
change: ~~~ $where = self::get_occurs_until_where_clause($meeting->table_name, $meeting->rel_users_table, $view_start_time, $view_end_time, 'date_start', $view);
View Commentto: ~~~ $where = self::get_occurs_within_where_clause($meeting->table_name, $meeting->rel_users_table, $view_start_time, $view_end_time, 'date_start', $view);
-
Support July 14th, 2014 @ 3:15 pm
Found the issue, blame lies with Sugar. In case you hear of anyone else with this issue, I located the solution here: http://www.sugaruk.co.uk/blog/sugar-6516-calendar-speed-issues. It was related to 6.5.16, but issue persists in 6.5.17.
View Comment
-
Support July 13th, 2014 @ 1:57 am
Thank you for the response. Unfortunately, this did not correct the problem. Is there any other files I should try to replace? I will see if i can see more in the logs, this is an odd issue.
View Comment
ifpsugarcrm has not rated any add-ons.
-
6.5.9
6.5.11
ifpsugarcrm has not created any Wanted Add-ons.