1 sam2kb Aug 17, 2009 02:00
3 managerblue Sep 04, 2009 17:49
Hello sam, How to fix (where, how to?)
4 managerblue 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 managerblue 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 edb 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.
7 tblue Sep 05, 2009 15:22
Title updated. ;)
8 sam2kb Sep 05, 2009 17:45
You guys can grab the latest CVS version from here http://doc.b2evolution.net/b2evo_HEAD_snapshot.tgz
It's much more stable than released 3.3.1 "stable" :)
9 yabba Sep 05, 2009 18:04
Not much of a challenge ;)
¥
10 tblue Sep 26, 2009 00:41
Fixed in v3.3.2, too.
11 jjthomas 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 rushowr 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 rushowr 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 zema0982 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.
Fixed in CVS