Hi! A month ago I started using akelos, but although I love the way it works (it's really quick to program in this way) I have a stability issue. Maybe it's because of the plugin Admin, I don't know. Most of the time it works fine, but sometimes after nontrivial modifications of the layout admin.tpl it raises the following error and stops loading the page completely: ----- Notice: Could not find a helper to handle the method "admin_menu" you called in your view in C:\Program Files\xampp\htdocs\akelos\lib\AkActionView\TemplateEngines\AkSintags\AkSintagsParser.php on line 640
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\akelos\lib\AkActionView\TemplateEngines\AkSintags\AkSintagsParser.php:640) in C:\Program Files\xampp\htdocs\akelos\lib\AkResponse.php on line 128
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\akelos\lib\AkActionView\TemplateEngines\AkSintags\AkSintagsParser.php:640) in C:\Program Files\xampp\htdocs\akelos\lib\AkResponse.php on line 128
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\akelos\lib\AkActionView\TemplateEngines\AkSintags\AkSintagsParser.php:640) in C:\Program Files\xampp\htdocs\akelos\lib\AkResponse.php on line 128 ---- After I remove the cache, the tmp dir of my application it sometimes works again. I understand that it's very strange behavior, but I hope somebody has encoutered the same problem and/or has a permanent solution for it. Thank you very much, Harmen