Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error at installing #331

Open
theemutvcode opened this issue Jan 5, 2021 · 12 comments
Open

Error at installing #331

theemutvcode opened this issue Jan 5, 2021 · 12 comments

Comments

@theemutvcode
Copy link

I get this error when I try to install it
An exception occurred while executing 'SELECT user_id, datakey, datavalueFROMoc_ocsms_user_datasWHEREdatakey LIKE ?' with params ["lastReadDate-%"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nextcloud_f1a7d9f0.oc_ocsms_user_datas' doesn't exist

@bytersproblem
Copy link

same for me.

1 similar comment
@ilikecola
Copy link

same for me.

@bradgranath2
Copy link

Same here

@Xia0ben
Copy link

Xia0ben commented Jan 21, 2021

Got the same error today, Nextcloud 20.0.4, PhoneSync server app 2.2.0 =).
Exact error for me:

An exception occurred while executing 'SELECT `user_id`, `datakey`, `datavalue` FROM `oc_ocsms_user_datas` WHERE `datakey` LIKE ?' with params ["lastReadDate-%"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nextcloud.oc_ocsms_user_datas' doesn't exist

@politas
Copy link

politas commented Jan 25, 2021

Still happening with NextCloud 20.0.5:

An exception occurred while executing 'SELECT `user_id`, `datakey`, `datavalue` FROM `oc_ocsms_user_datas` WHERE `datakey` LIKE ?' with params ["lastReadDate-%"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nextcloud.oc_ocsms_user_datas' doesn't exist````

@scotteelp
Copy link

Same here Nextcloud 20.0.5.

An error occured during the request. Unable to proceed.
An exception occurred while executing 'SELECT user_id, datakey, datavalue FROM oc_ocsms_user_datas WHERE datakey LIKE ?' with params ["lastReadDate-%"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nextcloud.oc_ocsms_user_datas' doesn't exist`

@Amanuense-del-diavolo
Copy link

I've found the same issue with a workaround and some explanations #329

having the same issue

@bytersproblem
Copy link

bytersproblem commented Feb 2, 2021 via email

@politas
Copy link

politas commented Feb 3, 2021

Can anyone expand on #329's workaround? I don't see how simply cloning this repository is going to install the app on my NextCloud system.

Surely, putting out a new release would be better?

@MitusM
Copy link

MitusM commented Feb 4, 2021

Same here Nextcloud 20.0.7.
An exception occurred while executing 'SELECT user_id, datakey, datavalue FROM oc_ocsms_user_datas WHERE datakey LIKE ?' with params ["lastReadDate-%"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nextcloud.oc_ocsms_user_datas' doesn't exist

@drdetergent
Copy link

Try my new quick and dirty workaround on #329 this worked for me

@csolisr
Copy link

csolisr commented Apr 23, 2021

Found a similar problem with #335 - should I mark it as a duplicate of this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests