SMF
SMF copied to clipboard
Export profile error
Description
/cron.php /Sources/tasks/ExportProfileData.php (Line 407)
Type of error: Cron Error message 2: rename(/profile_export/********.styled.xml.tmp,/profile_export/**********.styled.xml): No such file or directory
Steps to reproduce
- Unknown, error was in error log.
Environment (complete as necessary)
- Version/Git revision: 2.1.1
- Database Type: N/A
- Database Version: N/A
- PHP Version: 7.4
Additional information/references
The export probably got cancelled mid-execution. We have a test that checks whether the progress file has been deleted, but not one that checks whether the temp file has been deleted. A simple oversight, but it should be an easy fix.