I'm hoping this is something simple. This error occurs when clicking in a CMS category or article author using vBulletin 4.2.2. My Google-fu failed me!
Quote:
Call to a member function isSection() on a non-object in /var/www/virtual/enworld/forum/packages/vbcms/content/article.php(460) : eval()'d code on line 3
It looks like it's coming from an add-on product. If you can figure out which one it is, you should ask in the thread for that mod. You can try turning off products one at a time, but you might be able to guess which one it is, if you have someting installed that has to do with cms articles.
It looks like it's coming from an add-on product. If you can figure out which one it is, you should ask in the thread for that mod. You can try turning off products one at a time, but you might be able to guess which one it is, if you have someting installed that has to do with cms articles.
Sadly, the whole "turn off products" advice doesn't work for a busy site which relies on them (and we have many, many mods - which could be the problem!)
I was hoping there was an obvious thing in the error message (I don't speak code) that I could fix. Hoping I don't have to pay someone to diagnose and fix it!
If you go to the Plugin Manager, you can look at the Hook Location column and look for a plugin using that hook. You can also sort by hook by clicking on Hook Location.
If you go to the Plugin Manager, you can look at the Hook Location column and look for a plugin using that hook. You can also sort by hook by clicking on Hook Location.
Using what hook? The word doesn't mean anything to me.
And assuming I am able to look a list of plugins and determine they are using said hook, what do I do about that?
Using what hook? The word doesn't mean anything to me.
As mentioned above, vbcms_article_populate_start.
Quote:
And assuming I am able to look a list of plugins and determine they are using said hook, what do I do about that?
Hopefully it will tell you which product is causing the error message. The message is coming from a plugin using that hook location, so if there happens to be only one plugin using that hook, then you'll know. Then you can ask in the thread for that product (assuming it's a prouct you downloaded from here).
Otherwise we don't know how to help you (unless someone else happens to recognize the error).