Results 1 to 4 of 4

Thread: Error with MyCRM Google Calendar connector

  1. #1
    suboxes is offline Junior Member
    Join Date
    Nov 2011
    Posts
    3

    Default Error with MyCRM Google Calendar connector

    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.

  2. #2
    suboxes is offline Junior Member
    Join Date
    Nov 2011
    Posts
    3

    Post Re: Error with MyCRM Google Calendar connector

    Just giving my post a little push. I still have not been able to come across a solution. Will definitely notify if I find a fix. Thanks in advance for any help provided.

  3. #3
    danbogdan is offline Junior Member
    Join Date
    Jan 2007
    Location
    Bucharest
    Posts
    5

    Default Re: Error with MyCRM Google Calendar connector

    looks to be related to constant changes sugar get's to date/time functions , I can try to solve the issue if you
    can provide access to a test instance , and should be pretty fast fix

  4. #4
    suboxes is offline Junior Member
    Join Date
    Nov 2011
    Posts
    3

    Default Re: Error with MyCRM Google Calendar connector

    Thank you for your response. I am not sure if I follow what you mean by test instance?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. MyCRM connector for Google Calendar
    By MahsaN in forum Developer Help
    Replies: 0
    Last Post: 2011-04-16, 06:08 AM
  2. Replies: 1
    Last Post: 2010-07-02, 05:41 PM
  3. Replies: 2
    Last Post: 2009-09-17, 08:02 AM
  4. Replies: 0
    Last Post: 2009-04-22, 06:30 PM
  5. google calendar connector
    By dolvera in forum General Discussion
    Replies: 0
    Last Post: 2009-01-29, 07:40 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •