Changes

Jump to navigation Jump to search
2,004 bytes added ,  08:40, 27 May 2012
Line 47: Line 47:  
2) The PHP CGI module is invoked for the rcp.php script, but it seems like PHP5 is needed for more than that script. Without PHP5 the AJAX alert script also fails (the one providing the 'notifications' functionality). It would be easier (and works) just setting the entire web share to use PHP5 CGI, rather than just that one script. This can be done - provided bug (1) is fixed - using this addition to .htaccess:
 
2) The PHP CGI module is invoked for the rcp.php script, but it seems like PHP5 is needed for more than that script. Without PHP5 the AJAX alert script also fails (the one providing the 'notifications' functionality). It would be easier (and works) just setting the entire web share to use PHP5 CGI, rather than just that one script. This can be done - provided bug (1) is fixed - using this addition to .htaccess:
   −
# Invoke PHP5 (CGI)
+
# Invoke PHP5 (CGI)
AddHandler php5-cgi .php
+
AddHandler php5-cgi .php
Action php5-cgi /php5-cgi/php
+
Action php5-cgi /php5-cgi/php
    
Alternatively, add /egroupware/xajax.php to the PHP5 list.
 
Alternatively, add /egroupware/xajax.php to the PHP5 list.
 +
 +
Just found this template:
 +
 +
/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98egroupware
 +
 +
It sets the AllowOverride to None for the i-bay, and completely ignores the database setting. I think that is a bug. Changing this and signalling a i-bay change (explanding the template and restarting Apache) seems to get the thing working fine. Without the override set, I find that I cannot even keep a session going in the eGroupWare web pages for more than a couple of seconds.
 +
 +
 +
--[[User:Larieu|Larieu]] 00:40, 27 May 2012 (MDT)
 +
 +
For SME8.x with egroupware 1.6 (listed on bottom of wiki page)
 +
 +
as per forum
 +
 +
http://forums.contribs.org/index.php/topic,48138.msg238817.html#msg238817[http://forums.contribs.org/index.php/topic,48138.msg238817.html#msg238817]
 +
 +
if your email page remain blank you-ll need to change the template and make this settings active
 +
 +
  cp /etc/e-smith/templates/etc/httpd/conf/httpd.conf/98egroupware /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
 +
 +
 +
edit the new 98egroupware and add on line 28 the path to /usr/share/pear
 +
adn expand tempalte + restart httpsd-e-smith (or clasical signal-event post-upgrade....)
 +
 +
== Outlook Sync Experience ==
 +
--[[User:Judgej|Judgej]] 14:49, 19 October 2008 (UTC)
 +
 +
This is a really important feature for clients. They just want to use Outlook and their Microsoft PDAs, because that is what they are used to.
 +
 +
I tried eGWOSync, but could not find out how to actually get it working. It seems to lack any kind of overview document, ie. to say this is what happens, this is what it looks like, and this is what you need to do in Outlook to actually use it. Perhaps I was missing something, but if I am, then it's not easy to find.
 +
 +
Funambol though - fantastic. It just installs, integrates, and works. I would recommend trying Funambol first.
 +
 +
One thing I need to know though (and I'm going to dig this out from where-ever it is): how are calendars shared? People in an office need to know where each other are, and when they are available.
63

edits

Navigation menu