itkpi / journey

A blog engine written in Go, compatible with Ghost themes.
https://kabukky.github.io/journey
MIT License
0 stars 0 forks source link

Show error on user articles page if there's none of them #4

Closed webknjaz closed 8 years ago

webknjaz commented 8 years ago

existing user: http://blog.itkpi.pp.ua/author/webknjaz/ HTTP 500 non-existing user: http://blog.itkpi.pp.ua/author/w/ in body "sql: no rows in result set"

rrader commented 8 years ago

bug with existing user fixed. non-existing user is the framework-wide issue: "sql: no rows in result set" is showing on every 404 page. Should be fixed outside of the author pages scope.