hikashop/inc/geolocation.php on line 50

  • Posts: 139
  • Thank you received: 10
6 years 2 months ago #286588

-- HikaShop version -- : 3.2.2
-- Joomla version -- : 3.8.3
-- PHP version -- : php 7.17
-- Browser(s) name and version -- : firefox
-- Error-message(debug-mod must be tuned on) -- : Notice: Only variables should be assigned by reference in /home/finalb9/public_html/administrator/components/com_hikashop/inc/geolocation.php on line 50

Hello Hika Shop Team

Here is the full error message:

Notice: Only variables should be assigned by reference in /home/finalb9/public_html/administrator/components/com_hikashop/inc/geolocation.php on line 50

kindly advise what is going on

thanks

Paul

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

  • Posts: 81361
  • Thank you received: 13035
  • MODERATOR
6 years 2 months ago #286596

Hi,

You want to change:
$app =& JFactory::getApplication();
to:
$app = JFactory::getApplication();
in that file. We'll change that on our end too.

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

  • Posts: 139
  • Thank you received: 10
6 years 1 month ago #286930

hi, Nicolas

You want to change:
$app =& JFactory::getApplication();
to:
$app = JFactory::getApplication();


Wow, this is a perfect eg of why I could never code :woohoo:

thanks for the fix

Paul

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

Time to create page: 0.062 seconds
Powered by Kunena Forum