Hallo, habe heute durch klicken auf den Button "Debug-Modus" im Contao Backend Topheader eine Fehlermeldung erhalten und komme nicht mehr zurück ins Backoffice.
Was könnte man hier machen?... Bin in Backend Programmierung ein Amateur.
- /**
- * Config
- */
- $GLOBALS['PCT_IMAGE_CROP']['supportedCeTypes'] = array('text','image');
- if(!is_array($GLOBALS['PCT_IMAGE_CROP']['cropFormats']))
- {
- $GLOBALS['PCT_IMAGE_CROP']['cropFormats'] = array('pct_free','pct_16_9','pct_4_3','pct_1_1');
- }
- // storage folder in upload folder by default it is: /files/...
Was könnte man hier machen?... Bin in Backend Programmierung ein Amateur.
Kommentar