nextcloud / dashboard

ARCHIVED, new Dashboard is in the server
https://nextcloud.com/dashboard
GNU Affero General Public License v3.0
58 stars 29 forks source link

Database error on update #38

Closed jancborchardt closed 6 years ago

jancborchardt commented 6 years ago
Doctrine\DBAL\Exception\SyntaxErrorException: An exception occurred while executing 'CREATE TEMPORARY TABLE __temp__oc_dashboard_settings AS SELECT FROM oc_dashboard_settings': SQLSTATE[HY000]: General error: 1 near "FROM": syntax error

@daita latest of both server and gridstack branch, make npm, and using SQLite.

ArtificialOwl commented 6 years ago

Hmm. yes. the issue is because you already used the branch before. Can you try to drop both table oc_dashboard_settings and oc_dashboard_events before performing the update ?

jancborchardt commented 6 years ago

Yeah, I dropped the tables. But could that error also be fixed, because I guess it’s not only happening to me, and others might just quit it.

ArtificialOwl commented 6 years ago

It is only happening because you upgraded from the branch version.