Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Got this error message since 1.5.3These lines in Register.php...[php]if (!$userId) { $loginModel->logLoginAttempt($associate['associate_login']); throw $this->responseException( $this->responseError($error) ); }[/php]Should be...[php]if (!$userId) { $loginModel->logLoginAttempt($visitor['username']); throw $this->responseException( $this->responseError($error) ); }[/php]
Got this error message since 1.5.3
These lines in Register.php...
[php]
if (!$userId)
{
$loginModel->logLoginAttempt($associate['associate_login']);
throw $this->responseException(
$this->responseError($error)
);
}[/php]
Should be...
$loginModel->logLoginAttempt($visitor['username']);
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences