SilverWav's Journal

The best is yet to come…

Posts Tagged ‘wordpress

Note: WordPress upgrade loop fix “Database Upgrade Required”

leave a comment »

Looked all over but this guy saved the day!

Solution for WordPress WP-Options Issue – Database Upgrade Required

This is a problem related with a table named as “WP_Options” of WordPress database. The wp_options table contains some general information related to the blog which appears in the setting tab of admin. It also contains some information about the plug-in installed for the blog.

The Option Name db_version in WP_Options table is not equal to the field wp_db_version of version.php. You can have a look at the Version.php located under wp-include folder of your wordpress blog.

My db said 22441 so I changed my version.php to match.

I just needed to get in to Admin so I could do an export, so this did the trick :-)

______________________________

Details:

54 db_version 22441 yes

______________________________

”’db_version”’ for WordPress releases:
3.9 = 27916
3.8.3 = 26691
3.8.2 = 26691
3.8.1 = 26691
3.8 = 26691
3.7.1 = 25824
3.7 = 25824
3.6.1 = 22448
3.6 = 22448
3.5.2 = 22442
3.5.1 = 22441
3.5 = 22441

______________________________
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 27916;

Written by SilverWav

April 21, 2014 at 9:59 pm

Posted in Notes

Tagged with

Note: Adding Blank Lines in WordPress

leave a comment »

<div style="height:20px;"></div>
<p>&nbsp;</p>
</b>

Written by SilverWav

May 8, 2010 at 8:35 pm

Posted in Notes

Tagged with ,