Hello,
I got LoginRegisterPro a few years ago and I had support for one year. The support has since expired and I don't have access to that particular support forum so I thought I might post in here. There's a slight issue with
Deprecated: ctype_alpha(): Argument of type int will be interpreted as string in the future in C:\xampp\htdocs\bed-bugs-banished\site\modules\LoginRegisterPro\LoginRegisterPro.module on line 2091
Deprecated: ctype_alpha(): Argument of type int will be interpreted as string in the future in C:\xampp\htdocs\bed-bugs-banished\site\modules\LoginRegisterPro\LoginRegisterPro.module on line 2091
It looks like this is related to https://www.php.net/manual/en/function.ctype-alpha.php which has a warning:
Warning
As of PHP 8.1.0, passing a non-string argument is deprecated. In the future, the argument will be interpreted as a string instead of an ASCII codepoint. Depending on the intended behavior, the argument should either be cast to string or an explicit call to chr() should be made.
cc @ryan