Koozali.org: home of the SME Server
Contribs.org Forums => General Discussion => Topic started by: twarland on December 02, 2009, 05:31:20 AM
-
Some people are never satisfied . . .
I'm working with SugarCRM on me SME-Server (v7.4). According to the product documentation, it will not work with anything higher than PHP5.2.5 how do I find and revert versions?
Thanks in advance,
tim
-
twarland
On my sme7.4
rpm -q php
php-4.3.9-3.26
so that means you updated at some time, did you ???
This might fix it
Check if these are installed
rpm -q php php-pear-Net-Socket php-pear-HTTP-Request php-pear php-mysql php-mbstring php-ldap php-imap php-gd php-domxml php-pear-Net-URL
Remove with
rpm -e php php-pear-Net-Socket php-pear-HTTP-Request php-pear php-mysql php-mbstring php-ldap php-imap php-gd php-domxml php-pear-Net-URL
Reinstall with (assuming all dependencies will be installed automatically)
yum install php
See http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/7/smeupdates/i386/RPMS/
for list of current updates