• 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.

Resolved ioncube loader not loaded unable to install softacoulus extension

is the vendor php provided by Ubuntu or Plesk ?
By Ubuntu. Have you tried to install these modules with something like

# apt-get install php7.0-mcrypt php7.0-intl php7.0-zip

?
 
Hi MiTo,

pls. note, that Plesk ONLY installs Plesk PHP - versions at "/opt/plesk/php", while your VENDOR PHP - executables will be installed at "/usr/bin/". ;)

If you choosed the => ***** The main PPA for PHP (5.6, 7.0, 7.1) with many PECL extens... : Ondřej Surý sources, you have additional executables:

Code:
            php                ( => /etc/php = 7.1 )

            php5.6            ( => /etc/php/5.6 )
            php7.0            ( => /etc/php/7.0 )
            php7.1            ( => /etc/php/7.1 )

Code:
/usr/bin/
            pear
            pecl
            phpize

            phpize5.6           
            phpize7.0
            phpize7.1

... and additional modules can be searched with:
Code:
apt-cache search php | grep 5.6
Code:
apt-cache search php | grep 7.0
Code:
apt-cache search php | grep 7.1
 

I did...but had to install first the software-properties-common....seems like Ubuntu 16.04 is quite incomplete...

pls. note, that Plesk ONLY installs Plesk PHP - versions at "/opt/plesk/php", while your VENDOR PHP - executables will be installed at "/usr/bin/". ;)

That was clear to me.

My problem is that plesk and all it's extensions such as softaculous runs with the vendor php which is lacking lots of needed extensions loaded.

The extensions are all installed and available for the php versions that come with plesk but need to be loaded in the vendor php ini files es described in this support article for ioncube loader i guess...

How to install ioncube loader in Ubuntu 16.04

Therfor to save time i asked if it is possible to switch plesk + extensions working with the plesk-php 7.0 which has all necessary extensions loaded.
 
Hi MiTo,

btw. it's not complete clear to me what the commands are doing. Switching the used php version ?
nope... you will need "phpize5.6" for example, if your desire to compile a possible additional module for your new PHP version 5.6, located at "/etc/php/5.6" ;)

... but we are really running far away from "Plesk - related" issues/errors/problems here and you should know, that you choosed a forum for "Plesk Onyx".

If you desire help for non-Plesk - related issues/errors/problems/questions, pls. open a thread at for example: => Home > Forum > General Discussion > Open Topics
 
Hi MiTo,

pls. post EACH error message and the corresponding command, if you desire help for your ( still existent ) issue. We are not able to guess your steps, so we can't guess, where you are stuck. ;)
 
Back
Top