• Resolved makhay

    (@makhay)


    Since latest upgrade – cannot add or edit posts/pages. Had to deactivate Gutenberg.

Viewing 8 replies - 1 through 8 (of 8 total)
  • I am also experiencing the same issue. pages and posts are blank

    • This reply was modified 6 years, 3 months ago by deltariot.

    Same problem, here.
    Deactivated all plugins except Gutenberg and loaded standard Twenty Sixteen theme, to no avail.
    The only odd thing here is that I am hosting on IIS 8.5.

    — edit 1 —
    Ah, i have an error in Chrome’s console:
    VM1310:1 GET https://mydomain.com/wp-json/wp/v2/ 404 (Not Found)

    Switched from and to Permalinks, wasn’t a solution.

    — edit 2 —-
    Ended up adding the following rule to my web.config:

    <rule name="wordpress" stopProcessing="true">
    <match url=".*" />
    <conditions logicalGrouping="MatchAll">
    <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
    <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
    </conditions>
    <action type="Rewrite" url="index.php" />
    </rule>

    Hope this helps other IIS admins.

    • This reply was modified 6 years, 3 months ago by JiL.
    • This reply was modified 6 years, 3 months ago by JiL.
    • This reply was modified 6 years, 3 months ago by JiL.
    Thread Starter makhay

    (@makhay)

    Anyupdate from Gutenberg developers on this?

    Moderator Marius L. J.

    (@clorith)

    Could you define what you mean by “breaks”, what happens, what doesn’t happen, screenshots may also be useful if it’s something visual.

    Are you seeing any errors anywhere?

    Also, apologies for the late response, when others jump in with “me too” replies, we don’t know who actually has or hasn’t gotten a response yet, unfortunately, as we look at which topics are yet unanswered.

    update to 3.6.2 just did this to me

    Click on edit for page and the whole page edit is blank.
    Where would I look for errors?

    I have no idea what JiL is talking about.

    Moderator Marius L. J.

    (@clorith)

    @harlie2

    There have been (literally) 3 new releases since this topic was created, your problem is most definitely unrelated, so please create your own support topic and we’ll be happy to look into it with you.

    The sticky thread has steps for testing for conflicts, and looking for error messages which you may include in any new topic you create.

    Just updated to Version 3.6.2 and Click on edit for page and the whole page edit is blank.

    This has been a problem earlier and has obviously not been fixed.

    Some users may experience a blank editing screen, a first step to testing this should be to just hit refresh in your browser, as it may a race-condition that we’ve identified and are working on fixing.

    Moderator Marius L. J.

    (@clorith)

    I’m closing this thread before we get more users jumping in that are unrelated to the original topic creator.

    For the topic owner, I apologize, and if you do have a chance to come back with more information, please do open a new topic and we’ll be happy to look at it with you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Latest update breaks Gutenberg – all pages blank.’ is closed to new replies.