• ResolvedPlugin Author Will Brownsberger

    (@will-brownsberger)


    In certain circumstances when coming back to a form after a day, you may get the following error:
    Apparent cross-site scripting or configuration error

    This is just normal WordPress security protection as implemented in this plugin and you just need to refresh the form and re-attempt the transaction.

    However, there is one circumstance in which you can get this error on a fresh form. If you have a very large number of activities (over 105 activities in a typical case) for a particular constituent, you can run up against a limit on max_input_vars which has been added in later versions of php.

    You just need to bump up this parameter in your php.ini file. The default max_input_vars value is 1000. If you can’t find that line to edit, try adding: max_input_vars = 2000.

    If having difficulty making this parameter change, see this Woo Commerce thread

    https://www.ads-software.com/plugins/wp-issues-crm/

  • The topic ‘Apparent cross-site scripting or configuration error’ is closed to new replies.