PHP Strict Warnings
-
Any plan to fix the strict warnings? I know the output should be disabled on production sites (which I do) but during development I keep all debugging on, and this makes it very tedious to work with widgets when you have to scroll all the way down the page to get past the debug errors:
Strict standards: Declaration of DW_Author::mkGUI() should be compatible with DWModule::mkGUI($type, $title, $question, $info, $except = false, $list = false, $name = NULL) in /plugins/dynamic-widgets/mods/author_module.php on line 69
and
Strict standards: Declaration of DW_Category::GUIComplex() should be compatible with DWModule::GUIComplex($except, $list, $extra = NULL, $name = NULL) in /plugins/dynamic-widgets/mods/category_module.php on line 103
- The topic ‘PHP Strict Warnings’ is closed to new replies.