Cron running every minute
Cron:
/usr/bin/php /home/desiredl/public_html/ow_system_plugins/base/bol/cron_job.php >>/home/desiredl/public_html/log.txt /null 2>&1
/usr/bin/php /home/desiredl/public_html/ow_plugins/notifications/bol/cron_job.php >>/home/desiredl/public_html/log.txt /null 2>&1
This is the malarky I get from the log.txt file in my /public_html folder.
Fatal error: Class 'OW_Entity' not found in /home/desiredl/public_html/ow_system_plugins/base/bol/cron_job.php on line 32
Content-type: text/html
Fatal error: Class 'OW_Entity' not found in /home/desiredl/public_html/ow_plugins/notifications/bol/cron_job.php on line 39
Content-type: text/html
Fatal error: Class 'OW_Entity' not found in /home/desiredl/public_html/ow_system_plugins/base/bol/cron_job.php on line 32
What do these errors mean? what should I do? what do?