First I would like to appreciate and congratulate ERPNext team on making such wonderful transitions, intuitive modules and accomplishing new goals through this time. I wish you all the best in future.
I get the Following Message when i goto to Purchase Order trends in Analytic. Same case happens in Sale Order Trends Kindly Help!
“Server Error: Please check your server logs or contact tech support.”
Traceback (innermost last):
File “/home/server/frappe-bench/apps/frappe/frappe/app.py”, line 57, in application
response = frappe.handler.handle()
File “/home/server/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/server/frappe-bench/apps/frappe/frappe/handler.py”, line 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/server/frappe-bench/apps/frappe/frappe/init.py”, line 805, in call
return fn(*args, **newargs)
File “/home/server/frappe-bench/apps/frappe/frappe/desk/query_report.py”, line 88, in run
columns, result = frappe.get_attr(method_name)(frappe._dict(filters))
File “/home/server/frappe-bench/apps/erpnext/erpnext/buying/report/purchase_order_trends/purchase_order_trends.py”, line 12, in execute
data = get_data(filters, conditions)
File “/home/server/frappe-bench/apps/erpnext/erpnext/controllers/trends.py”, line 115, in get_data
(filters.get(“company”), filters.get(“fiscal_year”)), as_list=1)
File “/home/server/frappe-bench/apps/frappe/frappe/database.py”, line 136, in sql
self._cursor.execute(query, values)
File “/home/server/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/cursors.py”, line 205, in execute
self.errorhandler(self, exc, value)
File “/home/server/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/connections.py”, line 36, in defaulterrorhandler
raise errorclass, errorvalue
OperationalError: (1054, “Unknown column ‘t1.fiscal_year’ in ‘where clause’”)
hank you for the prompt reply. I have recently installed ERPNext: v6.27.1 Frappe Framework: v6.27.2
through Easy install and also ran bench update but the problem still
persists. Is there any other way to update ERPnext?
I am also getting server error in Attendance tool of some Unknown string format.
/home/server/frappe-bench/env/local/lib/python2.7/site-packages/dateutil/parser.py:
552 550 551 if res is None: 552
raise ValueError(“Unknown string format”) 553 554 if
len(res) == 0: