XF 2.1 Addons and master rebuild broking editor and drop downs

dethfire

Well-known member
Since upgrading to the newest version anytime I upgrade an addon my editor disappears and dropdowns no longer work. I have to resort to trying to uploading previous files and messing with versions and disabling the addon. But now I have rebuilt the master data using xf:rebuild-master-data and the same thing happened but I don't know how to fix it. Editor disappears and drop downs don't work.

Disabling addons doesn't help. I added $config['enableListeners'] = false; to config, no change.
 
Upgrading an addon killed things again and I can't get it to return to normal.

I'm getting these errors in browser console. Strange is that these files exist on the server. I uploaded them again with no avail.

core-compiled.js:1 Failed to load resource: net::ERR_SPDY_PROTOCOL_ERROR
notice.min.js?_v=9ec13564:4 Uncaught TypeError: Cannot read property 'newHandler' of undefined
at notice.min.js?_v=9ec13564:4
at notice.min.js?_v=9ec13564:9
(index):7864 Uncaught TypeError: Cannot read property 'extend' of undefined
at (index):7864
 
Top Bottom