Error when clicking Help/Documentation

I did a fresh install of ERPNext 7.2.2 in Ubuntu 14.04 using your script. It is working well except for when I click on HELP / Documentation, or if I type something in the “what do you need help with?” box… In either of those cases I get the following error:

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 896, in call
return fn(*args, **newargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/help.py”, line 33, in get_help_content
return HelpDatabase().get_content(path)
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/help.py”, line 98, in get_content
result = self.db.sql(query.format(path=path))
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”)

Any ideas?

Hi @toddleish

It’s working properly, can you do bench update and check it again