problem with bridge controller

  • Posts: 7
  • Thank you received: 0
11 years 5 months ago #75646

Hi! Today i am try Hika shop 2.0 Starter on Joomla 2.5.8

Fatal error: Cannot redeclare class hikashopBridgeController in /home/t/times/*********/public_html/administrator/components/com_hikashop/helpers/helper.php on line 918
Help me please

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

  • Posts: 81590
  • Thank you received: 13079
  • MODERATOR
11 years 5 months ago #75661

Hi,

On which page do you get that error ? What is the link ?

Could you turn on the "debug mode" and "error reporting" to maximum in the joomla configuration and give a screenshot of the page ?

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

  • Posts: 7
  • Thank you received: 0
11 years 5 months ago #75707

This error i can see in Hika shop default menus. I choice "categories listing" or "products listing" and system write:
options
Fatal error: Cannot redeclare class hikashopBridgeController in /home/t/times/timestravel.ru/public_html/administrator/components/com_hikashop/helpers/helper.php on line 918.
See (for example)attach file "view categories listing menu' or index.php
And on this page i can not see debug mode.


Next debug report from Hika shop default menus

32 SQL-запросов зафиксировано

SELECT `data`
FROM `travel_session`
WHERE `session_id` = 'e2e3e30d91c83a279437a343021a7df0'
DELETE
FROM `travel_session`
WHERE `time` < '1352651909'
SELECT extension_id AS id, element AS "option", params, enabled
FROM travel_extensions
WHERE `type` = 'component'
AND `element` = 'com_languages'
SELECT folder AS type, element AS name, params
FROM travel_extensions
WHERE enabled >= 1
AND type ='plugin'
AND state >= 0
AND access IN (1,1,2,3)
ORDER BY ordering
SELECT template
FROM travel_template_styles as s
WHERE s.client_id = 0
AND s.home = 1
SELECT template
FROM travel_template_styles as s
WHERE s.client_id = 0
AND s.home = 1
SELECT extension, file, type
FROM travel_rokcommon_configs
ORDER BY priority
SELECT template, s.params
FROM travel_template_styles as s
LEFT JOIN travel_extensions as e
ON e.type='template'
AND e.element=s.template
AND e.client_id=s.client_id
WHERE s.client_id = 1
AND home = 1
ORDER BY home
SELECT extension_id AS id, element AS "option", params, enabled
FROM travel_extensions
WHERE `type` = 'component'
AND `element` = 'com_k2'
SHOW FULL COLUMNS
FROM `travel_extensions`
SELECT `extension_id`
FROM `travel_extensions`
WHERE type = 'component'
AND element = 'com_roksprocket'
SELECT *
FROM travel_extensions
WHERE `extension_id` = '10049'
SELECT `extension_id`
FROM `travel_extensions`
WHERE type = 'module'
AND element = 'mod_roksprocket'
SELECT *
FROM travel_extensions
WHERE `extension_id` = '10049'
SELECT extension_id AS id, element AS "option", params, enabled
FROM travel_extensions
WHERE `type` = 'component'
AND `element` = 'com_rokcandy'
SELECT *
FROM travel_rokcandy
WHERE published=1
SELECT id, home, template, params
FROM travel_template_styles
WHERE client_id = 0
SELECT extension_id AS id, element AS "option", params, enabled
FROM travel_extensions
WHERE `type` = 'component'
AND `element` = 'com_menus'
SELECT a.id, a.menutype, a.title, a.alias, a.note, a.path, a.link, a.type, a.parent_id, a.level, a.published as apublished, a.component_id, a.ordering, a.checked_out, a.checked_out_time, a.browserNav, a.access, a.img, a.template_style_id, a.params, a.lft, a.rgt, a.home, a.language, a.client_id,
CASE a.type WHEN 'component' THEN a.published+2*(e.enabled-1) WHEN 'url' THEN a.published+2 WHEN 'alias' THEN a.published+4 WHEN 'separator' THEN a.published+6 END AS published,l.title AS language_title, l.image as image,u.name AS editor,c.element AS componentname,ag.title AS access_level,e.name AS name
FROM `travel_menu` AS a
LEFT JOIN `travel_languages` AS l
ON l.lang_code = a.language
LEFT JOIN `travel_users` AS u
ON u.id = a.checked_out
LEFT JOIN `travel_extensions` AS c
ON c.extension_id = a.component_id
LEFT JOIN travel_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN travel_extensions AS e
ON e.extension_id = a.component_id
WHERE a.id > 1
AND a.client_id = 0
AND (a.published IN (0, 1))
AND a.menutype = 'hikashop_default'
ORDER BY a.lft asc
SELECT a.id, a.menutype, a.title, a.alias, a.note, a.path, a.link, a.type, a.parent_id, a.level, a.published as apublished, a.component_id, a.ordering, a.checked_out, a.checked_out_time, a.browserNav, a.access, a.img, a.template_style_id, a.params, a.lft, a.rgt, a.home, a.language, a.client_id,
CASE a.type WHEN 'component' THEN a.published+2*(e.enabled-1) WHEN 'url' THEN a.published+2 WHEN 'alias' THEN a.published+4 WHEN 'separator' THEN a.published+6 END AS published,l.title AS language_title, l.image as image,u.name AS editor,c.element AS componentname,ag.title AS access_level,e.name AS name
FROM `travel_menu` AS a
LEFT JOIN `travel_languages` AS l
ON l.lang_code = a.language
LEFT JOIN `travel_users` AS u
ON u.id = a.checked_out
LEFT JOIN `travel_extensions` AS c
ON c.extension_id = a.component_id
LEFT JOIN travel_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN travel_extensions AS e
ON e.extension_id = a.component_id
WHERE a.id > 1
AND a.client_id = 0
AND (a.published IN (0, 1))
AND a.menutype = 'hikashop_default'
ORDER BY a.lft asc
SELECT menutype AS value, title AS text
FROM `travel_menu_types`
ORDER BY title
SELECT a.id AS value, a.title AS text
FROM `travel_viewlevels` AS a
GROUP BY a.id, a.title, a.ordering
ORDER BY a.ordering ASC
SELECT a.lang_code AS value, a.title AS text, a.title_native
FROM travel_languages AS a
WHERE a.published >= 0
ORDER BY a.title
SELECT menutype AS value, title AS text
FROM `travel_menu_types`
ORDER BY title
SELECT a.id AS value, a.title AS text, a.level, a.menutype
FROM travel_menu AS a
WHERE a.parent_id > 0
AND a.type <> 'url'
AND a.client_id = 0
AND a.published IN (0,1)
ORDER BY a.lft
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM travel_modules AS m
LEFT JOIN travel_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN travel_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2012-11-11 17:38:29')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2012-11-11 17:38:29')
AND m.access IN (1,1,2,3)
AND m.client_id = 1
AND (mm.menuid = 0 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
SELECT COUNT(*)
FROM travel_messages
WHERE state = 0
AND user_id_to = 214
SELECT COUNT(session_id)
FROM travel_session
WHERE guest = 0
AND client_id = 1
SELECT COUNT(session_id)
FROM travel_session
WHERE guest = 0
AND client_id = 0
SELECT a.*, SUM(b.home) AS home,b.language,l.image,l.sef,l.title_native
FROM travel_menu_types AS a
LEFT JOIN travel_menu AS b
ON b.menutype = a.menutype
AND b.home != 0
LEFT JOIN travel_languages AS l
ON l.lang_code = language
WHERE (b.client_id = 0 OR b.client_id IS NULL)
GROUP BY a.id, a.menutype, a.description, a.title, b.menutype,b.language,l.image,l.sef,l.title_native
SELECT m.id, m.title, m.alias, m.link, m.parent_id, m.img, e.element
FROM travel_menu AS m
LEFT JOIN travel_extensions AS e
ON m.component_id = e.extension_id
WHERE m.client_id = 1
AND e.enabled = 1
AND m.id > 1
ORDER BY m.lft
UPDATE `travel_session`
SET `data` = '__default|a:9:{s:15:\"session.counter\";i:59;s:19:\"session.timer.start\";i:1352652427;s:18:\"session.timer.last\";i:1352655478;s:17:\"session.timer.now\";i:1352655509;s:24:\"session.client.forwarded\";s:14:\"46.180.119.200\";s:22:\"session.client.browser\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":5:{s:11:\"application\";O:8:\"stdClass\":1:{s:4:\"lang\";s:0:\"\";}s:9:\"com_menus\";O:8:\"stdClass\":2:{s:4:\"edit\";O:8:\"stdClass\":1:{s:4:\"item\";O:8:\"stdClass\":4:{s:2:\"id\";a:1:{i:0;i:417;}s:4:\"data\";N;s:4:\"type\";N;s:4:\"link\";N;}}s:5:\"items\";O:8:\"stdClass\":2:{s:6:\"filter\";O:8:\"stdClass\":1:{s:8:\"menutype\";s:16:\"hikashop_default\";}s:10:\"limitstart\";i:0;}}s:13:\"com_installer\";O:8:\"stdClass\":2:{s:7:\"message\";s:0:\"\";s:17:\"extension_message\";s:0:\"\";}s:11:\"com_plugins\";O:8:\"stdClass\":1:{s:7:\"plugins\";O:8:\"stdClass\":4:{s:6:\"filter\";O:8:\"stdClass\":4:{s:6:\"search\";s:10:\"отлад\";s:6:\"access\";i:0;s:5:\"state\";s:0:\"\";s:6:\"folder\";s:0:\"\";}s:10:\"limitstart\";i:0;s:8:\"ordercol\";s:7:\"enabled\";s:9:\"orderdirn\";s:3:\"asc\";}}s:6:\"global\";O:8:\"stdClass\":1:{s:4:\"list\";O:8:\"stdClass\":1:{s:5:\"
limit\";i:0;}}}}s:4:\"user\";O:5:\"JUser\":26:{s:9:\"\0*\0isRoot\";b:1;s:2:\"id\";s:3:\"214\";s:4:\"name\";s:12:\"Виктор\";s:8:\"username\";s:6:\"admin2\";s:5:\"email\";s:22:\"v.gunin@timestravel.ru\";s:8:\"password\";s:65:\"c4a0e1887134fe92bb17078a19de9394:6jqaF17Fyy5E50siRhUdBwSNGdmK1btt\";s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";s:0:\"\";s:5:\"block\";s:1:\"0\";s:9:\"sendEmail\";s:1:\"1\";s:12:\"registerDate\";s:19:\"2012-07-16 10:41:11\";s:13:\"lastvisitDate\";s:19:\"2012-11-11 06:39:09\";s:10:\"activation\";s:0:\"\";s:6:\"params\";s:92:\"{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}\";s:6:\"groups\";a:1:{i:8;s:1:\"8\";}s:5:\"guest\";i:0;s:13:\"lastResetTime\";s:19:\"0000-00-00 00:00:00\";s:10:\"resetCount\";s:1:\"0\";s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":6:{s:11:\"admin_style\";s:0:\"\";s:14:\"admin_language\";s:0:\"\";s:8:\"language\";s:0:\"\";s:6:\"editor\";s:0:\"\";s:8:\"helpsite\";s:0:\"\";s:8:\"timezone\";s:0:\"\";}}s:14:\"\0*\0_authGroups\";a:2:{i:0;i:1;i:1;i:8;}s:14:\"\0*\0_authLevels\";a:4:{i:0;i:1;i:1;i:1;i:2;i:2;i:3;i:3;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;s:3:\"gid\";i:1000;}s:13:\"session.token\";s:32:\"74997b54b9d90480a997e84501fd9030\";}__wf|a:1:{s:13:\"session.token\";s:32:\"d71628cb7b4cdbbfddf4b07c1b5120c9\";}' , `time` = '1352655509'
WHERE `session_id` = 'e2e3e30d91c83a279437a343021a7df0'

23 типов SQL-запросов зафиксировано, отсортировано по вхождениям
Запросы типа SELECT:

4 × SELECT extension_id AS id, element AS "option", params, enabled
FROM travel_extensions
2 × SELECT *
FROM travel_extensions
2 × SELECT a.id, a.menutype, a.title, a.alias, a.note, a.path, a.link, a.type, a.parent_id, a.level, a.published as apublished, a.component_id, a.ordering, a.checked_out, a.checked_out_time, a.browserNav, a.access, a.img, a.template_style_id, a.params, a.lft, a.rgt, a.home, a.language, a.client_id,
CASE a.type WHEN 'component' THEN a.published+2*(e.enabled-1) WHEN 'url' THEN a.published+2 WHEN 'alias' THEN a.published+4 WHEN 'separator' THEN a.published+6 END AS published,l.title AS language_title, l.image as image,u.name AS editor,c.element AS componentname,ag.title AS access_level,e.name AS name
FROM `travel_menu` AS a
LEFT JOIN `travel_languages` AS l
ON l.lang_code = a.language
LEFT JOIN `travel_users` AS u
ON u.id = a.checked_out
LEFT JOIN `travel_extensions` AS c
ON c.extension_id = a.component_id
LEFT JOIN travel_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN travel_extensions AS e
ON e.extension_id = a.component_id
2 × SELECT menutype AS value, title AS text
FROM `travel_menu_types`
2 × SELECT COUNT(session_id)
FROM travel_session
2 × SELECT `extension_id`
FROM `travel_extensions`
2 × SELECT template
FROM travel_template_styles as s
1 × SELECT m.id, m.title, m.alias, m.link, m.parent_id, m.img, e.element
FROM travel_menu AS m
LEFT JOIN travel_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT a.id AS value, a.title AS text, a.level, a.menutype
FROM travel_menu AS a
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM travel_modules AS m
LEFT JOIN travel_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN travel_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT a.*, SUM(b.home) AS home,b.language,l.image,l.sef,l.title_native
FROM travel_menu_types AS a
LEFT JOIN travel_menu AS b
ON b.menutype = a.menutype
AND b.home != 0
LEFT JOIN travel_languages AS l
ON l.lang_code = language
1 × SELECT COUNT(*)
FROM travel_messages
1 × SELECT a.lang_code AS value, a.title AS text, a.title_native
FROM travel_languages AS a
1 × SELECT id, home, template, params
FROM travel_template_styles
1 × SELECT extension, file, type
FROM travel_rokcommon_configs
1 × SELECT folder AS type, element AS name, params
FROM travel_extensions
1 × SELECT template, s.params
FROM travel_template_styles as s
LEFT JOIN travel_extensions as e
ON e.type='template'
AND e.element=s.template
AND e.client_id=s.client_id
1 × SELECT *
FROM travel_rokcandy
1 × SELECT `data`
FROM `travel_session`
1 × SELECT a.id AS value, a.title AS text
FROM `travel_viewlevels` AS a
GROUP BY a.id, a.title, a.ordering

Прочие SQL-запросы:

1 × UPDATE `travel_session`
SET `data` = '__default|a:9:{s:15:\"session.counter\";i:59;s:19:\"session.timer.start\";i:1352652427;s:18:\"session.timer.last\";i:1352655478;s:17:\"session.timer.now\";i:1352655509;s:24:\"session.client.forwarded\";s:14:\"46.180.119.200\";s:22:\"session.client.browser\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":5:{s:11:\"application\";O:8:\"stdClass\":1:{s:4:\"lang\";s:0:\"\";}s:9:\"com_menus\";O:8:\"stdClass\":2:{s:4:\"edit\";O:8:\"stdClass\":1:{s:4:\"item\";O:8:\"stdClass\":4:{s:2:\"id\";a:1:{i:0;i:417;}s:4:\"data\";N;s:4:\"type\";N;s:4:\"link\";N;}}s:5:\"items\";O:8:\"stdClass\":2:{s:6:\"filter\";O:8:\"stdClass\":1:{s:8:\"menutype\";s:16:\"hikashop_default\";}s:10:\"limitstart\";i:0;}}s:13:\"com_installer\";O:8:\"stdClass\":2:{s:7:\"message\";s:0:\"\";s:17:\"extension_message\";s:0:\"\";}s:11:\"com_plugins\";O:8:\"stdClass\":1:{s:7:\"plugins\";O:8:\"stdClass\":4:{s:6:\"filter\";O:8:\"stdClass\":4:{s:6:\"search\";s:10:\"отлад\";s:6:\"access\";i:0;s:5:\"state\";s:0:\"\";s:6:\"folder\";s:0:\"\";}s:10:\"limitstart\";i:0;s:8:\"ordercol\";s:7:\"enabled\";s:9:\"orderdirn\";s:3:\"asc\";}}s:6:\"global\";O:8:\"stdClass\":1:{s:4:\"list\";O:8:\"stdClass\":1:{s:5:\"
limit\";i:0;}}}}s:4:\"user\";O:5:\"JUser\":26:{s:9:\"\0*\0isRoot\";b:1;s:2:\"id\";s:3:\"214\";s:4:\"name\";s:12:\"Виктор\";s:8:\"username\";s:6:\"admin2\";s:5:\"email\";s:22:\"v.gunin@timestravel.ru\";s:8:\"password\";s:65:\"c4a0e1887134fe92bb17078a19de9394:6jqaF17Fyy5E50siRhUdBwSNGdmK1btt\";s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";s:0:\"\";s:5:\"block\";s:1:\"0\";s:9:\"sendEmail\";s:1:\"1\";s:12:\"registerDate\";s:19:\"2012-07-16 10:41:11\";s:13:\"lastvisitDate\";s:19:\"2012-11-11 06:39:09\";s:10:\"activation\";s:0:\"\";s:6:\"params\";s:92:\"{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}\";s:6:\"groups\";a:1:{i:8;s:1:\"8\";}s:5:\"guest\";i:0;s:13:\"lastResetTime\";s:19:\"0000-00-00 00:00:00\";s:10:\"resetCount\";s:1:\"0\";s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":6:{s:11:\"admin_style\";s:0:\"\";s:14:\"admin_language\";s:0:\"\";s:8:\"language\";s:0:\"\";s:6:\"editor\";s:0:\"\";s:8:\"helpsite\";s:0:\"\";s:8:\"timezone\";s:0:\"\";}}s:14:\"\0*\0_authGroups\";a:2:{i:0;i:1;i:1;i:8;}s:14:\"\0*\0_authLevels\";a:4:{i:0;i:1;i:1;i:1;i:2;i:2;i:3;i:3;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;s:3:\"gid\";i:1000;}s:13:\"session.token\";s:32:\"74997b54b9d90480a997e84501fd9030\";}__wf|a:1:{s:13:\"session.token\";s:32:\"d71628cb7b4cdbbfddf4b07c1b5120c9\";}' , `time` = '1352655509'
1 × SHOW FULL COLUMNS
FROM `travel_extensions
1 × DELETE
FROM `travel_session`

Attachments:

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

  • Posts: 81590
  • Thank you received: 13079
  • MODERATOR
11 years 5 months ago #75716

Could you add the code below at the beginning of the file administrator/components/com_hikashop/helpers/helper.php ?
<?php
if(class_exists('hikashopBridgeController')){
$reflector = new ReflectionClass('hikashopBridgeController');
echo 'Already defined in file ' $reflector->getFileName();
echo ' on line '.$reflector->getStartLine();
exit;
}
?>


That will tell us where the class hikashopBridgeController is defined before joomla calls HikaShop. Normally, that class should be unique to HikaShop.

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

  • Posts: 7
  • Thank you received: 0
11 years 5 months ago #75789

OK. But you can do differently? I can make a mistake when replacing. Can you put here the file with these changes. and I will change my file to your.

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

  • Posts: 81590
  • Thank you received: 13079
  • MODERATOR
11 years 5 months ago #75790

There is nothing to replace. You just need to copy/paste that text at the top of the file, before anything.
If you're able to write in a forum, you should be able to copy/paste some text in a file :)

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

  • Posts: 7
  • Thank you received: 0
11 years 5 months ago #75798

OK :) It is right i hope?

<?php
if(class_exists('hikashopBridgeController')){
$reflector = new ReflectionClass('hikashopBridgeController');
echo 'Already defined in file ' $reflector->getFileName();
echo ' on line '.$reflector->getStartLine();
exit;
}
?>
<?php
/**
* @package HikaShop for Joomla!
* @version 2.0.0
* @author hikashop.com
* @copyright (C) 2010-2012 HIKARI SOFTWARE. All rights reserved.
* @license GNU/GPLv3 www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><?php
jimport('joomla.application.component.controller');
jimport('joomla.application.component.view');


but after this change a System write next information

options
Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in /home/t/times/timestravel.ru/public_html/administrator/components/com_hikashop/helpers/helper.php on line 4

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

  • Posts: 81590
  • Thank you received: 13079
  • MODERATOR
11 years 5 months ago #75929

Yes, that's right.

I've made a mistake in the code though. It should be:
<?php
if(class_exists('hikashopBridgeController')){
$reflector = new ReflectionClass('hikashopBridgeController');
echo 'Already defined in file '.$reflector->getFileName();
echo ' on line '.$reflector->getStartLine();
exit;
}
?>

Please try with that code instead.

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

  • Posts: 7
  • Thank you received: 0
11 years 5 months ago #75954

Ok i do it.
I choice "categories listing" or "products listing" and system write:

HikaShop Options

options Already defined in file /home/t/times/timestravel.ru/public_html/administrator/components/com_hikashop/helpers/helper.php on line 928

for example lines 928: class hikashopBridgeController extends JControllerLegacy {}

What can i do else?

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

  • Posts: 81590
  • Thank you received: 13079
  • MODERATOR
11 years 5 months ago #76106

Ok. Then, remove the code that you added at the top and change the line:

class hikashopBridgeController extends JControllerLegacy {}

by:

if(!class_exists('hikashopBridgeController')){ class hikashopBridgeController extends JControllerLegacy {} }


in that same file. That will solve that error.

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

  • Posts: 7
  • Thank you received: 0
11 years 5 months ago #76171

OK.

options
Fatal error: Cannot redeclare class hikashopBridgeView in /home/t/times/public_html/administrator/components/com_hikashop/helpers/helper.php on line 1326

1326 class hikashopBridgeView extends JView {}

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

  • Posts: 26017
  • Thank you received: 4004
  • MODERATOR
11 years 5 months ago #76220

Hi,

It is the same kind of error.
Please replace the line

class hikashopBridgeView extends JView {}
By
if(!class_exists('hikashopBridgeView ')){ class hikashopBridgeView extends JView {} }

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.059 seconds
Powered by Kunena Forum