Recent Topics

1 Aug 17, 2009 02:00    

After upgrade from 2.x I get the following error when I click on Posts/Comments link

Unknown filterset []

Cause:
In items.ctrl.php we retrieve preferable tab from user settings "pref_browse_tab" in order to display the right tab, but this param is only exists for users created in 3.x, all users created prior to 3.x don't have this param.

Solution:
Save the default param in UserSettings if we can't retrieve it.

Same cause and solution apply to simple/expert switch which doesn't work correct after upgrade.

3 Sep 04, 2009 17:49

Hello sam, How to fix (where, how to?)

4 Sep 04, 2009 21:44

When i click (Menu: Posts / Comments) after update v.2.6.4 to v.3.3.1


An unexpected error has occurred!

If this error persists, please report it to the administrator.

Go back to home page
Additional information about this error:
Unknown filterset []

- This is bug?
- About UserBlog Plugin? or other.
- How to solve a problem.

5 Sep 05, 2009 05:07

Ok sam i fix at items.ctrl.php

Code:

// Delete the pref_browse_tab setting so that the default
// (full) gets used the next time the user wants to browse
// a blog and we don't run into the same error again.
//$UserSettings->delete( 'pref_browse_tab' );
//$UserSettings->dbupdate();
//debug_die( 'Unknown filterset ['.$tab.']' );

6 Sep 05, 2009 05:46

Don't double-post!

By the way I'd have a hard time calling it "fixed" when there is no release with a fix in it, but that's just me.

9 Sep 05, 2009 18:04

Not much of a challenge ;)

¥

11 Sep 07, 2010 04:00

Getting the same error here. I am deleting the posts that were installed with the installation when this error comes up.

An unexpected error has occurred!

If this error persists, please report it to the administrator.

Go back to home page
Additional information about this error:
Unknown filterset [1] 

This is a brand new installation.

It does appear that I am deleting the posts.

-JJ

12 Jan 26, 2011 12:09

I am having the same error, previously using 3.3.3, upgraded to 4.0.3 today.

I'm going to go look at the source file mentioned in earlier posts in this thread, but really, shouldn't the fix have been included in a release by now?

13 Jan 26, 2011 12:14

Ok, well now I have to ask...is commenting out the code in items.ctrl.php (lines 1038-1040) the *fix*, or was there supposed to be something else that resolved this issue?

I just want to make sure that I'm not going to cause problems on my site by commenting out those lines...

14 Jan 03, 2012 12:45

Thanks a lot for letting me know this great stuff. I was in the same boat with you. I will try it out all the stuff you have said above and will report you later.


Form is loading...