Title: PHP 7
Last modified: September 1, 2016

---

# PHP 7

 *  Resolved [pready](https://wordpress.org/support/users/pready/)
 * (@pready)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/php-7-46/)
 * 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://wordpress.org/plugins/all-in-one-event-calendar/](https://wordpress.org/plugins/all-in-one-event-calendar/)

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

 *  [Calvin](https://wordpress.org/support/users/calvinyeh/)
 * (@calvinyeh)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/php-7-46/#post-7484352)
 * Hi pready!
 * Thanks for pointing out this error. We already fixed it and we will be releasing
   a new version soon.
 *  [chris](https://wordpress.org/support/users/achensee/)
 * (@achensee)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/php-7-46/#post-7484394)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/all-in-one-event-calendar.svg)
 * [Timely All-in-One Events Calendar](https://wordpress.org/plugins/all-in-one-event-calendar/)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-event-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-event-calendar/reviews/)

## Tags

 * [deprecated constructor](https://wordpress.org/support/topic-tag/deprecated-constructor/)
 * [PHP7](https://wordpress.org/support/topic-tag/php7/)

 * 2 replies
 * 3 participants
 * Last reply from: [chris](https://wordpress.org/support/users/achensee/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/php-7-46/#post-7484394)
 * Status: resolved