Woersty / LoxBerry-Plugin-miniserverbackup

A LoxBerry Plugin
http://plugins.loxberry.de
Apache License 2.0
6 stars 3 forks source link

Error #37: Unable to start backup subprogram (PHP). #102

Open mousse4ever opened 2 years ago

mousse4ever commented 2 years ago

I noticed the Miniserver backup plugin was no longer working (Since late February 2021). I have tried downgrading to an older version, this was not successful.

Perhaps unrelated, but the HTTPS mention in the plugin window has caught my eye. I own a Miniserver gen1, the configuration has the HTTPS disabled. ​ Debug logfile is below, but doesn't seem very helpful:

================================================== ==============================

05.12.2021 21:38:43 TASK STARTED Cron job has been called LoxBerry Version 2.2.1.2 ( is_raspberry.cfg ) Miniserver Backup Version 2021.10.17 Loglevel: 7 Error #37: Unable to start backup subprogram (PHP). 05.12.2021 21:38:44 TASK FINISHED Thanks in advance for your support, Kind regards, Steven ![miniserver configuration](https://user-images.githubusercontent.com/95579729/145568762-473d18d5-3d42-48fc-9250-0112f6bcbb8b.JPG) ![miniserver http](https://user-images.githubusercontent.com/95579729/145568764-7ec4a05d-7e43-4cb0-9ba5-3ecc3842816a.JPG)
sennevb commented 1 year ago

same issue since Loxberry 3.0..

stefanbierl commented 1 year ago

same on Loxberry 3.0 with DietPi and PHP Version 7.4. Maybe a problem with the php version?

mschlenstedt commented 1 year ago

For DietPi: It will be fixed in the next release. For now login as root (putty) and execute the following commands:

rm /etc/php/7.4/cli/conf.d/20-loxberry-cli.ini
ln -vsfn /opt/loxberry/system/php/loxberry-cli.ini /etc/php/7.4/cli/conf.d/20-loxberry-cli.ini

Maybe you have to reboot. After that it should start.

stefanbierl commented 1 year ago

For DietPi: It will be fixed in the next release. For now login as root (putty) and execute the following commands:

rm /etc/php/7.4/cli/conf.d/20-loxberry-cli.ini
ln -vsfn /opt/loxberry/system/php/loxberry-cli.ini /etc/php/7.4/cli/conf.d/20-loxberry-cli.ini

Maybe you have to reboot. After that it should start.

@mschlenstedt thanks a lot