• Anonymous User 16451650

    (@anonymized-16451650)


    So, I’ve fresh installed WordPress 3 times but still to no avail.

    I keep getting an error:

    ‘load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=4.9.8:9 JQMIGRATE: Migrate is installed, version 1.4.1

    /wp-includes/js/tinymce/themes/modern/theme.min.js?wp-mce-4800-20180716:1 Failed to load resource: the server responded with a status of 400 (Bad Request)’

    I have tried disabling all plugins but didn’t work.
    I have tried WordPress health check but also didn’t work.
    I have tried installing the classic editor but still wont work.

    I cant create anything with text due to this bug. I do not wish to use Gutenberg as some features on the admin dashboard e.g. Ginger cookie plugin uses TinyMCE to input text but wont work also due to the error stated above. Any help is appreciated, starting to pull my hair out.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Have you tried with a default Twenty* theme?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please ask your host if they might be doing any filtering of traffic with mod_secure or something like that.

    Also, please install the health check plugin and report back the findings from the debug tab: https://www.ads-software.com/plugins/health-check/

    Thread Starter Anonymous User 16451650

    (@anonymized-16451650)

    @sterndata @jaycbrf

    I have tried a default theme but to no luck.

    I will email my hosting and let you know, the health check output is as follows:

    
    				### WordPress ###
    
    Version: 4.9.8
    Language: en_GB
    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 failed, this may prevent WP_Cron from working, along with theme and plugin editors.<br>Error encountered: (0) cURL error 60: SSL certificate problem, verify that the CA cert is OK. Details:
    error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
    
    ### Installation size ###
    
    Uploads directory: 3.26 MB
    Themes directory: 4.41 MB
    Plugins directory: 15.07 MB
    Database size: 355.12 KB
    Whole WordPress Directory: 49.35 MB
    Total installation size: 49.70 MB
    
    ### Drop-ins ###
    
    advanced-cache.php: Advanced caching plugin.
    
    ### Active theme ###
    
    Name: Twenty Seventeen
    Version: 1.7
    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, post-formats, custom-logo, customize-selective-refresh-widgets, editor-style, starter-content, custom-header, widgets
    
    ### Other themes (2) ###
    
    Origin (origin): Version 0.6.0 by AlienWP
    Type (type): Version 1.1.0 by Design Lab
    
    ### Active Plugins (1) ###
    
    Health Check & Troubleshooting: Version 1.2.1 by The www.ads-software.com community
    
    ### Inactive Plugins (8) ###
    
    Akismet Anti-Spam: Version 4.0.8 by Automattic
    Coming soon and Maintenance mode WpDevArt: Version 3.0.7 by wpdevart
    Contact Form 7: Version 5.0.4 by Takayuki Miyoshi
    Ginger - EU Cookie Law: Version 4.2 by Manafactory
    Hupso Share Buttons for Twitter, Facebook & Google+: Version 4.2.0 by kasal
    Speedy Page Redirect: Version 0.4.1 by Geert De Deckere
    SSL Insecure Content Fixer: Version 2.7.0 by WebAware
    Yoast SEO: Version 8.2 by Team Yoast
    
    ### 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: 8.70
    
    ### Server ###
    
    Server architecture: Linux 2.6.18-417.el5 x86_64
    PHP Version: 5.5.18 (Supports 64bit values)
    PHP SAPI: cgi-fcgi
    PHP max input variables: 1000
    PHP time limit: 30
    PHP memory limit: 256M
    Max input time: 60
    Upload max filesize: 2M
    PHP post max size: 8M
    cURL Version: 7.15.5  OpenSSL/0.9.8b
    SUHOSIN installed: No
    Is the Imagick library available: No
    Htaccess rules: Your htaccess file only contains core WordPress features
    
    ### Database ###
    
    Extension: mysqli
    Server version: 5.1.63-community-log
    Client version: mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $
    Database prefix: wp_
    
    ### WordPress constants ###
    
    ABSPATH: hiding******
    WP_HOME: Undefined
    WP_SITEURL: Undefined
    WP_DEBUG: Disabled
    WP_MAX_MEMORY_LIMIT: 256M
    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
    
    ### File system permissions ###
    
    The main WordPress directory: Writable
    The wp-content directory: Writable
    The uploads directory: Writable
    The plugins directory: Writable
    The themes directory: Writable
    
    
    • This reply was modified 6 years, 2 months ago by Anonymous User 16451650.
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I note a couple of things from this:

    >> Create loopback requests: The loopback request to your site failed, this may prevent WP_Cron from working, along with theme and plugin editors.<br>Error encountered: (0) cURL error 60: SSL certificate problem, verify that the CA cert is OK. Details:
    error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed <<

    It appears you’re using an invalid SSL certificate.

    >> cURL Version: 7.15.5 OpenSSL/0.9.8b <<

    Your host’s version of curl and openSSL is way out of date.

    Both are things to address with your host.

    Thread Starter Anonymous User 16451650

    (@anonymized-16451650)

    @sterndata Do you think this is the reason why i cant use the e.g. text editor?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I’m not sure.

    Thread Starter Anonymous User 16451650

    (@anonymized-16451650)

    @sterndata

    i recently updated my site to use SSL, although my hosting wasnt very helpful about this. One thing i notice with the error is >

    if i use this url:

    https://paulfoleyblogs.com/wp-includes/js/tinymce/themes/modern/theme.min.js?wp-mce-4800-20180716

    I get an error, however if i add a “=” at the end it works fine e.g.>

    https://paulfoleyblogs.com/wp-includes/js/tinymce/themes/modern/theme.min.js?wp-mce-4800-20180716=

    This all seemed to happen after the 4.9.8 update

    • This reply was modified 6 years, 2 months ago by Anonymous User 16451650.

    Hi.

    I was suffering from the same trouble, but in my case the cause was WAF.
    I hope it will help resolve.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘WordPress & TinyMCE’ is closed to new replies.