php notices if wp-debug
-
some nice ugly notices, when activating this tool and having debug set to true:
Notice: Function is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in …/wp-includes/functions.php on line 6121
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the kaliforms domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in …/wp-includes/functions.php on line 6121
Notice: Function is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in …/wp-includes/functions.php on line 6121
whilst i do know these are just notices and they will disappear, if i set debug to false, i am currently developing the site and thats why i like to keep it active. and these issues are not hard to fix, would be nice if you guys could get rid of those..
The topic ‘php notices if wp-debug’ is closed to new replies.