MyBB Community Forums

Full Version: RSS syndication error?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
At vqte.com, when I try to syndicate more than one forum, I get a SQL error. For example, go to the following URL: http://www.vqte.com/syndication.php?fid=...7&limit=15

Any help fixing this would be much appreciated.

Thanks.
Possibly a bug - but I would have thought it would have popped up sooner than this if that's the case.

For example: http://community.mybboard.net/syndicatio...5&limit=15

Works fine for me. What plugins are you using?
Yeah, not sure why it isn't working on my board...

The plugins I am currently using are:
Awaiting Activation Message (1.1) by MattR
Admins can log into Users' accounts (1.0) by ZiNgA BuRgA
HTML Permissions (2.0) by Labrocca
My Meta Tags (2.0) by Labrocca
My Side Boxes (1.0) by Labrocca
Necropost Notice (1.0) by Labrocca

Any ideas? Undecided

I just checked hackforums.net (Labrocca's) and it has the same error. Must be something with "My Side Boxes." I will post at mybbcentral, too.
It seems the Sideboxes plugin causes some problems, but reporting it to Labrocca is a good idea so he can check it out.

You can stop your plugins from running without deactivating/uninstalling them - you could debug your forum that way just to be 100% sure...
Working on the conflict now.

Edit: Ugh...a bit of a problem....I added define("NO_PLUGINS", "1"); to init.php and I still have problems with rss.


Alright..in syndication.php this line is the problem:
define("IGNORE_CLEAN_VARS", "fid");

Comment it out. Not sure why it's there or why it's causing such conflict.