Recent Topics

1 May 22, 2009 15:33    

When i selected the posts/ comments tab from the back office it always gave me error : unknown filterset[].
I read through the comments and did some thing

I quoted out around line 682
default:
// 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.']' );
break; // added by me

This fixed the problem for me. Not sure if I did anything wrong. but it seems working.

2 May 31, 2009 19:27

I got this problem with 3.2.0 as well.

3 May 31, 2009 20:27

I've no such problem. Works for me. :-)

4 Sep 05, 2009 05:05

I work for me at www.blogtika.com

edit at items.ctrl.php

// 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.']' );


Form is loading...