amitk
Forum Replies Created
-
Forum: Plugins
In reply to: lastn posts in sidebarExcellent. It worked Thanks Podz
Forum: Fixing WordPress
In reply to: WordPress database errorAlright where is the $1 mill. I might try it then 🙂
Forum: Fixing WordPress
In reply to: WordPress database errorangsuman, thanks! I am not sure i want to try that in a hurry but will soon when i have test blog to experiemnt with. Thanks again!
A repair wasn’t necessary like I said before all I had to do was take off the plugin and all was back to normal. But thats macmanx 🙂 for whatever the reason it was that one plugin that didn’t work well under the given circumstance. Must admit the repair link has good tutorials. Thanks again!
Forum: Fixing WordPress
In reply to: WordPress database errorHi angsuman, I modified the message only with my own custome message. Other than that the code was not touched at all.
Forum: Fixing WordPress
In reply to: WordPress database errorSure thing I have subscribed to the RSS! Thanks.
Must say that when I installed the plug in and activated it it did work the way it should but after I deactivated it. It never even showed in my plugins panel. Soon I deleted the file through FTP all was good!
Forum: Fixing WordPress
In reply to: WordPress database errorGuess what I figured it out … I had installed ‘time unavailable’ plug in…. and it screwed up the DB. Not good. Remove that plug in from Codex people. There should be zero tolerance for bad coding!
The bit that seems to caused the problem.
// DO NOT MODIFY BELOW THIS LINE
if(!strstr($_SERVER[‘PHP_SELF’], ‘feed/’) && !strstr($_SERVER[‘PHP_SELF’], ‘wp-admin/’)) {
echo $message.'<br/>Plugin provided by Taragana‘;
exit();
} else if(strstr($_SERVER[‘PHP_SELF’], ‘feed/’) || strstr($_SERVER[‘PHP_SELF’], ‘trackback/’)) {
$retry_after = $retry_after * 60;
header(“HTTP/1.0 503 Service Unavailable”);
header(“Retry-After: $retry_after”);
exit();
}
?>