On 4.2.0 PL1 am getting (when trying to run the cron job that is)
Code:
Fatal error: Call to a member function query_first() on a non-object in /home/calystos/public_html/global.php(29) : eval()'d code on line 14
Any ideas why? Or how to fix?
EDIT: But if I copy/move the "includes/cron/amp_auto_tagger_cron.php" to the "/" root area, edit it and add "require_once(DIR . '/includes/functions_cron.php');" then run the amp_auto_tagger_cron.php from a browser it'll auto update/refresh all the tags perfectly fine.