Vox Populi(x) forum

Alexandria Book Library => Errori (Bugs) => Topic started by: santosh on 27 August 2014, 13:15:02

Title: Problems while installation
Post by: santosh on 27 August 2014, 13:15:02
Joomla version 3.3
installing com_abook_3.0.0.zip
Installation successful.
But when try to access control panel from components>Alexandria Book Library>Control Panel ,
I get an error message
'An error has occurred.
500 JHtmlBehavior::tabstate not found.'

Please help!
Title: Re: Problems while installation
Post by: federica on 28 August 2014, 09:04:44
Hi santosh,
thank you for the warning.
Title: Re: Problems while installation
Post by: federica on 28 August 2014, 09:23:51
Try to modify this file
administrator/components/com_abook/abook.php line 34
from:
$controller->execute(JRequest::getCmd('task'));

to:
$controller->execute(JFactory::getApplication()->input->get('task'));