I am having issues installing WordPress 3.2.1 from my available Web Applications in Plesk. Screenshot1

and I click INSTALL and get this error message: Your PHP version (4.4.7) is not suitable for the application.

Screenshot1

I have a windows 2008 Server with IIS.

In the Plesk CP, under the domain in question, it shows PHP version 5.2.13 and set to FastCGI. Screenshot1

so whats going on?

link|improve this question

20% accept rate
You should be able to uninstall PHP4 through Plesk. – Alasdair Nov 12 '11 at 5:38
did you (or anyone else) get to the bottom of this? I have EXACTLY the same problem. Thanks, Mark – marktait Mar 17 at 21:41
feedback

migrated from stackoverflow.com Nov 12 '11 at 6:03

This question came from our site for professional and enthusiast programmers.

1 Answer

Please check PHP version which is actually using from your web server. Create a php file in your web directory and paste the following code in file. Browse that file to see PHP version.

<?php phpinfo(); ?>

If you see php version is not 5.2.13 as said in Plesk, please contact your hosting company.

link|improve this answer
ok... its said 5.2.13. – DevCompany Nov 20 '11 at 17:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.