Support

Akeeba Backup for Joomla!

#21601 Patch for Akeeba Backup Notification Quick Icon Bug

Posted in ‘Akeeba Backup for Joomla! 4 & 5’
This is a public ticket

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

Environment Information

Joomla! version
n/a
PHP version
n/a
Akeeba Backup version
n/a

Latest post by nicholas on Tuesday, 02 December 2014 02:51 CST

user83492
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 Akeeba Backup Notification Quick Icon is causing an error and thus disabling itself in version 4.1.0.rc3 of akeeba backup professional.

this is because on line 203 of
administrator/components/com_akeeba/engine/Platform.php
you have the path
__DIR__ . '/Platform' 
whereas you need
__DIR__ . '/../platform' 
.

I applied this change and the icon works again.

nicholas
Akeeba Staff
Manager
No, that part of the code is correct – the Engine is designed to run inside other software, not just Akeeba Backup for Joomla!. The plugin needs to push the directory to the joomla25 platform implementation to the Engine:
Platform::addPlatform('joomla25', JPATH_COMPONENT_ADMINISTRATOR . '/platform/joomla25');

This populates the static variable \Akeeba'Engine\Platform::$knownPlatformsDirectories, therefore the if-block you are referring to does not load. This is what we're already doing in dispatcher.php in the front-end and back-end.

You were very close, but thank you for the heads up! I know where to look now. The next version will include the bug fix.

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!

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!