Sorry for the question, maybe it's very annoying. I have a problem loading my Front-end page with back-end on the production server and in local mode all the perfect functional pages.
The jquery script and the ajax request are not running correctly on the production server PHP 7.2.
Normal local mode cangan all the scripts and the other algorithms work perfectly and it is PHP 7.2
errors in the browser console
TypeError: $(...).daterangepicker is not a function
TypeError: $(...).daterangepicker is not a function
SyntaxError: expected expression, got
ReferenceError: Chart is not defined
and the entire Front-end page is uploaded to the Back-end.
These errors do not come out when I run it in local mode and neither the Front-end pages are loaded in the Backend. "ZERO ERRO IN LOCAL MODE".
Please, I need your help.
I have configured the apache2 server and the php.ini nose or module is wrong or I need to configure, I hope your kind help. Thank you very much.