ref post #68.
I to just installed, had previous version loaded, this new version. I now receive the error:
Code:
Fatal error: Call to a member
function on a non-object in /
home/content/b/b/d/xxxx/
html/forums/includes/
class_postbit.php(296) : eval
()'d code on line 44
Looking into class_postbit I find:
Code:
// execute hook
($hook =&
vBulletinHook::fetch_hook(
'postbit_display_complete')) ?
eval($hook) : false;
that leads to:
Code:
$post['message'] = $hhr-
>parse_bbcode($post['message'
], $forum['forumid'], $thread
['threadid'], $post['postid'],
$post['userid']);
I'm going to wait a few hours to recheck the installation, already did three rechecks without finding an issue.
I do wonder is there something from the previous install that I should have removed? I did a search for the word 'hide' in the php files that I modified in hopes of removing the traces of the old (older version) install.
Was wondering if someone could post the readme.html from the previous install so I can do a seek and eliminate to make sure the older version modifications has been completly removed?