• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

PLESK PANEL OUT after upgrading from 11.5.30 Update #7 to 11.5.30 Update #10

SPEAKnSPAN

New Pleskian
Hi,

Getting an error on all pages of plesk panel after upgrading from 11.5.30 Update #7 to 11.5.30 Update #10

I no longer have access to the PLESK administrator console and then I have a error page where it is written:

ERROR: Service_Agent_Exception

Unable to execute php_handlers_control: [Warning] removing handler `5.3.25' (module) due to errors in getting php version : can not get version from /usr/bin/php-cgi
[Warning] removing handler `5.3.25' (cgi) due to errors in getting php version : can not get version from /usr/bin/php-cgi​

Although I can run :

Code:
echo '<?php print phpversion(); ?>' | /usr/bin/php-cgi -q -c /etc/php.ini

and it returns:

Code:
Failed loading /usr/lib64/php/ioncube/ioncube_loader_lin_5.2.so: /usr/lib64/php/ioncube/ioncube_loader_lin_5.2.so: undefined symbol: php_body_write

Can you help me, please.

Thanks

David,
 
Hello,
I got the same problem after Panel update:
Panel version 10.4.4 Update #53, last updated at Aug 9, 2013 04:46 AM

Error message when executing cron daemon:
Failed loading /usr/lib64/php/ioncube/ioncube_loader_lin_5.2.so: /usr/lib64/php/ioncube/ioncube_loader_lin_5.2.so: undefined symbol: php_body_write
PHP Fatal error: Directive 'safe_mode' is no longer available in PHP in Unknown on line 0

Need urgent advice how to solve this.
Thanks,
Mike
 
I suppose you already found this, but nonetheless. Here's a thread full of urgent advices: http://forum.parallels.com/showthread.php?289409-Fatal-plesk-errors-after-upgrading-to-11-5

Basically, remove safe_mode from your php.ini files and call 'ion_loader.sh install' script (which was called during autoinstaller execution in that thread) to update ionCube configuration.

Alternatively just downgrade your PHP. I suppose it was upgraded to 5.4 without you noticing it.
 
Nikolay, thanks for the fast reply! I realized that I had actually two problems that were solved like this:

1. ion_loader: Seems I had ioncube installed but needed a new version. I downloaded the package from http://www.ioncube.com/loaders.php and copied the ioncube_loader_lin_5.4.so (and all the other files in the package) to /usr/lib64/php/ioncube. Then I changed/updated the ioncube.ini in /etc/php.d to zend_extension=/usr/lib64/php/ioncube/ioncube_loader_lin_5.4.so.

2. I changed the php.ini in /etc to safe_mode = Off

These two changes stopped the cron daemon errors.
 
Sorry for digging out this old thread, but I experienced the same error and the best solution was:
Code:
dpkg-reconfigure php5-ioncube-loader

This deletes "/etc/php5/conf.d/00-ioncube-loader-5.3.ini" and creates "/etc/php5/conf.d/00-ioncube-loader-5.4.ini" with adapted content.
 
Back
Top