Search Error ( ProgrammingError: (1146, u"Table '4372ea2b0acf546c.help' doesn't exist")

When i search with any keywords in search, it is throwing an error like ProgrammingError: (1146, u"Table ‘4372ea2b0acf546c.help’ doesn’t exist"). So after that i run a command bench --site setup-help in command prompt. I got below error. Please help me…

bench@vm-erp:~$ bench --site 104.211.247.216 setup-help
Traceback (most recent call last):
** File “/usr/local/bin/bench”, line 11, in **
** load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()**
** File “/opt/bench/bench-repo/bench/cli.py”, line 26, in cli**
** return frappe_cmd()**
** File “/opt/bench/bench-repo/bench/cli.py”, line 89, in frappe_cmd**
** os.chdir(os.path.join(bench_path, ‘sites’))**
OSError: [Errno 2] No such file or directory: ‘./sites’

error image

Welcome to ERPNext -

ok yes you are in the wrong directory

See this How to run erpnext from production Image? on vmware - #7 by clarkej

1 Like

thanks for the information