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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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
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?
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
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.