Changes

From SME Server
Jump to navigationJump to search
1,071 bytes added ,  16:35, 19 October 2008
no edit summary
Line 37: Line 37:  
Funambol clients known to work (because i've tested them):
 
Funambol clients known to work (because i've tested them):
 
* Windows Mobile client for PocketPC v6
 
* Windows Mobile client for PocketPC v6
 +
 +
Two installation bugs I have encountered with the latest SME Server (7.3, or is it 7.4 now?):
 +
 +
1) Even though the 'egroupware' i-bay has the 'AllowOverride' flag set to 'All', this does not end up in the httpd.conf script, since this i-bay is not a standard i-bay, i.e it is under /opt/egroupware/ rather than /home/e-smith/files/ibays/egroupware/. The AllowOverride flag sets to 'None', though I am unsure at the moment which template that comes from, as there are four or five templates that could be generating it.
 +
 +
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)
 +
AddHandler php5-cgi .php
 +
Action php5-cgi /php5-cgi/php
 +
 +
Alternatively, add /egroupware/xajax.php to the PHP5 list.
97

edits

Navigation menu