Title: error after update
Last modified: March 13, 2018

---

# error after update

 *  Resolved [sarosuf](https://wordpress.org/support/users/lubimow/)
 * (@lubimow)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/error-after-update-117/)
 * I just updated the plugin. Right after that, I lost the button in the “add entry”
   section.
    Also I see the error of your script async-javascript/js/admin.min.js?
   ver=2.18.03.10
 * `TypeError: jQuery(".aj_chosen").chosen is not a function. (In 'jQuery(".aj_chosen").
   chosen()', 'jQuery(".aj_chosen").chosen' is undefined)`
 * What to do?

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/error-after-update-117/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/error-after-update-117/page/2/?output_format=md)

 *  Plugin Author [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/error-after-update-117/#post-10071395)
 * ok, can you;
 * 1. check if wp-content/plugins/async-javascript/assets/lib/chosen_v1.4.2/chosen.
   jquery.min.js is available on the server (it should)
    2. check if you can load[
   yourdomain]/wp-content/plugins/async-javascript/assets/lib/chosen_v1.4.2/chosen.
   jquery.min.js in a webbrowser (it should) 3. go to Async JS settings while keeping
   an eye on the network tab in your developer tools; is it requested (it should)
   and do you see a 200 (or 304) HTTP response code or something else?
 * frank
 *  Thread Starter [sarosuf](https://wordpress.org/support/users/lubimow/)
 * (@lubimow)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/error-after-update-117/#post-10071424)
 * I have a file chosen.jquery.min.js
    It is loaded – status 200
 *  Plugin Author [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/error-after-update-117/#post-10071461)
 * also when on the async js page? in that case there’s no reason why you’d get 
   that error message really as it’s that file that defines the jQuery .choosen 
   function …
 * so …
    1. what browser are you using? 2. are there any other errors on the console?
   3. are you running any other plugin that is changing the way JS is loaded in 
   the backend?
 * (going to get me some sleep now, but I’ll make sure to follow up on this tomorrow)
 *  Thread Starter [sarosuf](https://wordpress.org/support/users/lubimow/)
 * (@lubimow)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/error-after-update-117/#post-10072711)
 * I have Safari for Mac 11.0.3
    There is only one mistake, the other is not. [http://joxi.ru/82QBKzji1XZGBA](http://joxi.ru/82QBKzji1XZGBA)
   Other plugins do not use
 *  Plugin Author [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/error-after-update-117/#post-10072760)
 * OK, so _maybe_ it’s a problem that is specific to Safari, could you test in Chrome
   or Firefox for MacOSX?
 *  Thread Starter [sarosuf](https://wordpress.org/support/users/lubimow/)
 * (@lubimow)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/error-after-update-117/#post-10072781)
 * In Chrome, everything is working fine
 *  Plugin Author [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/error-after-update-117/#post-10072999)
 * OK, can you try [https://harvesthq.github.io/chosen/](https://harvesthq.github.io/chosen/)(
   the Chosen demo page) in Safari to see if that works?
 *  Thread Starter [sarosuf](https://wordpress.org/support/users/lubimow/)
 * (@lubimow)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/error-after-update-117/#post-10073005)
 * Everything is working
 *  Plugin Author [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/error-after-update-117/#post-10073044)
 * OK, so an issue with the Chosen implementation on Safari … I’ll have a look at
   the code and try to find someone on MacOS so I can test myself.
 * Could you make a screenshot of what you mean when writing “I lost the button 
   in the “add entry” section.”?
 *  Thread Starter [sarosuf](https://wordpress.org/support/users/lubimow/)
 * (@lubimow)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/error-after-update-117/#post-10073238)
 * I recorded a video [https://www.dropbox.com/s/aaleu6o42ta7g5j/java.mov?dl=0](https://www.dropbox.com/s/aaleu6o42ta7g5j/java.mov?dl=0)
 *  Plugin Author [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/error-after-update-117/#post-10073853)
 * OK, so the problem is not (only) on the AsyncJS settings-page, that’s ugly. I’ll
   get working on a fix right away!
 *  Plugin Author [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/error-after-update-117/#post-10073957)
 * OK, I have [committed a fix on Github](https://github.com/futtta/async-javascript/commit/96705be2340beac8aee02c6f8eb78ecb25f032ce),
   could you try applying those changes (or replacing [the contents of asyncjsBackendClass.php](https://github.com/futtta/async-javascript/blob/master/asyncjsBackendClass.php)
   or [downloading and installing the full zip-file from Github](https://github.com/futtta/async-javascript/archive/master.zip))
   and test?
 * [edit] this commit should limit the impact of the JS error to the AsyncJS page,
   I have a 2nd fix prepared for that as well but want to make sure that whatever
   goes wrogn only does so on AsyncJS own settings page.
 * frank
 *  Thread Starter [sarosuf](https://wordpress.org/support/users/lubimow/)
 * (@lubimow)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/error-after-update-117/#post-10074006)
 * Thanks, now everything has worked
 *  Plugin Author [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/error-after-update-117/#post-10074175)
 * Great! I guess the async-js settings page itself might still not work, or does
   that work too now?
 *  Thread Starter [sarosuf](https://wordpress.org/support/users/lubimow/)
 * (@lubimow)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/error-after-update-117/#post-10074220)
 * There is a problem when you click the save button nothing happens and nothing
   is saved

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/error-after-update-117/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/error-after-update-117/page/2/?output_format=md)

The topic ‘error after update’ is closed to new replies.

 * ![](https://ps.w.org/async-javascript/assets/icon-128x128.png?rev=1839260)
 * [Async JavaScript](https://wordpress.org/plugins/async-javascript/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/async-javascript/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/async-javascript/)
 * [Active Topics](https://wordpress.org/support/plugin/async-javascript/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/async-javascript/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/async-javascript/reviews/)

 * 21 replies
 * 2 participants
 * Last reply from: [sarosuf](https://wordpress.org/support/users/lubimow/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/error-after-update-117/page/2/#post-10077131)
 * Status: resolved