PHP 7 error warnings
-
Good Day,
I saw others posted many months ago about this, but I’m bringing it up again. Errors (pasted at bottom) are kicked with both THIS plugin as well as your Gravity Forms Constant Contact add-on.
Someone stated it was an unused function but even so, this should be cleaned up. I provide maintenance to my clients and when they see these errors in the reports I provide they question MY competency.
Would it be possible to address this in the next update of both plugins? I will also post in the other support forum. Thank you!
ERRORS:
FILE: /home/xxxxxxxxxx/public_html/wp-content/plugins/constant-contact-api/classes/class.kwscontact.php
————————————————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————————————-
127 | ERROR | ‘clone’ is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_CLONE)
————————————————————————————————————————-FILE: /home/xxxxxxxx/public_html/wp-content/plugins/constant-contact-api/classes/class.kwscontactlist.php
————————————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————————————
45 | ERROR | ‘clone’ is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_CLONE)
————————————————————————————————————————FILE: /home/xxxxxxxxxx/public_html/wp-content/plugins/constant-contact-api/classes/class.kwscampaign.php
————————————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————————————
48 | ERROR | ‘clone’ is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_CLONE)
————————————————————————————————————————
- The topic ‘PHP 7 error warnings’ is closed to new replies.