Problems while installation

Started by santosh, 27 August 2014, 13:15:02

Previous topic - Next topic

santosh

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!

federica

#1
Hi santosh,
thank you for the warning.
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

federica

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'));
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]