Just spun up a new server and loaded ERPNext (production)
Versions:
ERPNext - 10.1.18
Frappe - 10.1.16
After passing through system setup and configuration script, I noticed the Setup icon was not on the desktop so I went to the Awesome Bar and typed in Setup then pressed the Enter key. The following error was displayed:
.
.
On any previous version, typing anything into the awesome bar and pressing Enter key would display everything the system knew about the key word you entered. Now it just seems to blow up.
Here is the complete text of the error in the picture:
Traceback (most recent call last):
File “/home/erp_jmi/frappe-bench/apps/frappe/frappe/app.py”, line 62, in application
response = frappe.handler.handle()
File “/home/erp_jmi/frappe-bench/apps/frappe/frappe/handler.py”, line 22, in handle
data = execute_cmd(cmd)
File “/home/erp_jmi/frappe-bench/apps/frappe/frappe/handler.py”, line 53, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/home/erp_jmi/frappe-bench/apps/frappe/frappe/init.py”, line 939, in call
return fn(*args, **newargs)
File “/home/erp_jmi/frappe-bench/apps/frappe/frappe/utils/help.py”, line 32, in get_help
return HelpDatabase().search(text)
File “/home/erp_jmi/frappe-bench/apps/frappe/frappe/utils/help.py”, line 106, in search
select title, intro, path from help where match(content) against (%s) limit 10’‘’, (‘%’+words+‘%’, words))
File “/home/erp_jmi/frappe-bench/apps/frappe/frappe/database.py”, line 166, in sql
self._cursor.execute(query, values)
File “/home/erp_jmi/frappe-bench/env/local/lib/python2.7/site-packages/pymysql/cursors.py”, line 165, in execute
result = self._query(query)
File “/home/erp_jmi/frappe-bench/env/local/lib/python2.7/site-packages/pymysql/cursors.py”, line 321, in _query
conn.query(q)
File “/home/erp_jmi/frappe-bench/env/local/lib/python2.7/site-packages/pymysql/connections.py”, line 860, in query
self._affected_rows = self._read_query_result(unbuffered=unbuffered)
File “/home/erp_jmi/frappe-bench/env/local/lib/python2.7/site-packages/pymysql/connections.py”, line 1061, in _read_query_result
result.read()
File “/home/erp_jmi/frappe-bench/env/local/lib/python2.7/site-packages/pymysql/connections.py”, line 1349, in read
first_packet = self.connection._read_packet()
File “/home/erp_jmi/frappe-bench/env/local/lib/python2.7/site-packages/pymysql/connections.py”, line 1018, in _read_packet
packet.check_error()
File “/home/erp_jmi/frappe-bench/env/local/lib/python2.7/site-packages/pymysql/connections.py”, line 384, in check_error
err.raise_mysql_exception(self._data)
File “/home/erp_jmi/frappe-bench/env/local/lib/python2.7/site-packages/pymysql/err.py”, line 107, in raise_mysql_exception
raise errorclass(errno, errval)
ProgrammingError: (1146, u"Table ‘1bd3e0294da19198.help’ doesn’t exist")
.
.
The Awesome Bar is probably the single most important element of ERPNext for navigational purposes. We cannot afford for it to be broken.
Issue has been submitted to github. I hope I did that right…
https://github.com/frappe/erpnext/issues/13463
BKM