You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
If PHP is hardened by open_basedir you get a lot of "open_basedir restriction in effect." errors in the nextcloud.log
It looks like the MediaDC App is searching for the follolowing forbidden paths for php:
/usr/local/sbin/php7.4.30
/usr/local/bin/php7.4.30
/usr/sbin/php7.4.30
/usr/bin/php7.4.30
/sbin/php7.4.30
/bin/php7.4.30
/usr/local/sbin/php7.4
/usr/local/bin/php7.4
/usr/sbin/php7.4
/usr/bin/php7.4
/sbin/php7.4
/bin/php7.4
/usr/local/sbin/php7
/usr/local/bin/php7
/usr/sbin/php7
/usr/bin/php7
/sbin/php7
/bin/php7
In my case the correct PHP binary would be in /usr/bin/php
This could be fixed by an configuration option to set the correct PHP binary.
The text was updated successfully, but these errors were encountered:
Description
If PHP is hardened by open_basedir you get a lot of "open_basedir restriction in effect." errors in the nextcloud.log
It looks like the MediaDC App is searching for the follolowing forbidden paths for php:
/usr/local/sbin/php7.4.30
/usr/local/bin/php7.4.30
/usr/sbin/php7.4.30
/usr/bin/php7.4.30
/sbin/php7.4.30
/bin/php7.4.30
/usr/local/sbin/php7.4
/usr/local/bin/php7.4
/usr/sbin/php7.4
/usr/bin/php7.4
/sbin/php7.4
/bin/php7.4
/usr/local/sbin/php7
/usr/local/bin/php7
/usr/sbin/php7
/usr/bin/php7
/sbin/php7
/bin/php7
In my case the correct PHP binary would be in /usr/bin/php
This could be fixed by an configuration option to set the correct PHP binary.
The text was updated successfully, but these errors were encountered: