I have a problem in a wordpress installation that I found in a server of a client.
Somebody install a apache server.
httpd -v
Server version: Apache/2.2.3
It was a standard installation from yum.
WordPress 3.3.1 was installed too.
The problem was a diferent PHP version and I got this error
Your server is running PHP version 5.1.6 but WordPress 3.3.1 requires at least 5.2.4.
The server was unnused due to this incident never works fine so I don't waste time trying to update the php version.
Stop apache:
/etc/init.d/httpd stop
Remove al the php packages
yum remove php*
Install new version of PHP
yum install php53 php53-cli php53-common php53-gd php53-imap php53-intl php53-mbstring php53-mysql php53-odbc php53-pdo php53-pspell php53-snmp php53-xml php53-xmlrpc
Start apache:
/etc/init.d/httpd start
Working fine!!
Somebody install a apache server.
httpd -v
Server version: Apache/2.2.3
It was a standard installation from yum.
WordPress 3.3.1 was installed too.
The problem was a diferent PHP version and I got this error
Your server is running PHP version 5.1.6 but WordPress 3.3.1 requires at least 5.2.4.
The server was unnused due to this incident never works fine so I don't waste time trying to update the php version.
Stop apache:
/etc/init.d/httpd stop
Remove al the php packages
yum remove php*
Install new version of PHP
yum install php53 php53-cli php53-common php53-gd php53-imap php53-intl php53-mbstring php53-mysql php53-odbc php53-pdo php53-pspell php53-snmp php53-xml php53-xmlrpc
Start apache:
/etc/init.d/httpd start
Working fine!!
No hay comentarios:
Publicar un comentario