Advertisement
Guest User

Untitled

a guest
Aug 6th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/aditya/frappe-bench/env/bin/frappe", line 9, in <module>
  3. load_entry_point('frappe==4.1.0', 'console_scripts', 'frappe')()
  4. File "/home/aditya/frappe-bench/apps/frappe/frappe/cli.py", line 53, in main
  5. return run(fn, parsed_args)
  6. File "/home/aditya/frappe-bench/apps/frappe/frappe/cli.py", line 81, in run
  7. out = globals().get(fn)(*args.get(fn), **args)
  8. File "/home/aditya/frappe-bench/apps/frappe/frappe/cli.py", line 67, in new_fn
  9. return fn(*args, **new_kwargs)
  10. File "/home/aditya/frappe-bench/apps/frappe/frappe/cli.py", line 375, in restore
  11. _install(db_name, source_sql=source_sql, quiet=quiet, force=force)
  12. File "/home/aditya/frappe-bench/apps/frappe/frappe/cli.py", line 308, in _install
  13. install_app("frappe", verbose=verbose, set_as_patched=not source_sql)
  14. File "/home/aditya/frappe-bench/apps/frappe/frappe/installer.py", line 87, in install_app
  15. frappe.clear_cache()
  16. File "/home/aditya/frappe-bench/apps/frappe/frappe/__init__.py", line 286, in clear_cache
  17. frappe.sessions.clear_cache()
  18. File "/home/aditya/frappe-bench/apps/frappe/frappe/sessions.py", line 47, in clear_cache
  19. for sess in frappe.db.sql("""select user, sid from tabSessions""", as_dict=1):
  20. File "/home/aditya/frappe-bench/apps/frappe/frappe/database.py", line 118, in sql
  21. self._cursor.execute(query)
  22. File "/home/aditya/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/cursors.py", line 205, in execute
  23. self.errorhandler(self, exc, value)
  24. File "/home/aditya/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
  25. raise errorclass, errorvalue
  26. _mysql_exceptions.ProgrammingError: (1146, "Table 'rigpl.tabSessions' doesn't exist")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement