• I’m not sure what happened, but for the last few months my site has been experiencing a ‘too many connections error.’ I’ve spoken with my host and they have tracked the culprit down to ‘wp_dailytopten’

    Have other people experienced this issue and if so, what’s the best fix for it? I’m including some of the error messages below.

    [02-Mar-2015 14:44:03 UTC] PHP Warning: Missing argument 2 for wpdb::prepare(),
    called in /home/insig/public_html/wp-content/plugins/akismet/akismet.php on
    line 490 and defined in /home/insig/public_html/wp-includes/wp-db.php on line
    992
    [05-Mar-2015 15:09:05 UTC] PHP Warning: Missing argument 2 for wpdb::prepare(),
    called in /home/insig/public_html/wp-content/plugins/akismet/akismet.php on
    line 490 and defined in /home/insig/public_html/wp-includes/wp-db.php on line
    992
    [11-Mar-2015 01:01:34 UTC] WordPress database error MySQL server has gone away
    for query SELECT option_value FROM wp_options WHERE option_name =
    ‘akismet_comment_nonce’ LIMIT 1 made by require(‘wp-blog-header.php’),
    require_once(‘wp-load.php’), require_once(‘wp-config.php’),
    require_once(‘wp-settings.php’), include_once(‘/plugins/akismet/akismet.php’),
    get_option
    [11-Mar-2015 01:01:36 UTC] WordPress database error MySQL server has gone away
    for query SHOW TABLES LIKE ‘wp_dailytopten’ made by
    require(‘wp-blog-header.php’), require_once(‘wp-load.php’),
    require_once(‘wp-config.php’), require_once(‘wp-settings.php’),
    do_action(‘init’), call_user_func_array, jal_install
    [11-Mar-2015 01:01:39 UTC] WordPress database error MySQL server has gone away
    for query CREATE TABLE wp_dailytopten (
    id mediumint(9) NOT NULL AUTO_INCREMENT,
    time date DEFAULT ‘0000-00-00’ NOT NULL,
    postnum int NOT NULL,
    postcount int DEFAULT ‘0’ NOT NULL,
    UNIQUE KEY id (id)
    )
    made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’),
    require_once(‘wp-config.php’), require_once(‘wp-settings.php’),
    do_action(‘init’), call_user_func_array, jal_install, dbDelta
    [11-Mar-2015 01:01:39 UTC] WordPress database error MySQL server has gone away
    for query SHOW TABLES LIKE ‘wp_dailytoptenall’ made by
    require(‘wp-blog-header.php’), require_once(‘wp-load.php’),
    require_once(‘wp-config.php’), require_once(‘wp-settings.php’),
    do_action(‘init’), call_user_func_array, jal_install
    [11-Mar-2015 01:01:40 UTC] WordPress database error MySQL server has gone away
    for query CREATE TABLE wp_dailytoptenall (
    id mediumint(9) NOT NULL AUTO_INCREMENT,
    postnum int NOT NULL,
    postcount int DEFAULT ‘0’ NOT NULL,
    UNIQUE KEY id (id)
    )
    made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’),
    require_once(‘wp-config.php’), require_once(‘wp-settings.php’),
    do_action(‘init’), call_user_func_array, jal_install, dbDelta

Viewing 2 replies - 1 through 2 (of 2 total)
  • Well, for starters, this plugin doesn’t appear of have been updated in over 2 years, so that could be a big part of the issue.

    I would normally tell you to post in their support section, but it’s long been abandoned, so I’d look into another plugin altogether.

    Thread Starter xsteve

    (@xsteve)

    Yeah, I know it hasn’t been updated. It was working fine though and then, all of a sudden, I started getting all these errors. I figured a new plugin was my best option, but thought I would check on here just to see if anyone else has come across this issue. Thanks for the confirmation, Chris.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Daily Top Ten Database Error’ is closed to new replies.