Jan 09, 2018 5:19 pm
I'm seeing new errors in my PHP error log. It looks like there is an UPDATE query referencing a column called 'posts' that is generating the error. I verified that this column does not exist in that table. Should I create that column or fix it in some other way? What are the parameters for this column? Thanks!
2 Replies
Jan 09, 2018 6:24 pm
That'll do it. Thanks!