Maarten Machiels
Maarten Machiels
Hi @SamBrishes, If backward compatibility with the Rainlab User plugin is ensured, I see no reason not to consider your proposal.
I've got the same error here... I managed to fix it by changing line 25 of `plugins/offline/mall/classes/traits/HashIds.php` ` public function decode(string $value = null)` And that seems to work perfectly...
Damn... Just got this error: `TypeError: Hashids\Hashids::decode(): Argument #1 ($hash) must be of type string, null given, called in /var/www/vhosts/domain.com/httpdocs/plugins/offline/mall/classes/traits/HashIds.php on line 27 and defined in /var/www/vhosts/domain.com/httpdocs/vendor/hashids/hashids/src/Hashids.php:148` Fixed it by...
Hi Sam, Thanks for taking the time to look into this. Looks like I was a little too eager. I don't have the time to investigate this further. So I'm...