Gutenberg Conflict
-
After installing latest Gutenberg and attempting to publish a new page, the members plugin causes a PHP notice to be printed before the Rest API JSON payload, causing the Gutenberg operation to fail.
<br />
<b>Notice</b>: Trying to get property of non-object in <b>xxxxxxxxxxxxxxxx/plugins/members/inc/template.php</b> on line <b>95</b><br />
{“id”:191,”date”:”2018-02-07T10:46:29″,”date_gmt”:”2018-02-07T16:46:29″,”guid”:{“rendered”:”http:\/\/xxxxxxxxx.xxxxxx.xxx\/?page_id=191″,”raw”:”http:\/\/xxxxxxxxx.xxxxxx.xxx\/?page_id=191″},”modified”:”2018-02-07T11:01:42″,”modified_gmt”:”2018-02-07T17:01:42″,”password”:””,”slug”:”test”,”status”:”publish”,”type”:”page”,”link”:”http:\/\/xxxxxxxxx.xxxxxx.xxx\/test\/”,”title”:{“raw”:”Test”,”rendered”:”Test”},”content”:{“raw”:””,”rendered”:””,”protected”:false},”excerpt”:{“raw”:””,”rendered”:””,”protected”:false},”author”:10,”featured_media”:0,”parent”:0,”menu_order”:0,”comment_status”:”closed”,”ping_status”:”closed”,”template”:””,”meta”:[],”revisions”:{“count”:1,”last_id”:192},”_links”:{“self”:[{“href”:”http:\/\/xxxxxxxxx.xxxxxx.xxx\/wp-json\/wp\/v2\/pages\/191″}],”collection”:[{“href”:”http:\/\/xxxxxxxxx.xxxxxx.xxx\/wp-json\/wp\/v2\/pages”}],”about”:[{“href”:”http:\/\/xxxxxxxxx.xxxxxx.xxx\/wp-json\/wp\/v2\/types\/page”}],”author”:[{“embeddable”:true,”href”:”http:\/\/xxxxxxxxx.xxxxxx.xxx\/wp-json\/wp\/v2\/users\/10″}],”replies”:[{“embeddable”:true,”href”:”http:\/\/xxxxxxxxx.xxxxxx.xxx\/wp-json\/wp\/v2\/comments?post=191″}],”version-history”:[{“href”:”http:\/\/xxxxxxxxx.xxxxxx.xxx\/wp-json\/wp\/v2\/pages\/191\/revisions”}],”wp:attachment”:[{“href”:”http:\/\/xxxxxxxxx.xxxxxx.xxx\/wp-json\/wp\/v2\/media?parent=191″}],”curies”:[{“name”:”wp”,”href”:”https:\/\/api.w.org\/{rel}”,”templated”:true}]}}
- The topic ‘Gutenberg Conflict’ is closed to new replies.