You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some errors during registration process. After fill the form with data i got some errors. Even if i disable secrets questions in admin panel.
Account Registration
Notice: Undefined index: reg_secret_questions in /var/www/html/inc/account/account.register.php on line 99 Notice: Undefined variable: Config in /var/www/html/inc/account/account.register.php on line 173 Fatal error: Call to a member function get() on a non-object in /var/www/html/inc/account/account.register.php on line 173
The text was updated successfully, but these errors were encountered:
Replaced outdated mail delivery class with PHPMailer.
Fixed#34 registration undefined index due to variable rename.
Fixed#32 by disabling the DB Config admin link since this is no longer
used.
Now after 6800cca
Some errors during registration process. After fill the form with data i got some errors. Even if i disable secrets questions in admin panel.
Account Registration
Notice: Undefined index: reg_secret_questions in /var/www/html/inc/account/account.register.php on line 99 Notice: Undefined variable: Config in /var/www/html/inc/account/account.register.php on line 173 Fatal error: Call to a member function get() on a non-object in /var/www/html/inc/account/account.register.php on line 173
The text was updated successfully, but these errors were encountered: