• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

iHost wan't working. Blank screen on /install

C

carmamir

Guest
I have problem with iHost script, it wan't working on PLESK8.3, I tried new ioncube and zend load but it doesn't helped :(

I'm getting always error :
[date] [notice] child pid 2720 exit signal Segmentation fault (11)

I using 5.1 Ioncube, Zend Optimizer 3.3.3


Can anyone give me any idea ? Also I had some problems with many others script :/
 
This is almost guaranteed to be a Zend/Ioncube problem.

Look at the output from phpinfo() on the site that is not running your script. See what versions of php, ioncube and zend are actually running.

Check your php.ini file to make surre everything is being loaded in the correct order.

Make sure the correct version of ioncube/Zend are being loaded for your version of php.

Check to make sure nothing you aren't expecting to be loaded is being loaded - or not loaded.
 
Back
Top