mybb2 icon indicating copy to clipboard operation
mybb2 copied to clipboard

The method 'created_at' was not found on the presenter class

Open malivix opened this issue 9 years ago • 4 comments

for now i have this error

ErrorException in list.twig line 25:
An exception has been thrown during the rendering of a template ("The method 'created_at' was not found on the presenter class 'MyBB\Core\Presenters\UserPresenter'.") in "C:\Wamp\www\mybb2\mybb2\resources\views/member/list.twig" at line 25.

malivix avatar Jul 23 '16 19:07 malivix

Hm, I'll look into this tomorrow.

euantorano avatar Jul 23 '16 19:07 euantorano

Tomorrow was a long time ago now :wink:

JordanMussi avatar Sep 01 '16 20:09 JordanMussi

I explained this bug here https://github.com/mybb/mybb2/pull/253#issuecomment-244076408

Matslom avatar Sep 02 '16 13:09 Matslom

Yeah, as @Matslom said, it seems to be caused by null values. The values should never be null, so the seeds need updating to set the created_at, updated_at and last_visit values.

euantorano avatar Sep 02 '16 13:09 euantorano