lossendae / Cliche

A media manager for MODx Revolution
14 stars 11 forks source link

Undefined index: debugUser .... in manager when accessing Cliche #9

Closed phron closed 12 years ago

phron commented 12 years ago

Hi I have this (debug) error message when loading Cliche in Manager (ie click on Cliche under Components in menu of Manager)

Notice: Undefined index: debugUser in C:\wamp\www\revo22\core\components\cliche\model\cliche\cliche.class.php on line 106

lossendae commented 12 years ago

I've updated the repository with some change on the init method of the debug user. In the meantime, you can deactivate the debug mode by setting the debug config option to false in the main class (it will stay to true by default while the component is in beta stage) : https://github.com/lossendae/Cliche/blob/master/core/components/cliche/model/cliche/cliche.class.php#L93