rke211 Posted July 10, 2012 Share Posted July 10, 2012 Ive been having this problem for a while that my cron jobs wouldnt run i have since switched to a new server so im not sure why it still wont run the cron despite the url etc in the cron being fine and everything being there so any ideas would be great. Secondly none of my emails are being sent to the clients which again a new server im not sure if im missing something i know php mail script is enabled as i have tested this so again any help is appreciated 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted July 11, 2012 Share Posted July 11, 2012 does the cron run ok if you call it from a browser ? does it work from the command line ? 0 Quote Link to comment Share on other sites More sharing options...
rke211 Posted July 11, 2012 Author Share Posted July 11, 2012 yes the cron will run when i do it through the browser but for some reason i just received an error this time Site error: the file <b>/home2/***/public_html/606/cron.php</b> requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator. i have installed ioncube and my whmcs works so its definitely installed 0 Quote Link to comment Share on other sites More sharing options...
vdswin.com Posted July 15, 2012 Share Posted July 15, 2012 I think you have Debian OS that have different php.ini for php5-mod and for php5-cli. So PHP scripts that you run via Apache is working, but you did not edit php5-cli php.ini afer IonCube installation, and that your php scripts that run from CLI is not working. Just add ioncube loader string to php.ini in /etc/php5/cli/php.ini as you did for /etc/php5/apache2/php.ini 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.