Post error after MySQL update
Posted by CBiLL
|
March 13, 2019 11:53AM |
Registered: 20 years ago Posts: 609 |
Today I updated MySQL to 5.7 and we are getting this error when we try to make a new post. Can anyone help me troubleshoot this
Thank you
Bill
Phorum Database Error
Sorry, a Phorum database error occurred.
Please try again later!
Error:
Field 'recent_author' doesn't have a default value (1364): INSERT INTO phorum_messages (forum_id, datestamp, thread, parent_id, author, subject, email, ip, user_id, moderator_post, status, sort, msgid, body, closed, moved, meta) VALUES (43, 1552492031, 0, 0, 'TechBill', 'Test', '', '66.119.29.16', 1, 1, 2, 2, 'da250015df5a086efca2bcd12918a2ef.FeedbackForum', 'Testing one and two and three', 0, 0, 'a:0:{}')
Backtrace:
Function phorum_database_error called at
{path to Phorum}/include/db/mysql/mysqli.php:212
----
Function phorum_db_interact called at
{path to Phorum}/include/db/mysql.php:977
----
Function phorum_db_post_message called at
{path to Phorum}/include/posting/action_post.php:149
----
Function include called at
{path to Phorum}/posting.php:595
Thank you
Bill
Phorum Database Error
Sorry, a Phorum database error occurred.
Please try again later!
Error:
Field 'recent_author' doesn't have a default value (1364): INSERT INTO phorum_messages (forum_id, datestamp, thread, parent_id, author, subject, email, ip, user_id, moderator_post, status, sort, msgid, body, closed, moved, meta) VALUES (43, 1552492031, 0, 0, 'TechBill', 'Test', '', '66.119.29.16', 1, 1, 2, 2, 'da250015df5a086efca2bcd12918a2ef.FeedbackForum', 'Testing one and two and three', 0, 0, 'a:0:{}')
Backtrace:
Function phorum_database_error called at
{path to Phorum}/include/db/mysql/mysqli.php:212
----
Function phorum_db_interact called at
{path to Phorum}/include/db/mysql.php:977
----
Function phorum_db_post_message called at
{path to Phorum}/include/posting/action_post.php:149
----
Function include called at
{path to Phorum}/posting.php:595
|
March 13, 2019 01:10PM |
Registered: 20 years ago Posts: 609 |
Sorry, only registered users may post in this forum.