Support

Account

Home Forums General Issues PHP Notices Reply To: PHP Notices

  • Hi guys.

    I think the issue here is that some servers don’t understand the ‘$found’ parameter as it has not yet been created.

    Can you do a search for all ‘$found’ and replace with ‘$found = false’

    $found is in these files:
    – api.php
    – field_group.php
    – _functions.php

    Does this fix the issue?