I also have an issue in Woocommerce Attach Me(WCAM)! plugin – Got the following reply from the plugin developer(reducted)
“As you can see from the demo site, the category selection menu properly works. So in your specific installation that issue most likely is caused by a 3rd party plugin that makes the select2.js javascript library to crash causing the menu to not work.
To try to find the cause you have to disable all your 3rd party plugins (even Exept bbpress, eventcalender, event tickets and event tickets plus) and then enable one by one until you find the one interfering. There isn’t much I can do from my plugin code to avoid other plugin to crash or to interfere.
It could be that another plugin is including an old version of the select2.js javascript library in all the admin pages (even in the Bulk attachments page) preventing WCAM to load its select2.js library (the latest version). This could raise the error you reported.
The developer should then make sure that its plugin loads its libraries only for its plugin pages and not in all admin pages.
if you share again an access and report me a detailed step by step guide on how to get the error you reported in the screenshot you share, I can try to analyze the page to see if I can get more clues. If not, you have to procede by disabling procedure I reported earlier.”
When following the deactivating of each plugin as suggested, found that it was The Event Calender that caised the issue.
Would appreciate a fix soon.