Difference between revisions of "Horde5"
Unnilennium (talk | contribs) (Created page with " Here is a short how to on how to upgrade your horde 3 base installation on SME9 to a full Horde 5.2 installation ==Maintainer== John Bennett III aka mrjhb3 ==Sources== http...") |
|||
Line 29: | Line 29: | ||
* congratulation you have Horde 5.2 on SME9 | * congratulation you have Horde 5.2 on SME9 | ||
+ | |||
+ | |||
+ | ==Small fix to correct issue with PHP size, see the link below [ADD by TDB 19th Nov 2016]== | ||
+ | [[SME_Server:Documentation:FAQ:Section04#Large_attachments_not_displaying_in_webmail]] | ||
+ | |||
+ | Basically I needed to expand the memory size for PHP to 64M | ||
+ | I have doubled the original size from 32M to 64M not sure this is the best size but works for me. | ||
+ | |||
+ | db configuration setprop php MemoryLimit 64M | ||
+ | expand-template /etc/php.ini | ||
+ | sv t httpd-e-smith | ||
+ | |||
+ | With out the above fix some things may not work - in my case when I setup EM Client for email, calendars, contacts & tasks. | ||
+ | |||
+ | All worked well except for the calendar items. | ||
+ | |||
+ | All credit to Stefano he gave me the answer (I have just shared here for others) | ||
+ | |||
== More information == | == More information == |
Revision as of 11:50, 19 November 2016
Here is a short how to on how to upgrade your horde 3 base installation on SME9 to a full Horde 5.2 installation
Maintainer
John Bennett III aka mrjhb3
Sources
http://mirror.contribs.org/contribs/jbennett/horde
Install Horde 5.2 on SME9
ssh to your SME Server 9
cd /root wget http://mirror.contribs.org/contribs/jbennett/horde/horde52-rpms.zip
- followings are optional:
wget http://mirror.contribs.org/contribs/jbennett/horde/horde52-srpms.zip wget http://mirror.contribs.org/contribs/jbennett/horde/horde52-rpms.zip.md5sum wget http://mirror.contribs.org/contribs/jbennett/horde/horde52-srpms.zip.md5sum
- then unzip and install
unzip horde52-rpms.zip cd horde52 sh Install-horde52.sh
- finally configure and upgrade
signal-event post-upgrade ; signal-event reboot
- congratulation you have Horde 5.2 on SME9
Small fix to correct issue with PHP size, see the link below [ADD by TDB 19th Nov 2016]
SME_Server:Documentation:FAQ:Section04#Large_attachments_not_displaying_in_webmail
Basically I needed to expand the memory size for PHP to 64M I have doubled the original size from 32M to 64M not sure this is the best size but works for me.
db configuration setprop php MemoryLimit 64M expand-template /etc/php.ini sv t httpd-e-smith
With out the above fix some things may not work - in my case when I setup EM Client for email, calendars, contacts & tasks.
All worked well except for the calendar items.
All credit to Stefano he gave me the answer (I have just shared here for others)
More information
https://forums.contribs.org/index.php/topic,50969.0.html
Bugs
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the Horde5 component or use this link
--