Uncaught ReferenceError: ConcreteFileManager is not defined
Permalink Browser Info Environment
When Adding multiple accordions to a page if a link is added through redactor and the file manager is clicked nothing happens. Javascript console shows
Uncaught ReferenceError: ConcreteFileManager is not defined
If only one instance of the block is on the page this is not a problem.
Uncaught ReferenceError: ConcreteFileManager is not defined
If only one instance of the block is on the page this is not a problem.
Type: | Pre-Sale |
---|---|
Status: | In Progress |

I have the same problem, please help!
I managed to get this to work by editing this file
/packages/simple_accordion/blocks/vivid_simple_accordion/controller.php
in the add, edit and view functions I added the following 2 lines
$this->requireAsset('core/file-manager');
$this->requireAsset('core/lightbox');
this seemed to fix the problem as well as another problem I had with link lightboxes not working. I'm sure I could have done an override instead of editing the package file but it was more of a test to see if it would fix the issue.
/packages/simple_accordion/blocks/vivid_simple_accordion/controller.php
in the add, edit and view functions I added the following 2 lines
$this->requireAsset('core/file-manager');
$this->requireAsset('core/lightbox');
this seemed to fix the problem as well as another problem I had with link lightboxes not working. I'm sure I could have done an override instead of editing the package file but it was more of a test to see if it would fix the issue.
Hello ohpyx,
thanks so much, you are my hero!
Now it is working fine!
Thanks so much for you support!!!
Cheers
thanks so much, you are my hero!
Now it is working fine!
Thanks so much for you support!!!
Cheers
Sorry for the double post the C5 went into MX mode while I was posting
Thank you so much for providing this solution!!
Wow. I have been looking for a solution to this for ages.
Thanks so much for posted - this fixed my problem too.
Thanks so much for posted - this fixed my problem too.