When you click on direct links to post, such as;
Quote:
website.com/community/showthread.php?p=295293#post295293
|
The error given is;
Quote:
Fatal error: Cannot use object of type vB_Session as array in /home/directory/public_html/community/showthread.php(2149) : eval()'d code on line 33
|
I viewed those two lines (2149 and 33) and on them is;
Line 33:
Line 2149:
PHP Code:
($hook = vBulletinHook::fetch_hook('showthread_complete')) ? eval($hook) : false;
Anyone got a clue what could be causing this? I checked out the bbcode manager and made sure all the custom ones we had were fine, and they seemed fine. We just moved from a dedicated server to a shared (which I'm starting to think may play a role), this is the [only] backup and we provided it to the host and they loaded it.