Block a user
TypeError: must be of the type int, NULL returned.
Sorry I didn't see the issue earlier. Duplicated issue on github
TypeError: must be of the type int, NULL returned.
Prevent maintenance mode to be set on from occweb
Please refer to the nextcloud configuration documentation and phpmyadmin documentation for php module installation, or ask on the Nextcloud Forum.
Prevent maintenance mode to be set on from occweb
I guess you are using a shared hosting, aren't you?
Prevent maintenance mode to be set on from occweb
We need to edit the nextcloud config file, usually /var/www/nextcloud/config/config.php
and remove the line :
6c1044fef4
Merge pull request #1020 from tilosp/bot/update
da5b3bed1f
Run update.sh
ac8c998431
rename imagick extension package for buster compat (#1008)
4cd608a6e0
Merge pull request #997 from tilosp/bot/update
884d8c21a5
Run update.sh
6c1044fef4
Merge pull request #1020 from tilosp/bot/update
da5b3bed1f
Run update.sh
ac8c998431
rename imagick extension package for buster compat (#1008)
4cd608a6e0
Merge pull request #997 from tilosp/bot/update
884d8c21a5
Run update.sh
6c1044fef4
Merge pull request #1020 from tilosp/bot/update
da5b3bed1f
Run update.sh
ac8c998431
rename imagick extension package for buster compat (#1008)
4cd608a6e0
Merge pull request #997 from tilosp/bot/update
884d8c21a5
Run update.sh
[WIP] Blacklist command
The blacklisted command is not correct: see occ docs: maintenance:mode --on
.
Error: Class OCA\OCCWeb\Controller\OccOutput contains 1 abstract method and must therefore be declared abstract or implement the remaining methods
Everything should be fixed by v0.0.7
Error: Class OCA\OCCWeb\Controller\OccOutput contains 1 abstract method and must therefore be declared abstract or implement the remaining methods
Could not resolve OCA\\OCCWeb\\Controller\\OccController! Class OCA\\OCCWeb\\Controller\\OccController does not exist
The problem was the php files name case... It should be fixed by v0.0.7.
Could not resolve OCA\\OCCWeb\\Controller\\OccController! Class OCA\\OCCWeb\\Controller\\OccController does not exist
Error: Class OCA\OCCWeb\Controller\OccOutput contains 1 abstract method and must therefore be declared abstract or implement the remaining methods
I am working on understanding this issue (#13).