Comment to Creating an Event will cause an Error
Some days we see an error at the history "Undefinied index"
but when i go into the studio ==> Dashboard and cleare all caches, id didn't show up anymore for some time.
This happens 2-3 times a day.
Maybe it's all related somehow. I just don't know what to do.
I think it should be fixed in newer version, also I think it's safe to ignore it if it doesn't affect on anything. You can suppress this notice by modifying inc/header.inc.php file by changing:
error_reporting(E_ALL);
to
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT);
ok ... when i change this line, i don´t see the errors under Channels and profiles anymore