Comment to Creating an Event will cause an Error
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