Apr
19

This is the most bad thing that happen to me with linux, is when it start sending me error emails. I was just setting a cron for a php script


/usr/local/bin/php -q /home/hatem/script.php

And my dear hosting provider started emailing me that I don’t have permission on ioncube.so that php try to load from another user account. Great isn’t it ? The hosting provider wasn’t interested to answer since the cron is working, and that’s the most important. Well, the solution I guess is to send him back my emails


/usr/local/bin/php -q /home/hatem/script.php > /dev/null 2>&1

That’s all folks :)

Tags: No Tags

No Responses

Leave a Response

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>