CMS MADE SIMPLE FORGE

Frontend Users

 

[#11911] Using "Disabled Status" filter causes PHP Fatal error

avatar
Created By: Chris (caciavar)
Date Submitted: Wed Oct 17 11:19:25 -0400 2018

Assigned To: Robert Campbell (calguy1000)
Version: 2.12.2
CMSMS Version: 2.2.8
Severity: Minor
Resolution: Fixed
State: Open
Summary:
Using "Disabled Status" filter causes PHP Fatal error
Detailed Description:
class.feu_utils.php - Line 196:

BEFORE: 
$query->add_and_opt( feu_user_query_opt::MATCH_NOTDISBLED );

SHOULD BE: 
$query->add_and_opt( feu_user_query_opt::MATCH_NOTDISABLED );

...there's an 'A' missing in NOTDISBLED.


History

Comments
avatar
Date: 2019-01-15 18:10
Posted By: Matt Hornsby (DIGI3) (DIGI3)

This still exists in 2.12.6

Note to other users experiencing it, you can either reset the user's prefs in
the user manager, or edit the database: in the cms_userprefs table, find the
feu_filter for the affected user and set the value to NULL.
      
avatar
Date: 2019-02-10 10:43
Posted By: Robert Campbell (calguy1000)

Fixed in SVN
      
Updates

Updated: 2019-02-10 10:43
resolution_id: => 7