Talk:GroupOffice

From SME Server
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Editing a file in groupoffice using Firefox may produce an error loading fckstyles.xml. The fix for this is to edit /etc/e-smith/templates/etc/httpd/conf/httpd.conf/98groupoffice and create a new "AddType" entry.

I changed this:

  AddType application/x-httpd-php .php .php3 .phtml
  Options FollowSymLinks ExecCGI

to this:

  AddType application/x-httpd-php .php .php3 .phtml
  AddType text/xml .xml
  Options FollowSymLinks ExecCGI

then ran:

expand-template /etc/httpd/conf/httpd.conf
sv restart httpd-e-smith

Mmccarn 20:07, 2 June 2008 (MDT)


If we were interested in the pro-version (syncml, help desk etc.), is there an easy way to capture the customization to SME done here with it?