I can't seem to fix this:
Code: Select all
2013-07-06 09:30:06,837::DEBUG::[database:112] SQL: select count(*) from History WHERE name LIKE ?
2013-07-06 09:30:06,838::INFO::[database:113] Traceback:
Traceback (most recent call last):
File "/usr/share/sabnzbdplus/sabnzbd/database.py", line 104, in execute
self.c.execute(command, args)
OperationalError: no such table: History
2013-07-06 09:30:06,850::ERROR::[database:111] SQL Command Failed, see log
2013-07-06 09:30:06,851::DEBUG::[database:112] SQL: SELECT * FROM history WHERE name LIKE ? ORDER BY completed desc LIMIT ?, ?
2013-07-06 09:30:06,851::INFO::[database:113] Traceback:
Traceback (most recent call last):
File "/usr/share/sabnzbdplus/sabnzbd/database.py", line 104, in execute
self.c.execute(command, args)
OperationalError: no such table: history
2013-07-06 09:30:08,833::ERROR::[database:111] SQL Command Failed, see log
2013-07-06 09:30:08,834::DEBUG::[database:112] SQL: select count(*) from History WHERE name LIKE ?
2013-07-06 09:30:08,834::INFO::[database:113] Traceback:
Traceback (most recent call last):
File "/usr/share/sabnzbdplus/sabnzbd/database.py", line 104, in execute
self.c.execute(command, args)
OperationalError: no such table: History
2013-07-06 09:30:08,852::ERROR::[database:111] SQL Command Failed, see log
2013-07-06 09:30:08,853::DEBUG::[database:112] SQL: SELECT * FROM history WHERE name LIKE ? ORDER BY completed desc LIMIT ?, ?
2013-07-06 09:30:08,853::INFO::[database:113] Traceback:
Traceback (most recent call last):
File "/usr/share/sabnzbdplus/sabnzbd/database.py", line 104, in execute
self.c.execute(command, args)
OperationalError: no such table: history
but nothing seems to help..
Sab is running on lubuntu on VMware. Admin folder is on WS2012 via shared folder.
The security on the folder/files in admin are set so all users have read/write/execute..
What else can I try?

