I just ran this query in phpmyadmin:
#1146 - Table 'cazzy04_tjforum15.xf_bb_code_parse_cache' doesn't exist
First I ran this query:
It removed 46 from the results. However, the blue font color in posts is still there. How can I fix this?
/admin.php?options/list/performance#_cacheBbCodeTree
That page doesn't exist either.
Code:
TRUNCATE TABLE `xf_bb_code_parse_cache`
#1146 - Table 'cazzy04_tjforum15.xf_bb_code_parse_cache' doesn't exist
First I ran this query:
Code:
UPDATE xf_post SET message = REPLACE(message, '[color=#0000ff]', '');
It removed 46 from the results. However, the blue font color in posts is still there. How can I fix this?
/admin.php?options/list/performance#_cacheBbCodeTree
That page doesn't exist either.