Closed biguenique closed 3 years ago
Server is running PHP 7.4, CLI version is 7.3... maybe related ?
Yes, that is the cause. Try running cronjobs and cli jobs with php7.4
or run sudo update-alternatives --config php
to use PHP 7.4.
Also version 2021.1.0 is not the latest one. After you have fixed the PHP issue you should get and update to 2021.1.2
This issue has been locked automatically since there was no recent activity after it was closed.
System Information
Server: Put the output of "./occ passwords:system:report debug" here or fill out the fields below
Nextcloud Version: 20.0.6 PHP Version: PHP 7.3.23-1+focal (cli) (built: Oct 1 2020 16:41:09) ( NTS ) Database and Version: mysql Ver 15.1 Distrib 10.3.25-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2 Server OS and Version: Ubuntu 20.04.2 LTS Passwords Version: 2021.1.0 (Server is OpenLiteSpeed)
Client:
Browser and Version: N/A Client OS and Version: N/A
Steps to reproduce
passwords
folder away from theapps/
folderpasswords
folder back into theapps/
folder!Expected result
Passwords should not prevent occ commands from working
Actual result
Passwords prevents occ commands from working
Nextcloud log
(see backtrace up there)
Browser log
(not relevant)
Might be PHP related (typecasting variables provoking a syntax error ?) but I couldn't tell. Server is running PHP 7.4, CLI version is 7.3... maybe related ?