• Hi, when I enable all error messages in php the following notices are emitted by the plugin:

    Version: 0.3.4.1

    Strict Standards: Redefining already defined constructor for class
    PCS_Content_Widget
    in /plugins/post-content-shortcodes/class-post-content-widgets.php on line 181

    Strict Standards: Redefining already defined constructor for class
    PCS_List_Widget
    in /plugins/post-content-shortcodes/class-post-content-widgets.php on line 245

    Strict Standards: Declaration of
    PCS_Widget::update() should be compatible with
    WP_Widget::update($new_instance, $old_instance) in /plugins/post-content-shortcodes/class-post-content-widgets.php on line 13

    Strict Standards: Declaration of
    PCS_Widget::form() should be compatible with
    WP_Widget::form($instance) in /plugins/post-content-shortcodes/class-post-content-widgets.php on line 13

    Strict Standards: Declaration of PCS_Content_Widget::form()
    should be compatible with WP_Widget::form($instance)
    in /plugins/post-content-shortcodes/class-post-content-widgets.php on line 176

    Strict Standards: Declaration of
    PCS_Content_Widget::update() should be compatible with WP_Widget::update($new_instance, $old_instance)
    in /plugins/post-content-shortcodes/class-post-content-widgets.php on line 176

    Strict Standards: Declaration of
    PCS_List_Widget::form() should be compatible with
    WP_Widget::form($instance)
    in /plugins/post-content-shortcodes/class-post-content-widgets.php on line 240

    Strict Standards: Declaration of
    PCS_List_Widget::update() should be compatible with
    WP_Widget::update($new_instance, $old_instance)
    in /plugins/post-content-shortcodes/class-post-content-widgets.php on line 240

Viewing 1 replies (of 1 total)
  • Having the same problems here with twenty fourteen and just your plugin enabled so it has to be your plugin…

    Strict Standards: Redefining already defined constructor for class PCS_Content_Widget in wp-content/plugins/post-content-shortcodes/class-post-content-widgets.php on line 181

    Strict Standards: Redefining already defined constructor for class PCS_List_Widget in wp-content/plugins/post-content-shortcodes/class-post-content-widgets.php on line 245

    Strict Standards: Declaration of PCS_Widget::update() should be compatible with WP_Widget::update($new_instance, $old_instance) in wp-content/plugins/post-content-shortcodes/class-post-content-widgets.php on line 13

    Strict Standards: Declaration of PCS_Widget::form() should be compatible with WP_Widget::form($instance) in wp-content/plugins/post-content-shortcodes/class-post-content-widgets.php on line 13

    Strict Standards: Declaration of PCS_Content_Widget::form() should be compatible with PCS_Widget::form() in wp-content/plugins/post-content-shortcodes/class-post-content-widgets.php on line 176

    Strict Standards: Declaration of PCS_Content_Widget::update() should be compatible with PCS_Widget::update() in wp-content/plugins/post-content-shortcodes/class-post-content-widgets.php on line 176

    Strict Standards: Declaration of PCS_List_Widget::form() should be compatible with PCS_Widget::form() in wp-content/plugins/post-content-shortcodes/class-post-content-widgets.php on line 240

    Strict Standards: Declaration of PCS_List_Widget::update() should be compatible with PCS_Widget::update() in wp-content/plugins/post-content-shortcodes/class-post-content-widgets.php on line 240

Viewing 1 replies (of 1 total)
  • The topic ‘Strict Standards notices’ is closed to new replies.