Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: judgej on September 21, 2006, 11:17:12 PM

Title: Enabling PEAR in an i-bay
Post by: judgej on September 21, 2006, 11:17:12 PM
I'm just documenting this, after trying to install VTcalendar in an i-bay, and finding I needed to enable PEAR for that i-bay first. It seems that PEAR is available for horde, but is disabled for all i-bays by default, but can easily be enabled.

From the command line, it looks like this (where {ibay} is the name of your i-bay):

Code: [Select]
# db accounts setprop {ibay} PHPBaseDir /home/e-smith/files/ibays/{ibay}/:/usr/share/pear-addons:/usr/share/pear
#signal-event ibay-modify {ibay}


You can see the current settings using this command:

Code: [Select]
db accounts show {ibay}

Hope that helps someone.[/code]
Title: Enabling PEAR in an i-bay
Post by: riccge on December 19, 2006, 03:04:27 PM
Thanks a lot for your tip!

Riccardo