Support

Pre-sales

#24010 Backup for Wordpress

Posted in ‘Pre-sales and Account Questions’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by on Friday, 22 January 2016 17:20 CST

bridgford-red
Hi,

I'm interested in the Akeeba Backup software but need it to work on PHP 5.3.28. Is there a version of the software that will run on 5.3.28? I've found this page https://www.akeebabackup.com/download/backup-wordpress/1-3-4.html but I can only get downloads for the documentation. Is it possible to get either the core or professional versions of this version of Akeeba Backup for Wordpress?

Thanks

nicholas
Akeeba Staff
Manager
Oops! Akeeba Backup 1.6.1 was meant to work with PHP 5.3.3 or later. It actually does but I forgot to modify two checks. Here's how to fix it until we release an updated version after New Year's:
  • Install Akeeba Backup (CORE or Professional) for WordPress
  • Edit the file wp-content/plugins/akeebabackupwp/helpers/AkeebaBackupWP.php and change
    public static $minimumPHP = '5.4.0';
    with
    public static $minimumPHP = '5.3.3';
  • Edit the file wp-content/plugins/akeebabackupwp/helpers/integration.php and change
    if (version_compare(PHP_VERSION, '5.4.0', 'lt'))
    with
    if (version_compare(PHP_VERSION, '5.3.3', 'lt'))


This will allow Akeeba Backup to work perfectly with PHP 5.3.28.

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

bridgford-red
That's great, thanks Nicholas. Great support and great product as per usual!

nicholas
Akeeba Staff
Manager
You're welcome and thank you for your kind words :)

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

System Task
system
This ticket has been automatically closed. All tickets which have been inactive for a long time are automatically closed. If you believe that this ticket was closed in error, please contact us.

Support Information

Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!