19

Testers be like: "Error when using system (see screenshot)"

Nice one, super descriptive with where and what you did to encounter the error, oh and cheers for the finger nail sized screenshot!

Comments
  • 0
    There was actually once a plugin for laravel 4 that logged previous url + action and resulting error, but I can't find it right now and not sure if it had been updated for 5.6, would be handy to have for sure
  • 2
    I recommend using Sentry for this kind of error logging. No need for the user to inform you and the errorrs/exceptions are put into an overview. Also, the errors contain a lot of info, from the error level to the file path. It also shows the headers(including referer) and cookies.
  • 0
    @Dev-Zero Sentry is beautiful, I've tried convincing my manager it's worth paying for...
  • 1
    Bugsnag is also pretty damn good.

    Also column is not found in the table is the error, should be pretty damn easy to find?
  • 1
    SELECT count(*) as aggregate from offers where ? <operator> created_at and offers.deleted_at is null

    Something wrong with offers where clause.
  • 1
    Obviously didn't distort and shrink the image as much as I thought 😂

    This is not the actual error, this was to illustrate, thanks though people.
  • 1
    @raldo94 I'm amazed at the amount of effort you took 😛
  • 0
  • 4
    Ironic when the screenshot is also completely unreadable due to compression
  • 1
    @RantSomeWhere shhhh....
    @Floydian is sleeping
  • 1
    @Floydian you should see this.
Add Comment