I have set up a cron job to run every 5 minutes, however, I'm getting the following error from the cron daemon:
Site error: the file <b>/home/domain.com/public_html/pipe/pop.php</b>
requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the
site administrator.
Which doesn't make much sense to me as ionCube is enabled on my server. I can see it in the phpinfo() output as well as I have already installed application that requires ionCube to work and it went smoothly.
This is the cron job:
php -q /home/domain.com/public_html/pipe/pop.php
I am using Debian 5 x86-64