mautic / website

The Mautic Website
6 stars 4 forks source link

Error on posting new forum thread - General Discussion #53

Closed RCheesley closed 5 years ago

RCheesley commented 5 years ago

SQLSTATE[HY000]: General error: 1364 Field 'id' doesn't have a default value (SQL: insert into rainlab_forum_posts (topic_id, member_id, content, content_html, updated_at, created_at) values (104480, 6844, Testing if I can post a thread on the general discussion forum,

Testing if I can post a thread on the general discussion forum

, 2019-02-14 17:40:54, 2019-02-14 17:40:54))

RCheesley commented 5 years ago

Same error on replying: SQLSTATE[HY000]: General error: 1364 Field 'id' doesn't have a default value (SQL: insert into rainlab_forum_posts (topic_id, member_id, subject, content, content_html, updated_at, created_at) values (104414, 6844, Recent Activity on Contact view vs Detail view, Test reply,

Test reply

, 2019-02-14 17:45:54, 2019-02-14 17:45:54))

RCheesley commented 5 years ago

See also #19