• Resolved markxkr

    (@markxkr)


    Hi
    Looking to upgrade site to PHP7 and ran teh WPEngine PHP Compatibility Checker which flagged up some compatibility warnings with Strong Testimonials. Wondered if you had run on PHP7 server and if it works oK? Thx

    Errors:
    FILE: /wp-content/plugins/strong-testimonials/includes/integrations/class-integration-google-captcha.php
    —————————————————————————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————————————————————————————————–
    4 | WARNING | Method name “Strong_Testimonials_Integration_Google_Captcha::__contruct” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    —————————————————————————————————————————————————————————————–

    FILE: /wp-content/plugins/strong-testimonials/includes/integrations/class-integration-captcha-pro.php
    ————————————————————————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————————————————————————————————–
    4 | WARNING | Method name “Strong_Testimonials_Integration_Captcha_Pro::__contruct” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ————————————————————————————————————————————————————————————–

    FILE: /wp-content/plugins/strong-testimonials/includes/integrations/class-integration-really-simple-captcha.php
    ————————————————————————————————————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————————————————————————————————————
    4 | WARNING | Method name “Strong_Testimonials_Integration_Really_Simple_Captcha::__contruct” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ————————————————————————————————————————————————————————————————

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    You found a bug. I will publish an update later today. Thanks for reporting this.

    Thread Starter markxkr

    (@markxkr)

    Thanks Chris

    nickpagz

    (@npagazani)

    @markxkr, just an FYI, I used that plugin on a site i was planning to take to PHP7. It reported a ton of false positives. One plugin showed 7 warnings and 13 errors. Others showed errors as well. I bit the bullet and just switched anyways, knowing I could just revert pretty easy.
    I was pleasantly surprised. My debug log did not register a single php warning, notice, or error.
    My point is, don’t take the results too seriously, and just give it a try!
    Nick

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP7 Compatibility’ is closed to new replies.