Koozali.org: home of the SME Server

Revert PHP to version 5.2.5

Offline twarland

  • 3
  • +0/-0
Revert PHP to version 5.2.5
« 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

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: Revert PHP to version 5.2.5
« Reply #1 on: December 02, 2009, 01:26:31 PM »
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
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.