• Resolved Emmageddon

    (@emmageddon)


    Hi there, since the recent updates to Hummingbird I’ve been getting the following error message: SyntaxError: JSON Parse error: Unexpected EOF whenever I try to use the Advanced Tools.

    Anyone else?

    Any help gratefully received. It’s not affecting the main “clear cache” button but anything from Advanced Tools just gives me this message.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @emmageddon,

    This has already been reported and will be fixed in the upcoming update.

    Best regards,
    Anton

    Thread Starter Emmageddon

    (@emmageddon)

    Hi @vanyukov

    Sorry about that. I did have a little look but couldn’t find anything specific to the issue before I posted. Good to hear that the issue is being worked on for the next update though.

    Mucha appreciated.

    I’ve been experiencing this error too for weeks now. Do you know when the next update will be and when this will be addressed?

    Thread Starter Emmageddon

    (@emmageddon)

    @missfrosty1 – yes it’s been a while. Absolutely understand some updates can take time.

    @vanyukov do we have an update on this? It’s been a month since it was brought up – not able to do anything but remove the old cache – all revisions etc can not be cleared without the error happening. Appreciate any news as to where you guys are in terms of an update to fix this error. Thank you in advance.

    • This reply was modified 5 years, 4 months ago by Emmageddon.

    @missfrosty1, @emmageddon,

    The release is being tested at the moment. It takes time to prepare a release, as it’s not just about fixing this issue, but also testing out new features and making sure that the update does not break anything.

    I can provide you with steps to manually fix the issue. In file the plugin folder in file core/modules/class-advanced.php on line 305 right after

    } else {
    	$items = $this->delete( $sql[ $type ], $type );
    }

    add

    wp_cache_delete( "wphb_db_optimization:{$type}" );

    and in same file on line 336 before

    $entries = $wpdb->get_col( $sql ); // Db call ok; no-cache ok.

    add

    wp_cache_flush();

    Best regards,
    Anton

    Thread Starter Emmageddon

    (@emmageddon)

    Hi @vanyukov – thank you for the update, it is appreciated. It had just been a while since there had been an update to this issue since my initial post, so hopefully you can understand the need for a follow-up.

    But, as I said in my post over the weekend “Absolutely understand some updates can take time….Appreciate any news as to where you guys are in terms of an update to fix this error.”

    So all good, just glad to have an update. ??

    Also I will give that “fix” a go over the next day or so (just getting back into work after some holiday time). Will let you know if that sorts he issue for the time being.

    Thank you again for the update.

    • This reply was modified 5 years, 4 months ago by Emmageddon.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Strange error message: SyntaxError: JSON Parse error: Unexpected EOF’ is closed to new replies.