Develop branch error documentation

When we install the develop branch (default branch)… the Documentation link does not work.
Here’s the error:
ProgrammingError: (1146, “Table ‘1bd3e0294da19198.help’ doesn’t exist”)

{“exc”:“["Traceback (most recent call last):\n File \"/home/frappe/frappe-bench/apps/frappe/frappe/app.py\", line 57, in application\n response = frappe.handler.handle()\n File \"/home/frappe/frappe-bench/apps/frappe/frappe/handler.py\", line 22, in handle\n data = execute_cmd(cmd)\n File \"/home/frappe/frappe-bench/apps/frappe/frappe/handler.py\", line 53, in execute_cmd\n return frappe.call(method, **frappe.form_dict)\n File \"/home/frappe/frappe-bench/apps/frappe/frappe/init.py\", line 923, in call\n return fn(*args, **newargs)\n File \"/home/frappe/frappe-bench/apps/frappe/frappe/utils/help.py\", line 34, in get_help_content\n return HelpDatabase().get_content(path)\n File \"/home/frappe/frappe-bench/apps/frappe/frappe/utils/help.py\", line 96, in get_content\n result = self.db.sql(query.format(path=os.path.join(path, ‘index’)))\n File \"/home/frappe/frappe-bench/apps/frappe/frappe/database.py\", line 165, in sql\n self._cursor.execute(query)\n File \"/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/cursors.py\", line 250, in execute\n self.errorhandler(self, exc, value)\n File \"/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/connections.py\", line 50, in defaulterrorhandler\n raise errorvalue\nProgrammingError: (1146, \"Table ‘1bd3e0294da19198.help’ doesn’t exist\")\n"]”}

Any clues?

Kim

@Luesak_Luesukprasert,

run bench setup-help or bench migrate command to setup in-app help documentation

1 Like

Thanks bench setup-help did the trick.

Kim