Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
xplanedotorg Posted March 28, 2016 Posted March 28, 2016 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?
Daniel F Posted March 28, 2016 Posted March 28, 2016 That's an issue with your php installation. I would suggest to contact your host.
MADMAN32395 Posted March 28, 2016 Posted March 28, 2016 If ya need help, and your host doesn't want to (or cant). I am available. Just hit me up.
EmpireKicking Posted March 28, 2016 Posted March 28, 2016 I can even tell if it's working or not on my website
Daniel F Posted March 28, 2016 Posted March 28, 2016 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
EmpireKicking Posted March 28, 2016 Posted March 28, 2016 @Daniel F Thanks I had it set up for months and I haven't received any warnings
xplanedotorg Posted March 28, 2016 Author Posted March 28, 2016 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.
Nathan Explosion Posted March 28, 2016 Posted March 28, 2016 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.
xplanedotorg Posted March 31, 2016 Author Posted March 31, 2016 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.
Daniel F Posted March 31, 2016 Posted March 31, 2016 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 ?
xplanedotorg Posted April 1, 2016 Author Posted April 1, 2016 Daniel, I don't understand your comment.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.