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
Comment #1
malc0mn commentedOuch, 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
Comment #2
Anonymous (not verified) commentedI not using memecache
Comment #3
malc0mn commentedChecked the code, found the bug, fixed it. Adding new release :)