datepicker console error

DLJonsson

Well-known member
I'm getting his console error when loading our databik site pages.
Using Chrome Developer tools - Console the following error appears.

index.php?function=show_static_page&id_static_page=1:382 Uncaught TypeError: $(...).datepicker is not a function
at HTMLDocument.<anonymous> (index.php?function=show_static_page&id_static_page=1:382)
at c (jquery-1.9.1.min.js:3)
at Object.fireWith [as resolveWith] (jquery-1.9.1.min.js:3)
at Function.ready (jquery-1.9.1.min.js:3)
at HTMLDocument.H (jquery-1.9.1.min.js:3)

include/jquery folder includes
jquery-ui-1.12.1
jquery-1.9.1.min.js

/include/date_picker folder includes
jquery-ui-1.10.1.custom.min.js
jquery-ui-timepicker-addon.js

Matching 9.2 Enterprise edition install


Any clues as to why this error is appearing is appreciated.
 

eugenio

Administrator
Staff member
Hello,
are you using date / date_time fields in your application? If yes, is the application (and those fields) working despite the javascript errors?
Have you changed something in the 9.2 code (apart from the needed parameters in config.php)?

Best,
 
Top