Okay, I am currently using vb4.1.4
I was having this problem:
PHP Code:
Fatal error: Cannot use object of type vB_Legacy_Thread as array in /home/XXXX/public_html/packages/vbcms/content.php(994) : eval()'d code on line 2
So edit my content.php on line (994) as such:
PHP Code:
// ($hook = vBulletinHook::fetch_hook('showthread_query_postids')) ? eval($hook) : false;
Now I am able to publish articles to the CMS, as well as click on the links to view them, or edit them.
Visit here
http://www.streetblaze.net/streetblaze, and click on either Test or Test 2 to verify that it works well.