Quote:
Originally Posted by t.uzuner
I removed the prefixes vb_ but the problem still exists
Initially I changed the prefixes in the config.php, but the problem did not changed. Then I removed the vb_ prefixes in forum.php and I redintegrate the config. php, but the problem still exists
|
Try replacing the "vb_" prefix with your own "myprefix_" prefix (if that's the one you are using for vBulletin).
Edit: Yours would then read...
Quote:
FROM myprefix_thread t, myprefix_forum f, myprefix_post p, myprefix_user u
|
I hope this fixes the problem you're having.