Actions
Bug #16204
openAutoConfigBackup no longer uploads configs
Status:
Incomplete
Priority:
Normal
Assignee:
-
Category:
Auto Configuration Backup
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Affected Version:
Affected Architecture:
Description
Tested on
25.03-BETA (amd64) built on Tue May 20 13:55:00 UTC 2025 FreeBSD 15.0-CURRENT
I tracked down the issue to /usr/local/sbin/acbupload.php:50
$files = glob(g_get('acbbackuppath') . '*.form');
The function g_get('acbbackuppath') returns an empty string.
Updated by Christopher Cope 4 days ago
- Status changed from New to Incomplete
I hit this issue immediately after install, but oddly I am no longer seeing this on a fresh install. I assume there has to be a certain set of circumstances to cause this issue to happen.
I'm going to mark it Incomplete for now unless I am able to reproduce it.
Actions