Quote:
Originally Posted by squidsk
I took a look at the code in external.php and that query is not in stock vbulletin. Check your plugins for any that are on hooks in external.php: - external_start
- external_type
- external_query
- external_complete
If there are none on those hook locations, start looking through plugins on global locations to see if there are plugins that should not be running on rss feeds.
|
Would a quick way to circumvent the necessary checks be to disable all current plugins and see if it makes a difference?