Menu

How to install?

Help
2009-05-14
2013-04-26
  • Corianton Alcorn

    I understand we are still in the development stage, with which I could probably help but very little, but I wanted to try this out as my group is moving to group-office.  Is there a trick?  I get the following error:

    Fatal error: Call to undefined method MDB2_Error::query() in /home/tls/public_html/testpm/modules/syncml/classes/syncml_groupoffice_backend.class.php on line 14

     
  • Antonio Gallo

    Antonio Gallo - 2009-11-04

    Debian has becomed a little a pain lately. You missing PEAR classes, installed them with:
    pear install MDB2
    pear install MDB2_Driver_mysql

    This saved my day, if it works for you do not forget to add me a beer at www.badpenguin.org

     
  • Corianton Alcorn

    Yeah, that helped, but still have some problems:

    First of all, it crashes Outlook Funambol client.  I have the debugging log, but it crashes as soon as it starts downloading the calendar items (contacts works fine).

    Second of all: Yes, you are right, it does work with Thunderbird/sunbird,  but if you have more than one line/paragraph in the Event description box on the GroupOffice calendar event, Sunbird only takes the first line.  Why?

     
  • lajzior

    lajzior - 2010-06-02

    I get the following error:

    PHP Notice:  Undefined index: CONTENT_TYPE in /srv/www/htdocs/groupoffice/syncml.php on line 10

    PHP Deprecated:  Function define_syslog_variables() is deprecated in /srv/www/htdocs/groupoffice/syncml.php on line 105

    PHP Deprecated:  Assigning the return value of new by reference is deprecated in /srv/www/htdocs/groupoffice/modules/syncml/classes/lib_horde_framework/SyncML/SyncML.php on line 271

    PHP Notice:  Undefined index: CONTENT_TYPE in /srv/www/htdocs/groupoffice/syncml.php on line 203

    How could I fix this?

    My php version: PHP 5.3.2
    groupoffice installed from svn

     
  • loony

    loony - 2010-07-25

    You have to use a SyncML Client to access syncml.php. The server variable containing the content-type is only available upon post requests. So if you are just hitting it with the browser it will fire this error.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.