Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorhpatoio
     
    Hello.

    How do you handle errors in Akelos ?

    Now in the applications I develop I have my error handler that when some error occur my application redirect the user to a particular page and I get via mail a report with the dump of all the variables.

    Is there already something like this built in Akelos or I have to write it ?

    Another point is about the level for error reporting.
    Is there some config/global variable I can set to avoid php to show me the "Warning" and the "Notice" errors ?

    I hope I was clear.

    Ciao

    --
    Simone
    • CommentAuthorKaste
     

    error reporting depends on your environment-setting. either production or development.

    For the first part of the question: I dont think we have something ready-to-use. That would we a good addon. ;-)