I had problem suddenly pop up with another addon (username request). For some reason the PM data manager (class_dm_pm.php) was clashing with class_bbcode.php of all things. It was happening at the hook location in that file.
I isolated it to this addon's
bbcode_parse_start hook code.
The error given by PHP is this:
Quote:
Fatal error: Cannot use object of type vB_DataManager_PM as array in /var/www/includes/class_bbcode.php(360) : eval()'d code on line 41
|
Still trying to debug this one. If anyone has any information it would be a big help.