Hello,
I have a site that was just upgraded from 2.7.2 to 2.9.3. On the File Manager page, I am getting a Uncaught TypeError: undefined is not a function error, on the $.ee_filemanager line. I traced back the upgrade, ensured all theme files are correct, disabled all extensions, still get the error. Also tried multiple machines and different browsers (FF: TypeError: $.ee_filemanager.toggle_all is not a function).
I have also tried creating a new/fresh 2.9.3 install, and get the same error. Think this is pretty odd, being 2.9.3 has been out for a bit and I cannot find anything online. I have tried 2.8.1, and receive no error.
Any help would be much appreciated, thanks!
Ok, so I was able to solve/hack this.
On the file: themes/javascript/compressed/cp/files/file_manager_home.js
There’s a call for: $.ee_filemanager.toggle_all(),
Just replace it with: /$.ee_filemanager.toggle_all(),/
You’ll have to search for the string as it’s a compressed file. Everything should work [better] after that.
-M
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.