25/02/2013, 04:47
|
| | | Fecha de Ingreso: febrero-2013 Ubicación: En el bar...
Mensajes: 6
Antigüedad: 11 años, 8 meses Puntos: 0 | |
Respuesta: Código funciona en PHP4 pero no en PHP5 Hola Patriarka... muchas gracias por la sugerencia... pero me sigue dando el mismo error...
Código:
mySQL query error: SELECT *, me.avatar_location, m.view_avs, me.avatar_size, m.id as member_id, m.name AS member_name, m.mgroup, f.name AS forum_name
FROM ibf_posts p
LEFT JOIN ibf_forums f on (t.forum_id=f.id)
LEFT JOIN ibf_topics t on (t.tid=p.topic_id and t.approved=1 and t.moved_to IS NULL)
LEFT JOIN ibf_members m on (p.author_id=m.id)
LEFT JOIN ibf_member_extra me on (m.id=me.id)
WHERE state!='closed' AND approved=1 AND (moved_to IS NULL or moved_to='')
GROUP BY t.last_post
ORDER BY t.last_post DESC
LIMIT 0,5
mySQL error: Unknown column 't.forum_id' in 'on clause'
mySQL error code:
Date: Monday 25th of February 2013 11:38:25 AM
|