Ok. despues de eso.. cuando ingreso a los foros o categorias me tira esto
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1054 - Unknown column 't.prefix' in 'on clause'
Query:
SELECT t.*, p.displaystyle AS threadprefix, (t.totalratings/t.numratings) AS averagerating, r.uid AS rated, t.username AS threadusername, u.username FROM mybb_ethreads t LEFT JOIN mybb_eusers u ON (u.uid = t.uid) LEFT JOIN mybb_ethreadratings r ON(r.tid=t.tid AND r.uid='1') LEFT JOIN mybb_ethreadprefixes p ON (p.pid = t.prefix) WHERE t.fid='165' AND (t.visible='1' OR t.visible='0') GROUP BY t.tid ORDER BY t.sticky DESC, t.lastpost desc LIMIT 0, 20