As reported by laborix on the support forum:
Admin Area -> Maintain -> Rebuild index fails creating the backup directory (fpcontent/index[timestamp]).
rename() fails with Access denied (code 5).
But if you then refresh with F5, it works.
Maybe some file handle is open, preventing the rename() from being executed? Needs to be inspected.
As reported by laborix on the support forum: Admin Area -> Maintain -> Rebuild index fails creating the backup directory (fpcontent/index[timestamp]). rename() fails with
Access denied (code 5)
. But if you then refresh with F5, it works.Maybe some file handle is open, preventing the rename() from being executed? Needs to be inspected.