• Hello,
    After update to wordpress 5.0, I can’t publish any post at all. It keeps showing up Publishing failed error.
    Further more, I can’t make any setting changes at all. Whenever I click save in the Setting menu (Permalink, etc) it gives me error HTTP 500

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

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter ninhigan

    (@ninhigan)

    For the error HTTP 500, I managed to fix it, however, the gutenberg i can’t use publish/save draft. Therefore, I’ve installed to use the classic editor in the mean time

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    If you have a security plugin of any type, check its settings and make sure that it is not disabling the “REST API”. That API is necessary for the new editor to function properly.

    same problem here

    Same problem here

    i already check with Health Check

    de debug tab say.

    
    				### WordPress ###
    
    Version: 5.0
    Language: en_US
    Permalink structure: /%postname%/
    Is this site using HTTPS?: Yes
    Can anyone register on this site?: No
    Default comment status: open
    Is this a multisite?: No
    User Count: 1
    Communication with www.ads-software.com: www.ads-software.com is reachable
    Create loopback requests: The loopback request to your site completed successfully.
    
    ### Installation size ###
    
    Uploads Directory: 2.06 MB
    Themes Directory: 4.18 MB
    Plugins Directory: 2.90 MB
    Database size: 765.65 KB
    Whole WordPress Directory: 44.09 MB
    Total installation size: 44.84 MB
    
    ### Active Theme ###
    
    Name: Twenty Nineteen
    Version: 1.0
    Author: the WordPress team
    Author website: https://www.ads-software.com/
    Parent theme: Not a child theme
    Supported theme features: automatic-feed-links, title-tag, post-thumbnails, menus, html5, custom-logo, customize-selective-refresh-widgets, wp-block-styles, align-wide, editor-styles, editor-style, editor-font-sizes, editor-color-palette, responsive-embeds, widgets
    
    ### Other themes (3) ###
    
    Twenty Fifteen (twentyfifteen): Version 2.1 by the WordPress team
    Twenty Seventeen (twentyseventeen): Version 1.8 by the WordPress team
    Twenty Sixteen (twentysixteen): Version 1.6 by the WordPress team
    
    ### Must Use Plugins (1) ###
    
    Health Check Troubleshooting Mode: Version 1.5.0
    
    ### Active Plugins (2) ###
    
    Chauffeur Booking System for WordPress: Version 3.4 by QuanticaLabs
    Health Check & Troubleshooting: Version 1.2.2 by The www.ads-software.com community
    
    ### Inactive Plugins (2) ###
    
    Akismet Anti-Spam: Version 4.1 by Automattic
    Hello Dolly: Version 1.7 by Matt Mullenweg
    
    ### Media handling ###
    
    Active editor: WP_Image_Editor_GD
    Imagick Module Version: Imagick not available
    ImageMagick Version: Imagick not available
    GD Version: bundled (2.1.0 compatible)
    Ghostscript Version: 9.07
    
    ### Server ###
    
    Server architecture: Linux 3.10.0-714.10.2.lve1.5.17.1.el7.x86_64 x86_64
    PHP Version: 7.2.12 (Supports 64bit values)
    PHP SAPI: litespeed
    PHP max input variables: 2000
    PHP time limit: 600
    PHP memory limit: 512M
    Max input time: 600
    Upload max filesize: 128M
    PHP post max size: 128M
    cURL Version: 7.60.0 OpenSSL/1.0.2k
    SUHOSIN installed: No
    Is the Imagick library available: No
    htaccess rules: Your htaccess file only contains core WordPress features
    
    ### Database ###
    
    Extension: mysqli
    Server version: 10.1.36-MariaDB-cll-lve
    Client version: 10.1.37-MariaDB
    Database prefix: wpk2_
    
    ### WordPress Constants ###
    
    ABSPATH: /home/aoqfyekd/bookings.pimax.xyz/
    WP_HOME: Undefined
    WP_SITEURL: Undefined
    WP_DEBUG: Disabled
    WP_MAX_MEMORY_LIMIT: 512M
    WP_DEBUG_DISPLAY: Enabled
    WP_DEBUG_LOG: Disabled
    SCRIPT_DEBUG: Disabled
    WP_CACHE: Disabled
    CONCATENATE_SCRIPTS: Undefined
    COMPRESS_SCRIPTS: Undefined
    COMPRESS_CSS: Undefined
    WP_LOCAL_DEV: Undefined
    
    ### Filesystem Permissions ###
    
    The main WordPress directory: Writable
    The wp-content directory: Writable
    The uploads directory: Writable
    The plugins directory: Writable
    The themes directory: Writable
    The Must Use Plugins directory: Writable
    
    

    Same problem here…

    [x] The REST API request failed due to an error.
    Error encountered: (0) cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received

    Page has more than 1000 posts (cpts).

    In “quickedit” it works well.

    I’m using the classic editor!

    • This reply was modified 5 years, 11 months ago by Pixelbart.
    • This reply was modified 5 years, 11 months ago by Pixelbart.
    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    Error encountered: (0) cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received

    This indicates a different kind of problem. There’s a number of things that can cause this, and other plugins are one of them.

    Make sure you’re not running any other plugins. See which of them might be causing the problem.

    Since I needed a quick solution to the problem I had to solve it with this. While it is not the right thing, but a better solution does not exist currently, unfortunately.

    Action: admin_head

    $("#publish, #original_publish").click(function() {
      $("#post").submit();
    });

    Plugins:

    The SEO Framework
    Search Everything
    Health Check & Troubleshooting
    Custom Post Type UI
    Classic Editor
    Advanced Custom Fields PRO

    I have the same issue, and it was upgraded to 5.0.3 yesterday and still the same fault. I have a plugin (WiseChat), I thought it was because of that. But deactivated the plugin, and I still have issues with inserting new posts, updating and changing them.

    Btw, @pixelbart did you fix your issue? And if you did how can I add that code to see if that resolves my issue?

    @olelasse with the latest wp core update, the issue was solved. My “fix” does not work anymore.

    Oh, and clear your browsers cache. It’s all javascript magic.

    @pixelbart Pitty. Tried different browsers, and different computers. Same error everywhere. If I create a new blog post, or edit an exisisting I get the error “Update failed” (directly translated from my language).

    And since we both use the same version 5.0.3, maybe we don’t have the same basis of error.

    @olelasse Which messages are in your browser console? (F12 in Chrome, Q in Firefow)

    • This reply was modified 5 years, 10 months ago by Pixelbart.

    I was getting the same error and I fixed installing the “Classic Editor” plug in. I hope this helps

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Publishing fail after update to wordpress 5.0’ is closed to new replies.