Quote:
Originally Posted by Delphiprogrammi
verry strange here is no error message ......
PHP Code:
$msgs = $db->query_read(" SELECT accessdenied_message.*, usergroup.title AS usergroup, forum.title AS forum FROM " . TABLE_PREFIX . "accessdenied_message LEFT JOIN " . TABLE_PREFIX . "usergroup ON usergroup.usergroupid = accessdenied_message.usergroupid LEFT JOIN " . TABLE_PREFIX . "forum ON forum.forumid = accessdenied_message.forumid ");
that is causing the error i have no field called "accessdenied_message" within the table vb3_accessdenied_message that field is for some reason missing
|
Okay, download the zip and try again.