Open fabvis opened 9 years ago
...the same in "Manage Library" (with errors at the end)
I have this issues too on modx 2.3.5, however I managed to solve the first one by adding the following code after line 243 in /core/components/assman/controllers/BaseController.php
$this->modx->regClientCSS('templates/default/css/index.css');
This is just a "quick hack" and seems to be that source of this issues with loading required manager stuff lies somewhere deeper :)
Same problem here, modx 2.4.0. Adding the code given by ExcaliburKG does make the manager at least visible, but not everything works.
Same Problem here with modx 2.5.2-pl and php7.0 .. never had a problem with assetmanager before. What changed is my php version to php7.0 ... just guessing ..cheers
on 2 different Modx installation (2.4.1), when i go to menu Component > Asset Manager, the page style is broken. :-(