• After updating to the latest version of wordpress the field of customizing CSS keeps sending me this error message and I can not even save the draft as less publish.

    Can you help me?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @vitorstefanocoelho

    Hope all is well!

    Please share here full error that is showing on your site. Also, run a quick test for conflict with a plugin and a theme; deactivate all plugins, switch to a default WordPress theme and check if the error is still showing up. If everything is well, start activating one plugin at the time, each time testing if the error is back.

    Hope this helps!

    Cheers,
    Nastia

    Thread Starter vitorstefanocoelho

    (@vitorstefanocoelho)

    The error seems to be in customize.php every time I try to post it it gets me this error json_parse_error
    I have already disabled all plugins, installed a default wordpress theme and the error continues.
    Follow the print of the problem: http://ap.imagensbrasil.org/image/d7nwRW

    Hello @vitorstefanocoelho

    Please enable WordPress debugging by putting the following to the wp-config.php file:

    
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    

    Make sure that you insert these lines above /* That's all, stop editing! Happy blogging. */ line. Reproduce the error after this; this way all errors will be saved in the debug.log file inside the /wp-content/ directory. Check the debug.log for errors.

    Also if the PHP version that is running on your site is lower then 7.0, please upgrade it.

    Cheers,
    Nastia

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘json_parse_error’ is closed to new replies.