loudat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Database Update Required Infinite LoopFound a solution – for me at least:I changed the database number in
wp-includes\ version.phpMy hosting is with Webfusion and I upgraded to WordPress 3.8 when things went tits up.
First I attempted to follow the instructions in this very handy link.
http://www.clickonf5.org/2247/solution-database-upgrade-required/Essentially access your databse via whatever method your hosting providor offers.
Intructions on how to do this will probably be in a email from your hosting providor …somehwhere.If you’re stuck for a user name and password have a look inside your wordpress install via FTP. There’s a file there called wp-config.php
The Db username and Db password can be found in there
However when I tracked down suitable entry in phpMYadmin for updating the value of the databse version I din’t have permissions to edit it. Not sure why.
But I did get the value and write it down… in this case the database version was “25824”Then,
via FTP I went into the WP-Includes folder
found Verision.phpand edited the file so the values in version.php and the db_version entry in the database matched. So it looks like this
$wp_db_version = 25824
<?php /** * The WordPress version string * * @global string $wp_version */ $wp_version = '3.8'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ $wp_db_version = 25824 /**Then, hey presto, I was able to access my wordpress dashboard.
Hopefully this nonsense helps someone!
Forum: Fixing WordPress
In reply to: Database Update Required Infinite LoopI’m in the same boat here. I’ve tried all the advice in the previous posts and I’m still stuck in the loop?
Forum: Fixing WordPress
In reply to: RSS Feed Broken- Found Fault but need helpHugh !
Thanks so much for your help – it seems to have fixed the problem! I replaced all the PHP files APART from the config.php so as to preserve the DB credentials etc.
The only one I didn’t check was where the problem was. Doh. Thanks so much, i was very close to flattening the site and starting again. RSS feeds are fine, no more redirections and I have since updated to the latest wordpress so hopefully this will close the backdoor issue.
Thanks to Hugh,James, Rev Voodoo for your help….!!!
Really appreciate your help.
Thankyou again
JACKForum: Fixing WordPress
In reply to: RSS Feed Broken- Found Fault but need helpright hang on. I’ve managed to clean out everything that looked nast and malicious and the RSS Validator is still giving me nasty looks.
However, the issue with site redirection to
“http://onlineisdudescars.com/co.php”
is fixed and I seem to be feeding RSS out as I’m getting feeds from my website on google reader. Hmmm….
Forum: Fixing WordPress
In reply to: RSS Feed Broken- Found Fault but need helpHugh and James,
Thanks very much for your responses, I have tried your suggestions – (thanks so much) unfortunately – no dice.
I have tried deactivating then deleting all the plugins – no joy
I have deactivated and and then deleted all the theme other than 2010 – again no joy.
I have replaced every file in the wordpress folder (other than wp-content) with a fresh and shiny new copy from the wordpress servers…and I’m still stuck.
So I guess this points to something in the WP-CONTENT folder, I’ve picked my way through all the php files in WP-CONTENT looking for something that looks like :
<script src=”http://onlineisdudescars.com/co.php”></script>
But can’t find anything – is there anywhere else I can look ?
Is my database all up the spout perhaps?
Forgive my simple brains – i really need a helping hand hereForum: Plugins
In reply to: Media Library only sees files uploaded with Audio Playerthanks for the response! much appreciated