• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

installing plesk panel 9 with php 5.2

D

danharris83

Guest
Hi i really need help i have a custom joomla plugin that needs php 5.2

im not sure how to and if there is a way to install plesk 9 and php 5.2

and will my license for plesk 10 be ok to use.

any help would be greatly appreciated.

Thanks in advance.
 
I dont believe that you can use anything other than a 9 license with plesk 9. Although php isnt a plesk thing so it comes with the OS you use, or a third party repo like art so you can install any php version you want no matter what version of Plesk you use. I would always recomend to use the latest stable branch (5.3) since 5.2 is now old and has lots of security holes. It may be better to try and get the plugin author to make it 5.3 (and soon 6.0) compatible.
 
Upgrading PHP

As Amin mentioned, you can't use your plesk 10 licence on Plesk 9. However the reverse might be true (since your licence would be upgraded or converted to Plesk 10 version)

About upgrading php, its pretty easy on any plesk version. You can just run the commands:

Code:
wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh
yum update php
 
Back
Top