Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

oc_queuedtasks doesn't exist but is accessed #90

Closed
Aikhjarto opened this issue Jul 8, 2015 · 3 comments · Fixed by #101
Closed

oc_queuedtasks doesn't exist but is accessed #90

Aikhjarto opened this issue Jul 8, 2015 · 3 comments · Fixed by #101
Labels

Comments

@Aikhjarto
Copy link

I just upgraded from 8.0.5 to 8.1 and wanted to enable search_lucene again. However, the upgrade of serach_lucene tries to access oc_queuedtasks which is deprecated according to https://doc.owncloud.com/server/8.0/ownCloudServerAdminManual.pdf and not existing on my system any more.

Updating <search_lucene> ...
Doctrine\DBAL\Exception\TableNotFoundException: An exception occurred while executing 'DELETE FROM `oc_queuedtasks` WHERE `app`=?' with params ["search_lucene"]:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'owncloud.oc_queuedtasks' doesn't exist
Update failed
Maintenance mode is kept active

IMHO the upgrade shouldn't stop if a deprecated table is not existing.

@karlitschek
Copy link

@butonic Can you have a look please?

@DeepDiver1975
Copy link
Contributor

@alxndr-w
Copy link

As I had the same problem and didn't find any solution for this problem, I will document my "solution":
I commented out Line 16 and Line 17, ran the upgrade and set the config.php maintanance value back to false. This worked for me.

Please don't forget to provide information that will help non-developers (like me) to solve their problems.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
4 participants