Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Apache fail : "PHP Fatal error: [ionCube Loader]  (Read 2533 times)

0 Members and 1 Guest are viewing this topic.

Jithin

  • Guest
Apache fail : "PHP Fatal error: [ionCube Loader]
« on: November 08, 2013, 11:01:48 pm »
Hi Guys,

You may get the following error when try to start the Apache.

PHP Fatal error: [ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0

You are getting this error because of incorrect order in Zend configuration. You must be using Zend and ionCube Loader and you may specified "zend_extension" directive after Zend configuration section. Make sure you defibe the "zend_extension" section before Zend configuration section and that will fix the issues.

Give it a try!