-
-
Notifications
You must be signed in to change notification settings - Fork 303
Error (SQLSTATE[HY000]) while saving #878
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
@magostinelli Please try executing |
Thanks you for your fast reply, I have already tried with update finishing, but nothing changed. |
You have to run the entire update again. The preparing step has to finish properly. |
Yes, but I Don't know how to restart the database upgrade manually, because the of installati on is managed by yunohost. If I revert back an old backup my users will have the old data in their pages. |
Any news? I tried with /update or update?finishing but nothing changed. |
LinkStack version
4.8.4
Description
After editing a page, example adding a space between links, i receive the following error:
SQLSTATE[HY000]: General error: 1 table links has no column named type_params
Query sql involved:
insert into "links" ("title", "button_id", "type_params", "user_id", "id", "updated_at", "created_at") values (5, 43, {"type":"spacer","custom_html":true,"ignore_container":false,"incl
Details about your system
Debian 11, yunohost 11.3.0.2, php 8.1
How to reproduce
Insert or edit links, and save
Possible Solution
No response
Additional Context
The text was updated successfully, but these errors were encountered: