Closed (fixed)
Project:
Zina
Version:
6.x-1.21
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2010 at 23:16 UTC
Updated:
15 Jun 2010 at 14:01 UTC
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
Comment #1
ryanlath commentedI can't reproduce this... what modules do you have enabled?
Comment #2
k3vin commentedIt 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.
Comment #3
k3vin commentedThe 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 :)