Description of my issue:
I have updated Joomla from 2.5.8 to 3.3.6. Before updating I installed the latest version of my extensions. After updating I wanted to login and received an error message:
Fatal error:
Class"Akeeba\Engine\Platform" not found in /var/www/htm/web1098/html/j3-historisches-uetersen/plugins/quickicon/akeebabackup.php on line 198
On line 198 of akeebabackup.php I found the statement:
Platform::addPlatform('joomla25', JPATH_ADMINISTRATOR . '/components/com_akeeba/platform/joomla25');
I was irritated and commented the line out. After that I could login!!
What is the reason for the issue and can I allow to have the line commented out?