eloquent-driver icon indicating copy to clipboard operation
eloquent-driver copied to clipboard

Call to a member function isFuture() on int

Open freshface opened this issue 3 years ago • 3 comments

Got this error after installing it to an existing site. https://flareapp.io/share/KPgnE8gm Migration went ok. I can see the entries in the database.

This is my statamic-eloquent-drive.php config:

return [

    'entries' => [
        'model' => \Statamic\Eloquent\Entries\UuidEntryModel::class,
    ],

];

freshface avatar Jun 19 '21 18:06 freshface

Update: the date field in entries table are empty.

freshface avatar Jun 19 '21 18:06 freshface

@freshface There were some date and UuidEntryModel related fixes in https://github.com/statamic/eloquent-driver/pull/29. Could you confirm if this is still an issue, and if not provide more info for us to reproduce your issue? Thanks!

jesseleite avatar Sep 29 '21 21:09 jesseleite

Does this still exist in v1? If so, can you provide a sample repository showing the issue?

ryanmitchell avatar Sep 16 '22 06:09 ryanmitchell

@freshface I'm going to close this due to inactivity. If you still have the issue please feel free to re-open.

ryanmitchell avatar Jun 25 '23 13:06 ryanmitchell