Hi,
Currently, I don't seem to have the
hide_errors() problem, but in case this helps others who are on vBulletin v4.1:
- forumhome_complete: at this hook location, I replaced the call to PHP function split() by explode() in the actual plugin code.
- misc_start: ditto.
Before I made the above changes, I was getting a deprecation warning for function
split(). After I made the above changes, the deprecation warning went away, and I think 'tis all working...
In order to access the plugin code you have to go via
AdminCP > Plugins & Products > Plugin Manager.
Hope this helps.