Problem with Checkout didn't load countries
-
The countries not get from query, but i don't know, how to debug it ?
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'q' in 'where clause' (SQL: select * from
countries
whereq
in (/api/countries) order byid
desc)Can you help me ?
-
Seems like your installation was not done properly. Please check migrations also.
-
@devansh-webkul said in Problem with Checkout didn't load countries:
grations also.
I check migration but nothing to migrate, on local is working, on production doesn't...
-
Just try with a fresh installation.
-
I can't reinstall it, because is on production...
-
From your error, i am only able to see that something wrong with your tables or columns. Have you mistakenly added something anywhere?
Please check and try to debug?