Description of my issue:
When I want to make a backup by hitting the OneClick Default profile button, I do get a 500 Internal Server Error message. The PHP log at the server showed me:
PHP Parse error: syntax error, unexpected '[' in .../public_html/administrator/components/com_akeeba/models/backups.php on line 73, referer: http://<domain>/administrator/index.php?option=com_akeeba&view=backup&autostart=1&profileid=1&hwKvP0Lq5kihnmsVDwA2EFK44KnNnAzi=1
I did some tests with other PHP versions and found out that this problem does not occur starting from PHP version 5.4.0. So I think the used array construction on that line is not supported by PHP 5.3.x. How should I solve this issue, since I cannot easily force my webhosting to upgrade to PHP > 5.4.x?
- Just a small code change in backups.php
- downgrade Akeeba backup
Is that possible? Other suggestions?
Regards,
Roy