Bug Vendor Edition

  • Posts: 152
  • Thank you received: 11
2 years 2 months ago #339090

-- url of the page with the problem -- : hikashop.freesite.host
-- HikaShop version -- : 4.4.5
-- HikaMarket version -- : 4.1.0
-- Joomla version -- : 4.0.6
-- PHP version -- : 7.4
-- Browser(s) name and version -- : Chrome



Attachments:

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

  • Posts: 26004
  • Thank you received: 4004
  • MODERATOR
2 years 2 months ago #339091

Hello,

Thank you for the report.
In the HikaMarket user class (last file indicated in the call stack), please replace

			if(HIKASHOP_J30) {
				$user->set('activation', JApplication::getHash( JUserHelper::genRandomPassword()) );
By
			if(HIKASHOP_J40) {
				$user->set('activation', JApplicationHelper::getHash( JUserHelper::genRandomPassword()) );
			} elseif(HIKASHOP_J30) {
				$user->set('activation', JApplication::getHash( JUserHelper::genRandomPassword()) );
And it will fix the issue.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: gerryna09

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

Moderators: Obsidev
Time to create page: 0.060 seconds
Powered by Kunena Forum