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
{{ message }}
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
QueryException in Connection.php line 673:
SQLSTATE[42S22]: Column not found: 1054Unknown column '0' in 'field list' (SQL: insert into `role_user` (`is_display`, `0`, `role_id`, `user_id`) values (1, 2, *items, 5))
however, the user is registered, but not given a group(user), but if You go back(without login in), and press the members link, an error is thrown:
ErrorException in list.twig line 27:
An exception has been thrown during the rendering of a template ("The method 'last_visit' was not found on the presenter class 'MyBB\Core\Presenters\User'.") in "C:\xampp\htdocs\mybbv2\resources\views/member/list.twig" at line 27.
... scrolling down:
MethodNotFoundException in BasePresenter.php line 103:
The method 'last_visit' was not found on the presenter class 'MyBB\Core\Presenters\User'.
The text was updated successfully, but these errors were encountered:
QueryException in Connection.php line 673:
SQLSTATE[42S22]: Column not found: 1054 Unknown column '0' in 'field list' (SQL: insert into role_user (is_display, 0, role_id, user_id) values (1, 2, *items, 5))
however, the user is registered, but not given a group(user), but if You go back(without login in), and press the members link, an error is thrown:
ErrorException in list.twig line 27:
An exception has been thrown during the rendering of a template ("The method 'last_visit' was not found on the presenter class 'MyBB\Core\Presenters\User'.") in "C:\xampp\htdocs\mybbv2\resources\views/member/list.twig" at line 27.
... scrolling down:
MethodNotFoundException in BasePresenter.php line 103:
The method 'last_visit' was not found on the presenter class 'MyBB\Core\Presenters\User'.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
Signing up bug, it throws an error:
however, the user is registered, but not given a group(user), but if You go back(without login in), and press the members link, an error is thrown:
The text was updated successfully, but these errors were encountered: