Backup Help!

Hi, I have experienced a backup issue on our installation of Dolibarr ERP/CRM on version 3.6 and now on 3.7.1. I was hoping by upgrading to the latest version that the backup issue would be resolved however it does not appear so.

I selected the MySQL Dump (mysqldump) option with compression and without but both options return the same error.

Backup result:
Warning: popen() has been disabled for security reasons in /home/eiaservi/public_html/erp/htdocs/admin/tools/export.php on line 191
Warning: feof() expects parameter 1 to be resource, null given in /home/eiaservi/public_html/erp/htdocs/admin/tools/export.php on line 192
Warning: fgets() expects parameter 1 to be resource, null given in /home/eiaservi/public_html/erp/htdocs/admin/tools/export.php on line 194

The above error is repeated many times and the error log file grows to over 3 GB.

Any help would be greatly appreciated.

Regards
Juan

Hello Juan,

It seems that the problem is a security issue due to function popen()'s php disabled with disabled_function into the PHP.INI.

Regards

Philippe