netwaretcs / Classifieds

Classifieds Invision App
0 stars 0 forks source link

Registering new users #31

Open Aveliky opened 3 years ago

Aveliky commented 3 years ago

I have a problem registering new users. When I try to register a new user, I get this error:

Fatal error: Declaration of IPS\core\modules\front\system\classifieds_hook_newMemberCredit::_createMember($values, $profileFields, $postBeforeRegister, $form) must be compatible with IPS\core\modules\front\system\_register::_createMember($values, $profileFields, $postBeforeRegister, &$form) in /xxx/init.php(902) : eval()'d code on line 11

P.S. The problem is only with php8, passed on php7 and everything is fine.

netwaretcs commented 3 years ago

Working on a fix. Thanks for reporting.