• Resolved eehmke

    (@eehmke)


    I have upgraded my system to PHP 7.0. The PHP compatibility checker plugin reports these errors:

    FILE: /var/www/.../wp-content/plugins/spider-event-calendar/spidercalendar_upcoming_events_widget.php
    --------------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    --------------------------------------------------------------------------------------------------------------
     21 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    --------------------------------------------------------------------------------------------------------------
    
    FILE: /var/www/.../wp-content/plugins/spider-event-calendar/widget_spider_calendar.php
    -----------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    -----------------------------------------------------------------------------------------------
     7 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    -----------------------------------------------------------------------------------------------

    This can be corrected by replacing the constructor functions by the __construct () function.

    • This topic was modified 8 years, 2 months ago by eehmke. Reason: removed non public data
Viewing 1 replies (of 1 total)
  • Sona

    (@support-web-dorado)

    @eehmke,

    Thanks for your note. I have forwarded it to our development team for making the changes. Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP 7.0 compatibility’ is closed to new replies.