how do I turn query review off in dev mode?
Posted: 04 February 2010 11:45 AM   [ Ignore ]
Newbie
Rank
Total Posts:  8
Joined  2010-02-02

The query reviewer plugin generates this “sql disabled” box in the top left corner of the page, and a whole lot of html warnings when I try to “tidy” my pages up. How do I stop it? I tried to set “enabled: false” for development and profiling to disabled but it keeps on coming up (after restarting the server).

Profile
 
 
Posted: 10 February 2010 11:08 AM   [ Ignore ]   [ # 1 ]
Administrator
RankRankRankRank
Total Posts:  249
Joined  2008-12-18

Are you disabling this in the query_reviewer.yml config file located in the config dir? It should look like this:

development:
    
enabledfalse 

Profile