Quantcast
Channel: Editor — DataTables forums
Viewing all articles
Browse latest Browse all 3740

Possible bug in Editor 2.0.7 when uploading a file after having updated DataTables and Editor

$
0
0

Link to test case:
The Editor has uploading and is private.

Debugger code (debug.datatables.net):
I couldn't get the bookmarklet to upload the data (is this because the page has so many DataTables instantiated?

Error messages shown:

undefined is not an object (evaluating 'data[source]') in datatables.js:1934

Description of problem:
I updated to Editor 2.0.7 to use SearchPanes 2.0.0 so I can use the cascade.
I also use Editor to be able to upload files to my database.

When I submit the form to create the new record, I get the above error message.

The DT versions are below:

<!-- DataTables (needs to be loaded on all modes, not just $chosen mode) -->
    <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/dt-1.11.4/date-1.1.2/b-2.1.0/b-html5-2.1.0/b-print-2.1.0/sl-1.2.6/sp-2.0.0/datatables.min.css"/>
    <script type="text/javascript" src="https://cdn.datatables.net/v/bs/dt-1.11.4/date-1.1.2/b-2.1.0/b-html5-2.1.0/b-print-2.1.0/sl-1.2.6/sp-2.0.0/datatables.js"></script>

Viewing all articles
Browse latest Browse all 3740