EXTREMELY IMPORTANT: Please attach a ZIP file containing your Akeeba Backup log file in order for us to help you with any backup or restoration issue. If the file is over 2Mb, please upload it on your server and post a link to it.
Description of my issue:
The jpa files are not being written to the adminirator/components/com_akeeba/backup/ folder, only the akeebabackend.id#.log files. The jpa files are being written to the Amazon S3 cloud however.
I have compared the configuration to another website configuration that works and found no apparent errors in the setup.
The Akeeba .htaccess file contains the following:
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
<RequireAll>
Require all denied
</RequireAll>
</IfModule>
Does the provide any help?
What should I be looking for to fix the problem?