mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
111 stars 45 forks source link

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

Open malivix opened 8 years ago

malivix commented 8 years ago

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.
euantorano commented 8 years ago

Hm, I'll look into this tomorrow.

JordanMussi commented 8 years ago

Tomorrow was a long time ago now :wink:

Matslom commented 8 years ago

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

euantorano commented 8 years ago

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.