Too much data passed as arguments to js_call_amd()

Issue #1 resolved
Former user created an issue

The filter causes the debugging message appear: {code} Too much data passed as arguments to js_call_amd("filter_amanote/main", "init"). Generally there are better ways to pass lots of data from PHP to JavaScript, for example via Ajax, data attributes, ... . This warning is triggered if the argument string becomes longer than 1024 characters.

Comments (2)

  1. Log in to comment