Hi!
I got some errors in show category, check
www.nyfritid.no/index.php/component/kune...func=showcat&catid=2
for how it is, the error is actualy:
Fatal error: Unable to get unread messages count and first id.\nDB function failed with error number 1146
Table 'nyfriti_1.jos_fb_messages' doesn't exist SQL=SELECT thread, MIN(id) AS lastread, SUM(1) AS unread FROM jos_fb_messages WHERE thread IN ('1') AND time>'1233687433' GROUP BY thread
SQL =
SELECT thread, MIN(id) AS lastread, SUM(1) AS unread FROM jos_fb_messages WHERE thread IN ('1') AND time>'1233687433' GROUP BY thread
in /home/nyfriti/public_html/components/com_kunena/lib/kunena.debug.php on line 3
Its like that in last discussions too, category show and in my discussions, I dont know whats wrong...
EDIT: I see now there is an error in the select DB table jos_fb_messages, but isn it an idea to make it runable without jos_ suffix? I actualy dont use that. Is the error only that, or is it more?
Thanks!