Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same issue. I just updated to php 7 and am receiving the following error:

    Decent_Comments_Widget has a deprecated constructor in .../wp-content/plugins/decent-comments/class-decent-comments-widget.php on line 30

    I replaced line 60 of
    /wp-content/plugins/decent-comments/class-decent-comments-widget.php:

            // function Decent_Comments_Widget() {
            // eehmke PHP 7.0 
            function __construct() {

    Works for me.

    • This reply was modified 9 years, 4 months ago by eehmke.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP Compatibility Checker Decent Comments’ is closed to new replies.