When I install the MyCRM Google Calendar Connector module I am not able to save activities. The error that is generated is as follows:
PHP Fatal error: Call to undefined method TimeDateMyCRM::_convert() in /var/www/html/Sugar/custom/include/Calls/google_calendar_plg.php on line 24
The chunk of the code it is referring to is:
{
global $current_user;
if (is_null($user)){
$user=clone $current_user;
}
// print_r($user);
return $this->_convert($date,
self:B_DATETIME_FORMAT, self::$gmtTimezone, $this->get_date_time_format($user),
$convert_tz ? $this->_getUserTZ($current_user) : self::$gmtTimezone, true);
}
I tried a fix that is a similar issue in this thread but it did not make any difference:
http://www.sugarcrm.com/forums/f115/...tusertz-72657/
Here is my system info:
Sugar Version 6.1.7 (Build 5875)
MyCRM Moduled installed that causes the error: MyCRM_Connector_Tool_for_Google_Calendar_1.6-33
mysql version: 5.0.45
Apache Version: Apache/2.2.9 (Fedora)
PHP Version 5.2.6
I am not a programmer and a complete noob but I am stuck after doing an extensive search. Please Help.


LinkBack URL
About LinkBacks
B_DATETIME_FORMAT, self::$gmtTimezone, $this->get_date_time_format($user),



Reply With Quote
Bookmarks