Update 1.10.18

Update 1.10.18

Andreas S.Andreas S. Posts: 207Questions: 73Answers: 4

Hi,
I have update the datatable from 1.10.16 to 1.10.18, but now all datatables did not work anymore. I get following error

SCRIPT5007: Unable to get property 'ext' of undefined or null reference datatables.js (70051,1)

 jQuery.Deferred exception: Unable to get property 'done' of undefined or null reference TypeError: Unable to get property 'done' of undefined or null reference
   at Anonymous function (http://finsw.vs/assets/js/adm/club-api.js?ver=1.0.0:40:2)
   at mightThrow (http://finsw.vs/assets/plugins/dataTables/datatables.js?ver=1.10.18:3546:10)
   at Anonymous function (http://finsw.vs/assets/plugins/dataTables/datatables.js?ver=1.10.18:3614:12) undefined
datatables.js (3830,3)

 SCRIPT438: Object doesn't support property or method 'fpInit' jquery-3.3.1.min.js (1,31039)
 SCRIPT438: Object doesn't support property or method 'browserDetect' jquery-3.3.1.min.js (1,31039)
 SCRIPT5007: Unable to get property 'done' of undefined or null reference

I there a major change in the new version. With the Version 1.10.16 the script did not give an error

Andreas

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin

    Can you link to a page showing the issue so we can debug it please.

    Thanks,
    Allan

  • Andreas S.Andreas S. Posts: 207Questions: 73Answers: 4

    I send you an pm

    Andreas

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin
    Answer ✓

    Can you remove jQuery from your datatables.js file please? You already include jQuery else where so it isn't needed there and it looks like it is causing conflicts.

    Allan

  • Andreas S.Andreas S. Posts: 207Questions: 73Answers: 4

    I removed it, but now i get this error is now

    CSS3121: The media query -ms-viewport has been deprecated.
     JQMIGRATE: Migrate is installed, version 3.0.0
    
     SCRIPT5007: SCRIPT5007: Unable to get property 'ext' of undefined or null reference datatables.js (59686,1)
     SCRIPT438: SCRIPT438: Object doesn't support property or method 'DataTable'
    

    Andreas

  • Andreas S.Andreas S. Posts: 207Questions: 73Answers: 4

    I have found the failure. I did not download the bootstrap3 part of the datatables

    Andreas

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin

    Hi,

    Thanks for the update. Good timing - I was just about to look at it!

    Great to hear you've got it working now.

    Allan

This discussion has been closed.