Trying to view my external.php file and have DB error
Code:
<!--
Database error in vBulletin 3.6.3:
Invalid SQL:
SELECT thread.threadid, thread.title, post.attach, post.postid,
thread.postusername, thread.dateline, podcasturl.url, podcasturl.length,
forum.forumid,
post.pagetext AS message,
post.allowsmilie
FROM vb3_thread AS thread
INNER JOIN vb3_forum AS forum ON(forum.forumid = thread.forumid)
LEFT JOIN vb3_post AS post ON (post.postid = thread.firstpostid)
LEFT JOIN vb3_podcasturl AS podcasturl ON (podcasturl.postid = thread.firstpostid)
WHERE 1=1
AND thread.forumid IN(22,24,1,15,53,2,4,23,50,5,6,8,51,9,10,11,19,13,20,14,43,18,44,45,48,49,46,47)
AND thread.visible = 1
AND post.visible = 1
AND open <> 10
AND thread.dateline > 1162258691
ORDER BY thread.dateline DESC
LIMIT 15;
MySQL Error : Table 'ntfu2_forums.vb3_podcasturl' doesn't exist
Error Number : 1146
Date : Wednesday, November 29th 2006 @ 08:38:11 PM
Script : http://55555555.com/forums/external.php
Referrer :
IP Address : 5555555555555
Username : Unregistered
Classname : vb_database
-->
I've disabled the plugin system with the config.php file edit. It seems i'm missing a default vBulletin table though.
anyone help me out here?