FS#78152 - [nextcloud] failed to execute /usr/bin/php-legacy: No such file or directory
Attached to Project:
Community Packages
Opened by Aleš Ferlan (Alko89) - Sunday, 09 April 2023, 10:43 GMT
Last edited by David Runge (dvzrv) - Sunday, 09 April 2023, 20:38 GMT
Opened by Aleš Ferlan (Alko89) - Sunday, 09 April 2023, 10:43 GMT
Last edited by David Runge (dvzrv) - Sunday, 09 April 2023, 20:38 GMT
|
Details
Description:
occ uses php-legacy, changing to php in /usr/bin/occ fixed the issue for me Additional info: * package version(s) 26.0.0-2 Steps to reproduce: run occ upgrade (or any occ command) |
This task depends upon
Closed by David Runge (dvzrv)
Sunday, 09 April 2023, 20:38 GMT
Reason for closing: Not a bug
Additional comments about closing: When using php, make sure to use the environment variable overrides for the occ script (e.g. `NEXTCLOUD_PHP=php`)
Sunday, 09 April 2023, 20:38 GMT
Reason for closing: Not a bug
Additional comments about closing: When using php, make sure to use the environment variable overrides for the occ script (e.g. `NEXTCLOUD_PHP=php`)
https://wiki.archlinux.org/title/Nextcloud#Using_the_%22occ%22_command_line_tool
Manually changing the script will be gone upon next update.