Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Problema urgente con los prefijos (foro inaccesible)
barakas   20 Feb, 2011, 3:46 am
#1

Hola,

He ido a poner un prefijo y me sale esto al entrar en cualquier foro:

Código:
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_threads t LEFT JOIN mybb_users u ON (u.uid = t.uid) LEFT JOIN mybb_threadratings r ON(r.tid=t.tid AND r.uid='1') LEFT JOIN mybb_threadprefixes p ON (p.pid = t.prefix) WHERE t.fid='2' AND (t.visible='1' OR t.visible='0') GROUP BY t.tid ORDER BY t.sticky DESC, t.lastpost desc LIMIT 0, 20

¿Qué puede ser? Como no instalé ningún plugin al ser algo que ya viene, no hice backup y estoy con el foro inactivo por eso :S
Última modificación: 20 Feb, 2011, 6:29 am por Pansho.
barakas   20 Feb, 2011, 6:26 am
#2
SOLUCIONADO.

Era un error de interacción con el plugin.
Última modificación: 20 Feb, 2011, 10:18 am por Pansho.
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.