Jump to content

cron job error


drob

Recommended Posts

hello , I recently got whmcs and having a problem with the cron job. The error i get is 

Failed loading /opt/ioncube/ioncube_loader_lin_7.0.so:  /opt/ioncube/ioncube_loader_lin_7.0.so: undefined symbol: zend_execute_ex
Site error: the <a href="http://www.ioncube.com">ionCube</a> PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking.

Please visit <a href="http://get-loader.ioncube.com">get-loader.ioncube.com</a> for install assistance.
 can someone please help.  I was never able to get it working.  thanks

 

Link to comment
Share on other sites

Hello,

Does the rest of your site work (ie: can you visit the admin pages, the user pages, etc)? If so, then you've likely suffered from the all too common problem of needing ioncube installed in the CLI version of php. This will vary from distribution to distribution, but here's a pretty generic 'howto' in order to get this started

#1: Login to your server (as root)
#2: cd /etc/php/
#3: go to your php version (some distributions have multiple)
#4: You should see something like apache (or php-fpm) and cli
#5: Edit cli/php.ini to reflect that you have ioncube installed (see the ini in apache, apache2, or php-fpm for the line you need)

From there you should be good to go.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated