Title: PHP7 error warning _Fix
Last modified: November 2, 2018

---

# PHP7 error warning _Fix

 *  [olimax](https://wordpress.org/support/users/olimax/)
 * (@olimax)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/php7-error-warning-_fix/)
 * PHP7+ throws up the following warnings
 * _Deprecated: Methods with the same name as their class will not be constructors
   in a future version of PHP; Bandsintown\_JS\_Plugin has a deprecated constructor
   in …… \bandsintown.php on line 16_
 * _Deprecated: Methods with the same name as their class will not be constructors
   in a future version of PHP; Bandsintown\_JS\_Widget has a deprecated constructor
   in ……….\bandsintown\bandsintown.php on line 282_
 * These can easily be fixed
 * Change line18 from
    `function Bandsintown_JS_Plugin() {`
 * to:
    `function __construct() {`
 * and change line284 from
    `function Bandsintown_JS_Widget() {`
 * to:
    `function __construct() {`

Viewing 1 replies (of 1 total)

 *  Plugin Author [bandsintown_legacy](https://wordpress.org/support/users/kwestion505/)
 * (@kwestion505)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/php7-error-warning-_fix/#post-10850396)
 * Hello olimax,
 * Thanks very much for reaching out and letting us know! We’ll make sure to fix
   this in the next release which should be coming out later this week, thanks for
   your patience. If you need to contact us further feel free to email us at [support@bandsintown.com](https://wordpress.org/support/topic/php7-error-warning-_fix/support@bandsintown.com?output_format=md).
   Thanks!
 * Best,
    Alexis

Viewing 1 replies (of 1 total)

The topic ‘PHP7 error warning _Fix’ is closed to new replies.

 * ![](https://ps.w.org/bandsintown/assets/icon-256x256.png?rev=3529512)
 * [Bandsintown Events](https://wordpress.org/plugins/bandsintown/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bandsintown/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bandsintown/)
 * [Active Topics](https://wordpress.org/support/plugin/bandsintown/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bandsintown/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bandsintown/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [bandsintown_legacy](https://wordpress.org/support/users/kwestion505/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/php7-error-warning-_fix/#post-10850396)
 * Status: not resolved