Search
128
posts
In a fresh development instance I went to http://localhost:3000/mod and got a 500 Server Error related to ActionView::Template::Error (No route matches {:action=>"new", :controller=>"posts",...
It looks like you are using a database user root. I suspect this is at least part of the problem, so I recommend fixing it first. If you look in the QPixel repository at the file config/database.y...
I think my problem is my config/database.yml : check : default: &default adapter: mysql2 encoding: utf8mb4 collation: utf8mb4_unicode_ci host: 127.0.0.1 port: 3306 Change these credent...