davidtrushkov / marketplace

A file sharing website using Laravel 5.5
http://marketplace.davidtrushkov.com/
25 stars 22 forks source link

acess to admin dashboard after login #49

Open huzairuje opened 6 years ago

huzairuje commented 6 years ago

hei @davidtrushkov i got an error go to admin dashboard like this Illuminate \ Database \ QueryException (42703) SQLSTATE[42703]: Undefined column: 7 ERROR: column "%m/%d" does not exist LINE 1: select DATE_FORMAT(created_at, "%m/%d") as day, sum(sale_pri... ^ (SQL: select DATE_FORMAT(created_at, "%m/%d") as day, sum(sale_price) as sale_price from "sales" where "created_at" > 2018-03-01 00:00:00 and "sale_price" > 0 group by "day") what can i do or can i contact your email ?

davidtrushkov commented 6 years ago

Did you clone this on your own computer, or are you having the error on my live website?

If you downloaded it to your computer, then are you by any chance using a database that is not MySQL, like sq-lite, or PostgreSQL? Because I had the same problem when I tried to upload to Heroku, I got the same error because the query im doing there can only work on MySQL database I believe. (Heroku doesn't use MySQL by default)