MichaelEZ Posted December 19, 2019 Posted December 19, 2019 Hello, so unfortunatly, recently jquery stopped working in BO, so i checked source code and this is result : Its working only on Order page, where jquery order is correct. On other pages its not working. I checked AdminController $this->addJquery(); $this->addjQueryPlugin(array('scrollTo', 'alerts', 'chosen', 'autosize', 'fancybox' )); $this->addjQueryPlugin('growl', null, false); $this->addJqueryUI(array('ui.slider', 'ui.datepicker')); also header.tpl seems ok too We did unstall merchant expertise module before this all..
Traumflug Posted December 19, 2019 Posted December 19, 2019 What exactly means "stopped working"? Do the requests for these files result in a 404? Are the <script> lines for some parts missing? Some malfunction? Software rarely stops working out of the blue, without any change to the code.
musicmaster Posted December 19, 2019 Posted December 19, 2019 When Jquery doesn't work it is usually because there was a javascript error before it was supposed to be loaded. So I am very curious how your javascript console looks.
MichaelEZ Posted December 20, 2019 Author Posted December 20, 2019 Stopped working - i can load page fine but functionality is gone, i cant edit fields, i see source inside of them, editor is gone, i dont see price anymore and more. We did uninstall merchant expertise (installing and unistalling did not helped). Problem is with many admin accounts, duno why so many people have it 😕 - its not first time something like this occurred. No changes on server side either. Here is ss:
musicmaster Posted December 20, 2019 Posted December 20, 2019 (edited) Are you sure these are all your console errors/warnings? It takes only one unrelated javascript problem and then jQuery isn't loaded and you get all these follow-up errors. With javascript errors you should always look at the oldest first. All the rest can be follow-up errors caused by the first one. Edited December 20, 2019 by musicmaster
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now