• Resolved pready

    (@pready)


    my ISP has just gone on to PHP7 and there are now errors from calendar.
    “Methods with the same name as their class will not be constructors in a future version of PHP; vcalendar has a deprecated constructor… wp-content\plugins\all-in-one-event-calendar\lib\iCal\iCalcreator-2.20\iCalcreator.class.php:45 #8192

    https://ww.wp.xz.cn/plugins/all-in-one-event-calendar/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi pready!

    Thanks for pointing out this error. We already fixed it and we will be releasing a new version soon.

    time.ly, maybe it might be possible to check such errors before you deploy new versions?! it only requires adding this to the .htaccess of your testing enivronment.

    # enable PHP error logging
    php_flag log_errors on
    php_value error_log “/path/to/PHP_errors.log”
    # END SERVER

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

The topic ‘PHP 7’ is closed to new replies.