Hi,
I definitively love the Joomla minor security release where there is a lot of modifications without a "Bug & Fun" session before...
Please edit the file "administrator/component/com_hikashop/helpers/helper.php" and replace
function display($cachable = false, $urlparams = false) {
$config =& hikashop_config();
By
function display($cachable = false, $urlparams = false) {
if(HIKASHOP_J30) {
$document = JFactory::getDocument();
$view = $this->getView('', $document->getType(), '');
if($view->getLayout() == 'default' && JRequest::getString('layout', '') != '')
$view->setLayout(JRequest::getString('layout'));
}
$config =& hikashop_config();
Similar modifications will also be required in HikaMarket and HikaSerial ; we will update the packages with "hot fixes" as soon as possible.
Regards,