Please use the 👍 reaction to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!
Describe the bug
When doing the upgrade of forms 5.3.2 to 5.3.5, I got this error:
Updating ...
Exception: Database error when running migration 050300Date20260716000000 for app forms
An exception occurred while executing a query: SQLSTATE[42703]: Undefined column: 7 ERROR: column "option_type" does not exist
LINE 1: ...oc_forms_v2_options" SET "option_type" = $1 WHERE "option_ty...
^
Update failed
I had to disable the app with "occ app:disable forms" to get the system up and running again. (but ofcourse, the forms app is now not running anymore)
To Reproduce
Steps to reproduce the behavior:
- Run nextcloud with forms 5.3.2
- Do the upgrade (as requested) which upgrades to 5.3.5
- system not reachable anymore (reverse-proxy gives a "bad gateway")
- restart podman to make the system reachable again
- start nextcloud -> get message an update requires an upgrade
- do upgrade -> error again -> host not reachable again
- restart podman
- log into podman container with "podman exec "
- do occ upgrade or occ app:update -> gives same error
Expected behavior
upgrade to latest version with error
Screenshots
If applicable, add screenshots to help explain your problem.
Nextcloud (please complete the following information):
- Nextcloud-Version: 33.0.3 (Hub 26 winter)
- Forms-Version: was: 5.3.2, no 5.3.5
Desktop (please complete the following information):
- OS: ubuntu
- Browser [e.g. chrome, safari]: firefox
- Version [e.g. 22]: 153.0.1
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Browser log
Open your console, reload your page and/or do the action leading to this issue and copy/paste the log in this thread.
How to access your browser console (Click to expand)
Chrome
- Press either CTRL + SHIFT + J to open the “console” tab of the Developer Tools.
- Alternative method:
- Press either CTRL + SHIFT + I or F12 to open the Developer Tools.
- Click the “console” tab.
Safari
- Press CMD + ALT + I to open the Web Inspector.
- See Chrome’s step 2. (Chrome and Safari have pretty much identical dev tools.)
IE9
- Press F12 to open the developer tools.
- Click the “console” tab.
Firefox
- Press CTRL + SHIFT + K to open the Web console (COMMAND + SHIFT + K on Macs).
- or, if Firebug is installed (recommended):
- Press F12 to open Firebug.
- Click on the “console” tab.
Opera
- Press CTRL + SHIFT + I to open Dragonfly.
- Click on the “console” tab.
Additional context
Add any other context about the problem here.
Please use the 👍 reaction to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!
Describe the bug
When doing the upgrade of forms 5.3.2 to 5.3.5, I got this error:
Updating ...
Exception: Database error when running migration 050300Date20260716000000 for app forms
An exception occurred while executing a query: SQLSTATE[42703]: Undefined column: 7 ERROR: column "option_type" does not exist
LINE 1: ...oc_forms_v2_options" SET "option_type" = $1 WHERE "option_ty...
^
Update failed
I had to disable the app with "occ app:disable forms" to get the system up and running again. (but ofcourse, the forms app is now not running anymore)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
upgrade to latest version with error
Screenshots
If applicable, add screenshots to help explain your problem.
Nextcloud (please complete the following information):
Desktop (please complete the following information):
Smartphone (please complete the following information):
Browser log
How to access your browser console (Click to expand)
Chrome
Safari
IE9
Firefox
Opera
Additional context
Add any other context about the problem here.