Topic: Problem with PM Mod 1.2.2

MySQL problem fixed by: nvm http://www.punres.org/viewtopic.php?id=1840

But now i got this above my forum
http://www1.filehost.to/files/2007-03-18_03/214729_problem.png

The Errorcode in the image:

# '.$lang_pms['Messages'].''; ?>query('SELECT COUNT(id) FROM '.$db->prefix.'messages WHERE showed=0 AND owner='.$pun_user['id']) or error('Unable to check for new messages', __FILE__, __LINE__, $db->error()); if ($db->result($result_messages, 0)){ $tpl_temp .= "\n\t\t\t\t".''.$lang_pms['New messages'].'
# '; } // Check if the inbox is full if($pun_config['o_pms_messages'] != 0 && $pun_user['g_id'] > PUN_GUEST){ $result = $db->query('SELECT count(*) FROM '.$db->prefix.'messages WHERE owner='.$pun_user['id']) or error('Unable to test if the message-box is full', __FILE__, __LINE__, $db->error()); list($count) = $db->fetch_row($result); // Display error message if($count >= $pun_user['g_pm_limit']) $tpl_temp .= "\n\t\t\t\t".''.$lang_pms['Full inbox'].'
'; } } ?>The Errorcode in the image:



posted this on punresource before but nobody could tell me what went wrong =/