Support

Akeeba Backup for Joomla!

#25754 Com Akeeba Backup does not open

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 Friday, 29 July 2016 09:12 CDT

[email protected]
Description of my issue: I had to uninstall Abeeka Backup due to isue with errors taking backup when uipdfating Joomla. I have installed again but the component does nmot open.
Error message: Fatal error: Maximum execution time of 50 seconds exceeded in /customers/3/3/c/kongelignorskseilforening.no/httpd.www/administrator/components/com_akeeba/BackupEngine/Configuration.php on line 462

nicholas
Akeeba Staff
Manager
I believe you should speak to your host. This error indicates that the filesystem is broken and they need to run a filesystem check ("fsck" or a similar tool) on their server.

More information (for the host's benefit): the line which throws the error message is a simple file existence check:
if (!file_exists($inifile))

The part that takes more than 50 seconds to complete is the file_exists call, a standard PHP function which checks if a function exists. PHP queries the operating system about the existence of the file. If it takes more than 50 seconds for the operating system to reply whether the file exists it probably means that the filesystem is damaged. If you are looking for the possible place where the filesystem is broken look at administrator/components/com_akeeba/BackupEngine/Core, administrator/components/com_akeeba/BackupEngine/Postproc and administrator/components/com_akeeba/BackupPlatform/Joomla3x/Config (these are the paths with files which would be the target of the code line in question)

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!