Scheduler Log error message

Hello,
Recently there are errors in the connection log :

frappe.model.utils.link_count.update_link_count

Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/background_jobs.py”, line 54, in execute_job
method(**kwargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/utils/link_count.py”, line 32, in update_link_count
key[1])
File “/home/frappe/frappe-bench/apps/frappe/frappe/database.py”, line 136, in sql
self._cursor.execute(query, values)
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 ‘d56cb677ea.tabWebsite Settings’ doesn’t exist”)

Excuse my English I am French
Thank you in advance

@jojo8333, can you tell me which version are you using? It’s sounds like a incomplete instalation!

I use versions:

  • ERPNext: v6.27.18
  • Frappe Framework: v6.27.19

@jojo8333, do you can try

bench clear-cache
bench migrate

to check if the issue will be fixed?!

this morning arrived I had no new error I did what you told me I expected a can and I tell you if it’s good

This topic was automatically closed after 2 days. New replies are no longer allowed.