• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

PHP 5.5.7 AWS and Ubuntu after update showing "php -The component was not installed

thurft

New Pleskian
I have a AWS EC2 Instance running Ubuntu x64 and installed plesk 11.5.

I updated PHP using ondrej/php5 repo and when i do "PHP -v" on the console it shows "PHP 5.5.7-1+sury.org~precise+1 (cli)". so it works great there.
Now when I go to the Plesk panel under server components i search for php it shows "php -The component was not installed", however other components such as php-fpm show "php-fpm - 5.5.7+dfsg-1+sury.org~precise+1"

How can I fix this?

Screen Shot 2014-01-03 at 10.08.27.png
 
Hello,

Try to run php -v command on your server

I did it already if you check the original post.

it shows

PHP 5.5.7-1+sury.org~precise+1 (cli) (built: Dec 12 2013 21:37:40)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2013 Zend Technologies
with Zend OPcache v7.0.3-dev, Copyright (c) 1999-2013, by Zend Technologies
 
Check whether psa-php5-configurator package is installed on your system.

I tried in the console log the following


root@ec2-54-194-154-225:/etc/php5/cli# apt-get install psa-php5-configurator
Reading package lists... Done
Building dependency tree
Reading state information... Done
psa-php5-configurator is already the newest version.
 
Last edited:
Check whether psa-php5-configurator package is installed on your system.

I ran the following comand and this was the output

apt-get install psa-php5-configurator
Reading package lists... Done
Building dependency tree
Reading state information... Done
psa-php5-configurator is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
3 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]?
 
3 not fully installed or removed.

Your system is broken from the point of view of package manager. Fix it. Try with:

# apt-get -f install

Make sure this action won't remove any necessary packages (e.g., Plesk ones).

After you're done, run:

# plesk installer install-panel-updates

This will make sure Panel is up-to-date and tell Plesk that components set have changed.
 
Your system is broken from the point of view of package manager. Fix it. Try with:

# apt-get -f install

Make sure this action won't remove any necessary packages (e.g., Plesk ones).

After you're done, run:

# plesk installer install-panel-updates

This will make sure Panel is up-to-date and tell Plesk that components set have changed.




The following packages have unmet dependencies:
libapache2-mod-perl2 : Depends: apache2.2-common but it is not going to be installed
libapache2-mod-python : Depends: apache2.2-common but it is not going to be installed

I created a new fresh instance, fist updated php to 5.5.7 and the latest apache but now plesk is not installing throwing the following error. Does it support apache 2.4?
 
Back
Top