Login Issue

  • Posts: 106
  • Thank you received: 5
  • Hikaserial Standard Hikashop Business
9 years 5 months ago #204431

-- url of the page with the problem -- : test.grandprix-software-central.com/index.php/login
-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.4.39

I just updated our test site to 2.5.0 and now the login page is displaying a custom user field. That should not be seen unless a user is logged in and looking at their profile. This was not a problem with Version 2.4.0. Attached is a screenshot of the login page.

Attachments:

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
9 years 5 months ago #204455

Hi,

Thank you for your feedback.
Change the line:

if(($option != 'com_user' || $view != 'user' || $task != 'edit') && ($option != 'com_users' && $view != 'profile' && $layout != 'edit'))
			return;
to:
if(($option != 'com_user' || $view != 'user' || $task != 'edit') && ($option != 'com_users' || $view != 'profile' || $layout != 'edit'))
			return;
in the file plugins/system/hikashopuser/hikashopuser.php and that will fix the problem.

The following user(s) said Thank You: gpraceman

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

  • Posts: 106
  • Thank you received: 5
  • Hikaserial Standard Hikashop Business
9 years 5 months ago #204507

I found two instances of that line in the file and replaced them both. That has fixed the problem.

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

Time to create page: 0.061 seconds
Powered by Kunena Forum