• 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 12 & PHP Segmentation faults (WHMCS)

Tozz

Regular Pleskian
Hi,

For anyone facing the same issue:

We just installed Plesk 12 on some of our machines and noticed that WHMCS was no longer working. We got an "Internal Server Error", and the logs indicated that PHP was segfaulting:

[Fri May 16 12:31:14 2014] [error] mod_fcgid: process /var/www/cgi-bin/cgi_wrapper/cgi_wrapper(7983) exit(communication error), get unexpected signal 11
[Fri May 16 12:33:31 2014] [notice] child pid 5258 exit signal Segmentation fault (11)

[Fri May 16 12:31:13 2014] [warn] [client 10.0.0.1] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server, referer: https://www.X.nl/admin/login.php
[Fri May 16 12:31:13 2014] [error] [client 10.0.0.1] Premature end of script headers: login.php, referer: https://www.X.nl/admin/login.php

After some debugging I discovered using gdb that the issue was with ionCube loader. I dont understand how upgrading to Plesk 12 could have broken ionCube, but it did. There is also a somewhat related KB article, which is talking about the same issue: http://kb.parallels.com/en/5244.

As explained in the KB, the solution for me was to upgrade ionCube from the ionCube website, thus replacing the loader in the standard Debian 7 x64 package php5-ioncube-loader.
 
Hi,

When i move my sites from cpanel to plesk, I do some identical issue. My workaround, as downgrade PHP 5.4 to PHP 5.3.37, now all work fine. Some mistake or something between, ioncube and php 5.4.

Config: CentOS 6.5(final) with Plesk 12 (lastest).
 
Back
Top