I run the latest Drupal 6.17 and Zina 6.x-1.21. Cron always aborted and i get this Error from Cron Log:

<b>Fatal error</b>:  Call to undefined function ztheme() in <b>/var/www/drupal/sites/all/modules/zina/zina.module</b> on line <b>300</b><br />

Comments

ryanlath’s picture

I can't reproduce this... what modules do you have enabled?

k3vin’s picture

It seems that bug is only on my drupal installation. I will test on a fresh installation and check out why my cron produced this theme function error and failed.

I have a lot modules enabled, that could conflict with zina.

k3vin’s picture

Status: Active » Closed (fixed)

The problem was my feed module Feeds 6.x-1.0-alpha15. Something was wrong with my feeds. I disabled all my feeds and cron didn't produce any errors. After that enabled feeds and cron is running too. A bit weird but everything is okay now :)