Need help.
After editing custom doctype i started getting errors. It resulted in that, that i couldn’t login anymore. That was fortunately resolved with bench-migrate
.
Now i’m getting following error on accesssing document list doesn’t matter which one.
running on VM ubuntu 14
“erpnext”: “6.14.1”,
“frappe”: “6.17.6”
}
Route
List/Error Snapshot
Error Report
Traceback (innermost last):
File “/home/sandi/frappe-bench/apps/frappe/frappe/app.py”, line 69, in application
response = frappe.handler.handle()
File “/home/sandi/frappe-bench/apps/frappe/frappe/handler.py”, line 77, in handle
execute_cmd(cmd)
File “/home/sandi/frappe-bench/apps/frappe/frappe/handler.py”, line 94, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/sandi/frappe-bench/apps/frappe/frappe/init.py”, line 788, in call
return fn(*args, **newargs)
File “/home/sandi/frappe-bench/apps/frappe/frappe/desk/reportview.py”, line 14, in get
return compress(execute(**get_form_params()))
File “/home/sandi/frappe-bench/apps/frappe/frappe/desk/reportview.py”, line 17, in execute
return DatabaseQuery(doctype).execute(*args, **kwargs)
File “/home/sandi/frappe-bench/apps/frappe/frappe/model/db_query.py”, line 50, in execute
result = self.build_and_run()
File “/home/sandi/frappe-bench/apps/frappe/frappe/model/db_query.py”, line 67, in build_and_run
return frappe.db.sql(query, as_dict=not self.as_list, debug=self.debug)
File “/home/sandi/frappe-bench/apps/frappe/frappe/database.py”, line 146, in sql
self._cursor.execute(query)
File “/home/sandi/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/cursors.py”, line 205, in execute
self.errorhandler(self, exc, value)
File “/home/sandi/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/connections.py”, line 36, in defaulterrorhandler
raise errorclass, errorvalue
OperationalError: (1054, “Unknown column ‘tabError Snapshot._starred_by’ in ‘field list’”)