• awosy

    (@awosy)


    My hosting has shut down our website because of following error:

    WordPress database error MySQL server has gone away for query INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘_transient__simple-calendar_feed_id_????_google’, ‘????’)

    (I replace some id and the value with ????)

    I think our value is just too big for mysql to handle.
    The value looks like all items on our calendar.
    I assume that this value is way too big to save, as our calendar is an international sport calendar with multiple detailed items almost every day. Why would you want to save this into the wordpress database?

    We only have this problem since the last update. (3.1.0)

    https://ww.wp.xz.cn/plugins/google-calendar-events/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    Sorry you are having an issue. I was able to reproduce this but only when I have WP_DEBUG on in my wp-config. Do you have that enabled also?

    I will try to narrow down the problem some more so we can get this running smoothly.

    Thread Starter awosy

    (@awosy)

    FYI: WP_DEBUG is false in my config

    Plugin Contributor Nick Young

    (@nickyoung87)

    Thanks for letting me know.

    Please see the answer here: http://stackoverflow.com/questions/11583352/php-mysql-server-has-gone-away

    That helped me in the meantime when I changed it. This is obviously not going to be our solution but hopefully this can help you for now until we can get it better optimized to not have to worry about that.

    Thread Starter awosy

    (@awosy)

    Any update? a new version was released, but i’m not sure this is resolved in it?

    Plugin Contributor Nick Young

    (@nickyoung87)

    Are you still receiving this same problem? Did you try changing the settings suggested above?

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

The topic ‘WordPress database error MySQL server has gone away for query’ is closed to new replies.