Crap. Looks like all the cfg_name fields got snipped to 6 characters in length in the cms_config_custom table. I've fixed that now and deleted the cache.
Now I'm also seeing this when I try to access posts in the forum:
| Quote:: |
includes/db/db.php
* CMS Warning line 75: On /Forums/viewtopic/t=97.html While executing query "SELECT COUNT(*) FROM cms_cppictures AS p, cms_cpalbums AS a WHERE a.aid=p.aid AND a.category=10002 LIMIT 0,1" the following error occured: Table 'dragonfly.cms_cppictures' doesn't exist In: /var/www/html/modules/Forums/viewtopic.php on line: 900 |
cms_cppictures and cms_cpalbums should probably be cms_cpg_pictures and cms_cpg_albums. Something else got truncated?