small bug

  • Posts: 20
  • Thank you received: 1
  • Hikashop Business
3 years 9 months ago #321206

-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.19
-- PHP version -- : 7.3.19
-- Browser(s) name and version -- : Firefox (latest at this time)
-- Error-message(debug-mod must be tuned on) -- : Call to undefined method

Hi,

I've found a small bug in the file :
joomla_root/components/com_hikashop/controllers/order.php

At the line 490 you have a call to an object that was not define:

$app->enqueueMessage(JText::_('INVALID_DATA'), 'error');
I suggest replacing it with this:
JFactory::getApplication()->enqueueMessage(JText::_('INVALID_DATA'), 'error');

The following user(s) said Thank You: Mohamed Thelji

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

  • Posts: 12953
  • Thank you received: 1778
3 years 9 months ago #321214

Hello,

Thanks for your feedback ! We just fixed it through the last Hikashop version.

We wish you a nice day !
Kind regards,
Mohamed.

The following user(s) said Thank You: nicirvine

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

Time to create page: 0.054 seconds
Powered by Kunena Forum