Hi all,
I have created a cron for sending mail campaigns.
It look like this:
0,10,20,30,40,50 * * * * /opt/lampp/sendcampaigns.sh


Before, I have created the sendcampaigns.sh:
cd /opt/lampp/htdocs/candy/; /opt/lampp/bin/php ./emailmandelivery.php

If I run the sh file alone like that: ./sendcampaigns.sh
Mails campaigns are sent.

But from my cron, I have a Kernel Panic and my server crashed.

From where can the problem can come?

Thanks
(sorry for my english)