Bring Your Business to Life › Support › Image Store › Admin user looses "post" rights after plugin installation
- AuthorPosts
- September 9, 2013 at 8:45 pm #54957
getvma
ParticipantIf I go to Galleries/Settings/Reset/ “Uninstall Image Store”, my rights return to the admin user and I am able to use wordpress without any issues at all.
This is a local development installation of ZendServer running Apache, MySQL and PHP.
I do notice that the date or time zone is affected and in the logs it appears that entries are made with tomorrows date so perhaps this might be the issue?
September 9, 2013 at 8:57 pm #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.
September 10, 2013 at 10:05 pm #54959getvma
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.
- AuthorPosts
- You must be logged in to reply to this topic.