MAMP notice message

  • Posts: 121
  • Thank you received: 1
10 years 5 months ago #193907

-- HikaShop version -- : 3.4
-- Joomla version -- : 3.4
-- PHP version -- : 5.6.2

Hi,
I've installed hikashop on MAMP in my Mac.
After installation was appeared thid error:
Notice: Trying to get property of non-object in /Applications/MAMP/htdocs/apicestore/administrator/components/com_hikashop/classes/currency.php on line 943

How can I solved this?

Thanks
Matteo

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

  • Posts: 84220
  • Thank you received: 13673
  • MODERATOR
10 years 5 months ago #193917

Hi,

That's just a warning, not a real error.
You can change that line:

$catIds[] = (int)$cat->category_id;
to:
$catIds[] = (int)@$cat->category_id;
in that administrator/components/com_hikashop/classes/currency.php file and you won't have the message.

Last edit: 10 years 5 months ago by nicolas.

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

Time to create page: 0.052 seconds
Powered by Kunena Forum