ocsms
ocsms copied to clipboard
Error at installing
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
same for me.
same for me.
Same here
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
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````
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`
I've found the same issue with a workaround and some explanations #329
having the same issue
This works, thanks!
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?
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
Try my new quick and dirty workaround on #329 this worked for me
Found a similar problem with #335 - should I mark it as a duplicate of this one?