Quote:
Originally Posted by hambil
Can you remove the line $db->hide_errors() from the product xml and try importing it again? Tell me what, if any error you see?
|
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