NS_ERROR_ILLEGAL_VALUE thrown whilst using ajax

PeteSCCS

New Member
Updated from github last week, Extension manager lists 3.1.1 as version number.

Just turned on Ajax for a list. Hitting "Clear filters" or changing # rows displayed to ALL is resulting in the page hanging with "loading" displayed.

Firebug reveals:

POST <url blah blah>?resetfilters=0&clearordering=0&clearfilters=0 200 OK
NS_ERROR_ILLEGAL_VALUE list-min.js (line 1)

EDIT: occurs in Firefox, not in Safari or Chrome.
 
Can you turn on JS debugging - debug tab, under Fabrik's global settings, the Config button top right of main backend pages, select "Debug JS". This should load the uncompressed JS files, which will show you what actual line is having issues.

You should then be able to set a break point at that line, and see what value is being passed in to the AJAX call that is causing FF to puke.

-- hugh
 
The error is occurring in list.js, line 912
Code:
history.pushState(data, 'fabrik.list.rows');

You should then be able to set a break point at that line
That's easy enough
and see what value is being passed in to the AJAX call that is causing FF to puke
But this is somewhat harder :)

The only difference I can see immediately, is that the fail case has total=158 (success cases typically have total < 50), but surely 158 records isn't excessive?

Cheers
Pete
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top