every cron run I got following error:
Table 'cache_performance' doesn't exist query: SELECT data, created, headers, expire, serialized FROM cache_performance WHERE cid = 'dru-perf:' in /includes/cache.inc on line 25.

I use performance module, no memchace or APC system.
Any help?

Comments

malc0mn’s picture

Ouch, that's not nice...

cache_performance is only used in conjuction with memcache. Are you using memcache? If so, there is a config error. If not, I'll have to check the code :-D

Anonymous’s picture

I not using memecache

malc0mn’s picture

Assigned: Unassigned » malc0mn
Status: Active » Fixed

Checked the code, found the bug, fixed it. Adding new release :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.