This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:nextcloud [2026/03/02 05:06] – oemb1905 | computing:nextcloud [2026/06/21 14:37] (current) – oemb1905 | ||
|---|---|---|---|
| Line 322: | Line 322: | ||
| Yes, the code was bad so passing without the underscore tricks the interpreter into finding the correct JSON afterall. Another bug is that the db --include-expensive flag failed as per this bug report: | Yes, the code was bad so passing without the underscore tricks the interpreter into finding the correct JSON afterall. Another bug is that the db --include-expensive flag failed as per this bug report: | ||
| - | * [[https:// | + | * [[https:// |
| There' | There' | ||
| Line 329: | Line 329: | ||
| sudo -u www-data php occ app:disable files_sharing | sudo -u www-data php occ app:disable files_sharing | ||
| | | ||
| - | After that, there were no MIME errors remaining in the Administration Settings after the 33 upgrade. | + | After that, there were no MIME errors remaining in the Administration Settings after the 33 upgrade. |
| - | --- // | + | sudo -u www-data php occ app:disable app_api |
| + | |||
| + | |||
| + | --- // | ||