Giter Site home page Giter Site logo

kohana-log-database's People

Contributors

manc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

snamper

kohana-log-database's Issues

Allow NULL for file- and line-column in schema

You should update your DB schema so that null is allowed for the file- and line-columns. In the event of a critical error where Kohana_Core's shutdown_handler-method is executed, the raw HTML source code is displayed as the page content. The DB::insert-method fails, echoing the error message in the raw HTML code and there are no exception handlers left to catch that exception.

For instance, try having Allow Null set to false for file- and line-columns and typing this somewhere in your code:

<?php echo echo 'something'; ?>

An alternative way to solve this (and perhaps safer) is to have a try and catch-block inside the write-method of the Log_Database-class. The catch-statement could catch Database_Exception, then do nothing. In case of a catastrophic failure, at least the insert statements (if they fail) won't make it worse.

var_dump?

Thanks for this module.

But what's with the var_dump($messages); in Database.php's write method? Kohana's default error page looks pretty bad with that huge cluster of text at the top.

I'm guessing this is for debugging and that you forgot to remove this line. Amirite? :-)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.