Author Topic: PHP Fatal error beim Google Kalender sync per cron.php  (Read 4398 times)

ibeit

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
PHP Fatal error beim Google Kalender sync per cron.php
« on: April 20, 2012, 05:07:40 am »
Hallo,
ich möchte gerne meinen Google Kalender mit fengoffice 2.0.0.8 synchronisieren. Beim ersten Einrichten funktioniert auch noch alles, doch wenn ich das php-script mit

sudo php /var/www/fengoffice/cron.php

ausführe, erhalte ich folgenden Fehler

2012-04-20 07:56:53 - import with google calendar...
PHP Fatal error:  Call to a member function getPersonalMemberId() on a non-object in /var/www/fengoffice/application/controllers/ObjectController.class.php on line 172

Gibt es einen workaround oder weiterführende Info's

Nachtrag:

Mein System: Ubuntu 10.04 64bit Server --> PHP aus original Repository

php -v

PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP 5.3.2-1ubuntu4.14 with Suhosin-Patch (cli) (built: Feb 11 2012 06:50:46)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
« Last Edit: April 20, 2012, 05:10:44 am by ibeit »

ibeit

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Re: PHP Fatal error beim Google Kalender sync per cron.php
« Reply #1 on: July 18, 2012, 05:30:27 pm »
Mit Version 2.1 funktioniert es jetzt.

Great Job Guys