Getting pymysql.err.ProgrammingError

@root13F @Onkar_Mirajkar could you please help on this.

Okay I tried searching for this issue but could not find a solution. If this is a new site with no production data, try bench reinstall.

This need to debug…cant give any fix solution just by seeing the traceback…!!!

@root13F @Onkar_Mirajkar
i have taken a support from some developer, he has fixed almost everything and also updated to version 12. However there is a small glitch, he is not able to point to right domain with port number, he has mentioned it;s more related with the server.
can you please check and let me know what;s the exact issue? please.
site - admin.lexcis.com
IP - http://168.235.109.49:8008/

@Jitendra_Rathod @Namrata @root13F @Onkar_Mirajkar
hey, things are good now. Just a small glitch, i think this is related with SSL.
Can anyone help on this. please see the screenshot

@Prakhil_Samar

Do below changes into your nginx.conf file

location / {
proxy_pass http://localhost:8080;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection “upgrade”;
proxy_set_header Host $host;
}

Dear @Prakhil_Samar ,
I have a similar problem to you while upgrading from v11 to v12 and get stuck at


File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 316, in _raise_exception raise raise_exception(msg)
frappe.database.database.InvalidColumnName: Invalid field name: disable_cwip_accounting


Can you please let me know how you resolved that problem?
Thank you very much

@minhtran have you found any solution? facing the same too.while updating from v11 to v12