500

select `users`.* from `users` where `users`.`id` in (select distinct `posts_authors`.`author_id` from `posts_authors` inner join `posts` on `posts`.`id` = `posts_authors`.`post_id` where posts_authors.author_id = users.id and `posts`.`status` = 'published') and `users`.`slug` = 'norbert' limit 1 - read ECONNRESET

Go to the front page →