• Resolved HarrisDesigned

    (@harrisdesigned)


    I would like to move my site over to PHP7, but when running compatibility checker, I received this error. I would love any feedback on how big a deal this is, or if anyone can confirm php7 compatability. Thanks!

    FILE: /nas/content/live/lecibiadt/wp-content/plugins/age-gate/vendor/wixel/gump/examples/escaping_mysql_strings.php
    ——————————————————————————————————————-
    FOUND 1 ERROR AFFECTING 1 LINE
    ——————————————————————————————————————-
    38 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    ——————————————————————————————————————-

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @harrisdesigned,

    No issues with that, gump is a form validation library and that’s just an example file for it’s filter functionality. I may even remove that directory from the build scripts as it’s never actually used.

    For PHP versions, my local box (Ubuntu 16.04 via Vagrant) is currently running PHP 7.1.16 so should be good for anything 5.6+

    Thanks,
    Phil

    Thread Starter HarrisDesigned

    (@harrisdesigned)

    You’re awesome. Appreciate the speedy reply!

    Plugin Author Phil

    (@philsbury)

    Thanks 🙂 and no problem.

    If you do find any issues, do let me know.

    Cheers
    Phil

    Thread Starter HarrisDesigned

    (@harrisdesigned)

    Hi Phil,

    Since the update, the age gate is stuck now and just reloads when an option is clicked. Any ideas?

    Thanks!

    Thread Starter HarrisDesigned

    (@harrisdesigned)

    site url: lecibiadt.wpengine.com

    Thread Starter HarrisDesigned

    (@harrisdesigned)

    I found the answer in one of your other posts (Javascript version, clear all cache)

    I think it’s working now, sorry about the posts!

    Plugin Author Phil

    (@philsbury)

    No problem! I was in the middle of a reply.

    I think WPEngine has caching built into it.

    Glad you got it sorted!

    Cheers
    Phil

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

The topic ‘PHP 7.0’ is closed to new replies.