• Resolved Wisefocus

    (@wisefocus)


    With checking the installed plugins for compatibility with the php version I am using (php ver 7.2), I found this plugin produced a lot of warnings (44), all the same as below:

    Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0.

    I would like to know how this may affect the performance of this plugin using php v7.2

Viewing 1 replies (of 1 total)
  • Hey there, @wisefocus 👋

    HappyForms is 100% compatible with PHP 7.2. Warnings you’re getting are coming from raw (not parsed) PHP file scans. We use <% and %> tags for JavaScript templates and the tool that’s reporting those warnings thinks it’s ASP opening tag which it really isn’t. That’s totally safe to ignore.

    Let us know if there’s anything else! 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘PHP errors detected’ is closed to new replies.