Checkout - clicking refresh icon a number of times

  • Posts: 15
  • Thank you received: 0
12 years 5 months ago #54346

Warning: reset() [function.reset]: Passed variable is not an array or object in /home/demo/www/administrator/components/com_hikashop/classes/currency.php on line 1578

Fatal error: __clone method called on non-object in /home/demo/www/administrator/components/com_hikashop/classes/currency.php on line 1578

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
12 years 5 months ago #54390

Please change the line:
$additional_total->prices = array(clone(reset($total->prices)));

to:
if(is_array($total->prices)) $additional_total->prices = array(clone(reset($total->prices)));

in the file administrator/components/com_hikashop/classes/currency.php and that should solve the problem.

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

Time to create page: 0.055 seconds
Powered by Kunena Forum