BoldGrid / boldgrid-backup

The Total Upkeep plugin.
GNU General Public License v2.0
11 stars 9 forks source link

[Bug] Fatal error thrown when posix_getpgid is not supported #498

Open joe9663 opened 2 years ago

joe9663 commented 2 years ago

Describe the bug Fatal error: Uncaught Error: Call to undefined function posix_getpgid() in [Path]\wp-content\plugins\boldgrid-backup\admin\class-boldgrid-backup-admin-test.php:529

Error prevents backups from working when posix_getpgid is not available. Adding a check to confirm if the function exists should help.