I'm getting an error when trying to restore an Akeeba backup in an Ubuntu 20.04 environment. See the attachment screen print for information.
Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Latest post by on Wednesday, 12 January 2022 20:17 CST
I'm getting an error when trying to restore an Akeeba backup in an Ubuntu 20.04 environment. See the attachment screen print for information.
One more of the busywork changes in PHP 8. I hadn't had the “pleasure” of coming across this one yet.
After extracting the archive and before you click on Run The Installer edit the file installation/framework/application/application.php line 219 and change it from
$sessionQueue = $this->container->session->get('application.queue');
to
$sessionQueue = $this->container->session->get('application.queue') ?: [];
This should get you up and running.
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!
It does the trick indeed. Thanx.
You're welcome!
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!
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!