Menu Assignment issue with hikashopBridge

  • Posts: 16
  • Thank you received: 0
11 years 7 months ago #98047

Hi,

I have an issue when I try to create a category listing as a new item in my menu, I get the following error:

options
Fatal error: Cannot redeclare class hikashopBridgeView in /home/*******/*********.co.uk/administrator/components/com_hikashop/helpers/helper.php on line 1384

Can you suggest a solution for this?

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 7 months ago #98158

Hi,

Thanks to edit this file and replace:

	if(!HIKASHOP_J30){
		class hikashopBridgeView extends JView {}
	} else {
		class hikashopBridgeView extends JViewLegacy {}
	}
By:
if(!class_exists('hikashopBridgeView')){
	if(!HIKASHOP_J30){
		class hikashopBridgeView extends JView {}
	} else {
		class hikashopBridgeView extends JViewLegacy {}
	}
}

Last edit: 11 years 7 months ago by Xavier.

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 0
11 years 7 months ago #98186

Perfect, Thank you. This is a really awesome shopping system and one that my clients can use so intuitively. Thank you

Please Log in or Create an account to join the conversation.

Time to create page: 0.069 seconds
Powered by Kunena Forum