Question Updating PHP for Wordpress installation

unagidon

New member
Joined
Jun 27, 2014
Messages
1
Hi,

I am trying to install Wordpress version 3.8.1
Created my MySQL database and updated the wordpress files to FTP,
When I go to the address of the website to finish wordpress installation it says : Your server is running PHP version 4.4.8 but WordPress 3.8.1 requires at least 5.2.4.

How do I update my PHP version to 5.2.4? My experience with PHP is very low, would really appreciate the help.

Thank You
 
Hello,

Follow this:

Code:
cd /usr/local/directadmin
mv custombuild custombuild_1.x
wget -O custombuild.tar.gz http://files.directadmin.com/services/custombuild/2.0/custombuild.tar.gz
tar xvzf custombuild.tar.gz
cd custombuild
./build
./build all d

That should upgrade your server to the latest versions of the software. But if you have no expirience with Linux you'd better get someone to do it for you. Drop me a PM if you need a private help.
 
Php 5.3

I need PHP 5.3 for my drupal site ical module. And for now I only need it for one of my subdomains. How do I install it to the server if I do not know linux?

Please help.
 
Why would you have a directadmin server if you dont know linux?
 
How do I install it to the server if I do not know linux?

In this case you'd better find someone who would do it for you in terms of a commerce service of for free without a charge. Please drop me a PM if you're interested in a commerce help.
 
Back
Top