Hi All,
Im running
- Joomla! 1.0.15 Stable
- FireBoard 1.0.4 Stable
I set a forum to only allow messgaes after they are accepted.
If I click the link for accepting a message I get this:
| Code: |
You have an error in your SQL syntax near
\'ON m.id=t.mesid WHERE hold=\'1\' AND catid=2 ORDER BY id ASC\' at line 1
SQL=SELECT m.id,m.time,m.name,m.subject,m.hold,t.message
FROM jos_fb_messages AS m
JOIN jos_fb_messages_text as t ON m.id=t.mesid WHERE hold=\'1\'
AND catid=2
ORDER BY id ASC
|
Anyone with help?