Title: PHP Strict Warnings
Last modified: August 21, 2016

---

# PHP Strict Warnings

 *  Resolved [tripflex](https://wordpress.org/support/users/tripflex/)
 * (@tripflex)
 * [12 years ago](https://wordpress.org/support/topic/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`
 * [https://wordpress.org/plugins/dynamic-widgets/](https://wordpress.org/plugins/dynamic-widgets/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Contributor [Qurl](https://wordpress.org/support/users/qurl/)
 * (@qurl)
 * [12 years ago](https://wordpress.org/support/topic/php-strict-warnings/#post-4899902)
 * Apologies for the late reply, I’ve been traveling.
    I think those two notices
   have already been fixed in the latest development version, but I’ll check it.
 *  [DnlCY](https://wordpress.org/support/users/dnlcy/)
 * (@dnlcy)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/php-strict-warnings/#post-4899987)
 * Hi Qurl
 * I’m using WP 3.9.1 and Dynamic Widget 1.5.7
 * And still getting this warnings:
    Strict Standards: Declaration of DW_Author::
   mkGUI() should be compatible with DWModule::mkGUI($type, $title, $question, $
   info, $except = false, $list = false, $name = NULL) in […]\wp-content\plugins\
   dynamic-widgets\mods\author_module.php on line 69
 * Strict Standards: Declaration of DW_Category::GUIComplex() should be compatible
   with DWModule::GUIComplex($except, $list, $extra = NULL, $name = NULL) in […]\
   wp-content\plugins\dynamic-widgets\mods\category_module.php on line 103
 * Thank you for any help
 *  Plugin Contributor [Qurl](https://wordpress.org/support/users/qurl/)
 * (@qurl)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/php-strict-warnings/#post-4899990)
 * Yes, it’s fixed in the development version.
 *  [dMpmJ](https://wordpress.org/support/users/dmpmj/)
 * (@dmpmj)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/php-strict-warnings/#post-4899991)
 * It’s not fixed in the latest development version.
 * I just installed v1.5.8.3 (latest dev version), and I’m getting the same error.
 * See: **mods/author_module.php** ~L42
 * `public static function mkGUI($type, $title, $question, $info = FALSE) {`
 * should be:
 * `public static function mkGUI($type, $title, $question, $info = FALSE, $except
   = false, $list = false, $name = NULL) {`
 *  Plugin Contributor [Qurl](https://wordpress.org/support/users/qurl/)
 * (@qurl)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/php-strict-warnings/#post-4899993)
 * Got it, fixed in 1.5.8.4. Thanks!
 *  [dMpmJ](https://wordpress.org/support/users/dmpmj/)
 * (@dmpmj)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/php-strict-warnings/#post-4899994)
 * Thanks for the fix. And thanks for the plugin.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘PHP Strict Warnings’ is closed to new replies.

 * ![](https://ps.w.org/dynamic-widgets/assets/icon-256x256.png?rev=2968917)
 * [Dynamic Widgets](https://wordpress.org/plugins/dynamic-widgets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dynamic-widgets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dynamic-widgets/)
 * [Active Topics](https://wordpress.org/support/plugin/dynamic-widgets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dynamic-widgets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dynamic-widgets/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [dMpmJ](https://wordpress.org/support/users/dmpmj/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/php-strict-warnings/#post-4899994)
 * Status: resolved