Hey folks,
I'm using Unite 4 with akeeba 9.x and ran into an issue using the "delete" flag of the remote section of the unite config. The restore process fails at the point where the downloaded backup has to be deleted on the server.
After some debugging I traced the issue down to the actual task handler for the "delete" task in Akeeba 9, it calls the delete() method of the admin statistics model, which triggers a "canDelete" check that is inherited from the default Joomla admin model - and that check fails, I assume because the JSON API works with a "guest" session which is not allowed to delete rows.
Can you confirm this finding? Or is it just me being stupid?
Cheers,
David