Get a fatal error on Checkout

  • Posts: 10
  • Thank you received: 0
10 years 5 months ago #181333

-- HikaShop version -- : 2.3.4
-- Joomla version -- : 1.5.25
-- PHP version -- : 5.3.24
-- Browser(s) name and version -- : Chrome
-- Error-message(debug-mod must be tuned on) -- : Catchable fatal error: Object of class stdClass could not be converted to string in /home/content/58/12001258/html/vidyapeeth/libraries/joomla/html/parameter.php on line 105

Get this error during checkout process.

Catchable fatal error: Object of class stdClass could not be converted to string in /home/content/58/12001258/html/vidyapeeth/libraries/joomla/html/parameter.php on line 105

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

  • Posts: 13201
  • Thank you received: 2322
10 years 5 months ago #181348

Hi,

Please edit the file "administrator/components/com_hikashop/classes/address.php", function "displayAddress()" and replace:

$params->set('address',$address);
By:
if(HIKASHOP_J25) $params->set('address',$address);

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

  • Posts: 10
  • Thank you received: 0
10 years 5 months ago #181475

This fixes the issue. Thank you very much. Will this be fixed in the next version, so we do not lose the change when we upgrade to the next version?

Thanks again.

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

  • Posts: 13201
  • Thank you received: 2322
10 years 5 months ago #181483

Hi,

Yes we already have included this fix on our end, so no problems with the future releases.

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

Time to create page: 0.067 seconds
Powered by Kunena Forum