Line 137:
Line 137:
Download Web site: [http://www.funambol.com/opensource Funambol Web Site]
Download Web site: [http://www.funambol.com/opensource Funambol Web Site]
−
Download Funambol 6.0.14 link [http://www.funambol.com/opensource/downloadfile.html?file_id=funambol-outlook-plugin-6.0.14.exe Funambol 6.0.14]
+
Download Funambol 6.5.7 link [http://download.forge.objectweb.org/sync4j/funambol-outlook-plugin-6.5.7.exe]
−
1) Install Funambol 6.0.14
+
1) Install the last Funambol Plugin
2) Change "7" to "0" for mbstring.func_overload = 0 in php.ini
2) Change "7" to "0" for mbstring.func_overload = 0 in php.ini
3) Open Outlook go to the Funambol Setup (Funambol --> Option)
3) Open Outlook go to the Funambol Setup (Funambol --> Option)
Line 157:
Line 157:
'''CALENDAR'''
'''CALENDAR'''
Sync Direction = Two-Way
Sync Direction = Two-Way
−
Remote name = calendar
+
Remote name = ./sifcalendar
−
Data Format = vCalendar
+
Data Format = SIF
'''TASKS'''
'''TASKS'''
Sync Direction = Two-Way
Sync Direction = Two-Way
Line 168:
Line 168:
Data Format = SIF
Data Format = SIF
+
'''NOTES:'''
+
+
To get success with synchronisation put thoses settings in .htaccess file in the root folder of egroupware (html):
+
+
Run this on PuTTY:
+
+
db accounts setprop egroupware AllowOverride All
+
signal-event ibay-modify egroupware
+
+
'''.htaccess file:'''
+
+
AddType text/xml .xml
+
php_value memory_limit 32M
+
php_value max_execution_time 60
+
php_flag register_globals Off
+
php_flag magic_quotes_gpc Off
+
php_flag magic_quotes_runtime Off
+
# settings for the file upload, you might increase them further
+
php_value upload_max_filesize 16M
+
# session handling: now the check for expired sessions is done on every 10th session creation
+
php_flag session.use_trans_sid Off
+
php_value session.gc_probability 1
+
php_value session.gc_divisor 10
+
# multibyte extension: needed for utf-8
+
php_value mbstring.func_overload 7
+
<Files rpc.php>
+
php_value mbstring.func_overload 0
+
Order allow,deny
+
Allow from all
+
</Files>
+
--[[User:Snoopyski|Snoopyski]] 09:29, 1 March 2008 (MST)
--[[User:Snoopyski|Snoopyski]] 19:04, 20 September 2007 (MDT)
--[[User:Snoopyski|Snoopyski]] 19:04, 20 September 2007 (MDT)