Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 28, 20169 yr 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?
March 28, 20169 yr If ya need help, and your host doesn't want to (or cant). I am available. Just hit me up.
March 28, 20169 yr 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
March 28, 20169 yr 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.
March 28, 20169 yr 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.
March 31, 20169 yr 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.
March 31, 20169 yr 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 ?
Archived
This topic is now archived and is closed to further replies.