• Hi,

    I ran across two errors using your plugin on PHP7 and would like to point out the fix for you or anyone else that comes across it…and hopefully this is included in the next release.

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; TC_Cart_Widget has a deprecated constructor in /wp-content/plugins/tickera-event-ticketing-system/includes/widgets/cart-widget.php on line 3

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; TC_Upcoming_Events_Widget has a deprecated constructor in /wp-content/plugins/tickera-event-ticketing-system/includes/widgets/upcoming-events-widget.php on line 3

    Change line 5 for both to

    function __construct() {

    https://www.ads-software.com/plugins/tickera-event-ticketing-system/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Update for PHP7 (Deprecated: Methods with the same name as their class…)’ is closed to new replies.