Jump to content
thirty bees forum

Jquery error in BO


MichaelEZ

Recommended Posts

Hello,

so unfortunatly, recently jquery stopped working in BO, so i checked source code and this is result

js.jpg.0d8aac87c92d6fc1c8c58a1c7acae74b.

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..

Link to comment
Share on other sites

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:

image.thumb.png.c1f53f0058f651f78eed61fb1b7e6d55.png

 

Link to comment
Share on other sites

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 by musicmaster
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...