Problems while installation

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

Previous topic - Next topic
A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

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!

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

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]