Bring Your Business to Life › Support › WordPress: Popular Widget Plugin 100K downloads
Forum Replies Created
- AuthorPosts
- September 10, 2013 at 10:05 pm in reply to: Admin user looses "post" rights after plugin installation #54959
getvma
ParticipantA little more research and discovered the mysql strict mode was enabled in the configuration as it is recommended during installation. WordPress functioned correctly with it enabled but for some reason it breaks when I install this plugin. Perhaps it is a function or a setting within the plugin.
I disabled strict mode and installed the plugin and now im back in business on my dev machine.
September 9, 2013 at 8:57 pm in reply to: Admin user looses "post" rights after plugin installation #54958getvma
ParticipantAn update to the above post:
I just want to point out that this copied line from the error log below was actually made at 9/9/2013 at 11:51PM as opposed to the time stamp that is stated.
[10-Sep-2013 03:51:25 UTC] WordPress database error Field ‘post_expire’ doesn’t have a default value for query INSERT INTO
wp_posts
(post_author
,post_date
,post_date_gmt
,post_content
,post_content_filtered
,post_title
,post_excerpt
,post_status
,post_type
,comment_status
,ping_status
,post_password
,post_name
,to_ping
,pinged
,post_modified
,post_modified_gmt
,post_parent
,menu_order
,guid
) VALUES (1,’2013-09-09 23:51:25′,’0000-00-00 00:00:00′,”,”,’Auto Draft’,”,’auto-draft’,’post’,’open’,’open’,”,”,”,”,’2013-09-09 23:51:25′,’0000-00-00 00:00:00′,0,0,”) made by get_default_post_to_edit, wp_insert_postThis only happens when I activate the plugin. It messes up the date.time settings somehow.
- AuthorPosts