Jump to content

Cron Not Working

Featured Replies

Posted

Cron for task.php is not running.  When I run it from the command line I get the following error: 

Quote

Failed loading /usr/local/ioncube/ioncube_loader_lin_5.3.so:  /usr/local/ioncube/ioncube_loader_lin_5.3.so: undefined symbol: execute

Why would I get this error on a php file that is not encrypted?  Anyone else seen anything like this and fixed it?

If ya need help, and your host doesn't want to (or cant). I am available. Just hit me up.

I can even tell if it's working or not on my website 

8 minutes ago, EmpireKickAss said:

I can even tell if it's working or not on my website 

you can:) 

You'll see a warning on your ACP dashboard if the tasks don't run

@Daniel F Thanks I had it set up for months and I haven't received any warnings ^_^ 

  • Author

Yes, I have no maintenance tasks warning on dashboard and they are running when I select run automatically with traffic.  When I select cron and enter the cron in my crontab I get that error.  I would prefer to run as cron and trying to figure out why I get this error.

What version of PHP do you actually have in use? Also, I expect there is more than just that single line being displayed so could you post it all?

Reason:

IPS 4 requires PHP 5.4 or later. Your error above is complaining about a 5.3 module missing.

My suspicion is that you are running 5.4 or later, but your configuration is trying to load a module most likely by referencing the incorrect module name. It's not that it requires it - it's PHP telling you that there is something wrong with your configuration.

You were advised earlier to contact your host - if you haven't yet, then you really should.

  • Author

I don't have a host to contact.  I'm currently using: PHP Version 5.5.32-1+deb.sury.org~trusty+1.  Entry from php.ini file: zend_extension="/usr/lib/php5/ioncube_loader_lin_5.5.so".  Thing I find really curious is why would ioncube even be called since none of the scripts running were encrypted.  

 

On 31. März 2016 at 3:18 AM, xplanedotorg said:

Thing I find really curious is why would ioncube even be called since none of the scripts running were encrypted.  

Because you probably put it into your php.ini ?

 

  • Author

Daniel, I don't understand your comment.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.