Bug: error in help

Please type some additional information that could help us reproduce this issue:

I clicked help, and typed in ‘favicon’, and then got this error


App Versions

{
“erpnext”: “7.2.18”,
“frappe”: “7.2.14”
}
Route

Form/System Settings
Error Report

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

{
“type”: “POST”,
“args”: {
“text”: “favicon”,
“cmd”: “frappe.utils.help.get_help”
},
“url”: “/”
}
Response JSON

{}

@pee,

Can you please update the bench and try again ?

try bench update

Thanks,
Makarand