• Resolved sjycool

    (@sjycool)


    After upgrading to wordpress 4.9.8,i active gutenberg.
    But now,if i choose gutenberg to write posts,the page is just blank,blew are the screenshot.

    D0CB5CEC-9BA5-4F8B-BDCC-AE2D3833026B.png

    The page I need help with: [log in to see the link]

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author Gary Pendergast

    (@pento)

    Sorry to hear that, @sjycool.

    There are a few suggestions to address this issue over in this thread, could I get you to read through the thread and see if any of the suggestions help?

    Thread Starter sjycool

    (@sjycool)

    It seems like whatt i meet is also something wrong in rewrite rules(404 wp-json/wp/v2)

    but what i use is nginx,so what should i do to fix it?

    Thread Starter sjycool

    (@sjycool)

    my rewrite rules:

    location / {
    try_files $uri $uri/ /index.php?$args;
    }
    rewrite /wp-admin$ $scheme://$host$uri/ permanent;
    location ~* ^/wp-content/uploads/.*\.php$ {
    deny all;
    }

    Moderator Marius L. J.

    (@clorith)

    Hiya,

    Did you try the trick where you save your permalinks twice (Settings > Permalinks in the admin menu)? I can see that rewrites are working as they should on your site, so it sounds like you may just have a non-flushed set of rules, which that is set to address.

    Thread Starter sjycool

    (@sjycool)

    @clorith
    i have tried,and the error changed.
    “404 wp-json/wp/v2”
    change into
    “404 https://www.ugediao.com/wp-admin/load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,underscore,backbone,moxiejs,plupload&ver=4.9.8”

    but actually i can open the link.

    Moderator Marius L. J.

    (@clorith)

    Hmm, that is peculiar, after you were able to open the link, does it still show as a 404 error if you reload the Gutenberg page (perhaps also make sure you clear your browsers cache, as the 404 result may be cached there)?

    Thread Starter sjycool

    (@sjycool)

    @clorith,thanks for your reply,but it is none of cache’s bussiness…
    and now…the error change into “404 wp-json/wp/v2/” again….
    if possible,i want to provide you an account which can write a post in my website.

    • This reply was modified 6 years, 3 months ago by Marius L. J.. Reason: Removed credentials
    Moderator Marius L. J.

    (@clorith)

    If the errors are switching around like that, it sounds to me like a server issue, and it makes it a bit harder to track down. Are you using any external services like CDNs, CloudFlare, loadbalancers etc for this website?

    As for creating an account, I’d recommend removing that user, I redacted it fast, but the scrapers are generally faster than I am and it’s likely indexed in some search engine somewhere now, and poses a risk to your site. As per our Forum Guidelines, please do not offer login credentials (or accept to provide any when asked), it’s for the best for everyone ??

    Thread Starter sjycool

    (@sjycool)

    @clorith,thanks.
    and it seems like something wrong beacause of the theme u bought.
    when i switch to wordpress default theme,i can use gutenberg.

    so,thanks for you help,now just let me check it。

    thanks for your patience!!!!

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

    (@sjycool)

    now i have fixed this problem.
    sorry to trouble you…

    • This reply was modified 6 years, 3 months ago by sjycool.
    Moderator Marius L. J.

    (@clorith)

    It’s no trouble at all, what did you do to fix it, in case someone else has the same issue?

    Thread Starter sjycool

    (@sjycool)

    @clorith
    My theme blocks REST API and some other functions,and that leads to that problem

    After updating to Gutenberg 3.8.0, I’m now seeing this problem using the Twenty Seventeen theme (on WordPress 4.9.8).

    Coleen

    (@coleenh)

    I have the same problem using the theme Evolve. It was working perfectly with Evolve when I first started using Evolve, then about three days ago, something happened, and now – if I have Gutenberg activated and try to create a new page or new post – the page comes up completely blank – exactly like shown in the screenshot above. I thought updating Gutenberg with the newest update would fix the problem – but it doesn’t. I’ve had to completely deactivate it in order to be able to add new pages to my website! I can give my website url, but it won’t show the error because you have to be an admin trying to add a new page or new post. Has anyone else had this problem, and how do I solve it – other than NOT use Gutenberg any more?

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘When i write new post with gutenberg,the page is blank’ is closed to new replies.