Error while searching

Hello,
I get this error while I am searching.

Traceback (most recent call last):
File “/home/mlisb0n/frappe-bench/apps/frappe/frappe/app.py”, line 56, in application
response = frappe.handler.handle()
File “/home/mlisb0n/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/mlisb0n/frappe-bench/apps/frappe/frappe/handler.py”, line 42, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/mlisb0n/frappe-bench/apps/frappe/frappe/init.py”, line 903, in call
return fn(*args, **newargs)
File “/home/mlisb0n/frappe-bench/apps/frappe/frappe/utils/help.py”, line 29, in get_help
return HelpDatabase().search(text)
File “/home/mlisb0n/frappe-bench/apps/frappe/frappe/utils/help.py”, line 86, in search
select title, intro, path from help where match(content) against (%s) limit 10’‘’, (‘%’+words+‘%’, words))
File “/home/mlisb0n/frappe-bench/apps/frappe/frappe/database.py”, line 138, in sql
self._cursor.execute(query, values)
File “/home/mlisb0n/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/cursors.py”, line 205, in execute
self.errorhandler(self, exc, value)
File “/home/mlisb0n/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/connections.py”, line 36, in defaulterrorhandler
raise errorclass, errorvalue
ProgrammingError: (1146, “Table ‘44ea05c927d5a624.help’ doesn’t exist”)

Can you please help?

@mlisb0n,

Try to pull the latest version of ERPNext and Frappe using bench update

Thanks, Makarand