05-23-2022, 07:55 PM
Thats probably due to some old code in worker.php maintenance task that removes temp files and any symlinks in /var/www.
Edit the file /var/www/command/worker.php and comment out or delete the code block below in the function chkMaintenance()
Edit the file /var/www/command/worker.php and comment out or delete the code block below in the function chkMaintenance()
Code:
// Purge temp or unwanted resources
sysCmd('find /var/www/ -type l -delete'); // There shouldn't be any symlinks in the web root
sysCmd('rm ' . STATION_EXPORT_DIR . '/stations.zip > /dev/null 2>&1'); // Possible leftover temp file created by Radio Manager export