craftsmancoding / assetmanager

Asset Manager for MODX Revolution
36 stars 15 forks source link

bug with AssMan menu #70

Open fabvis opened 9 years ago

fabvis commented 9 years ago

on 2 different Modx installation (2.4.1), when i go to menu Component > Asset Manager, the page style is broken. :-(

the_river_chronicle_ _renaturation_de_l_aire

fabvis commented 9 years ago

...the same in "Manage Library" (with errors at the end)

theriverchronicle_ch_manager__a_81_class_page_method_assets

ExcaliburKG commented 9 years ago

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 :)

joyceDesignbase commented 9 years ago

Same problem here, modx 2.4.0. Adding the code given by ExcaliburKG does make the manager at least visible, but not everything works.

wettstein commented 7 years ago

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