caltman
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Sudden Increase in Memory Consumption with Multisite InstallI am using Apache with mod_php. Php Version 5.3.3
I wrote a custom plugin for this site that listens for an AJAX request, queries the DB, and displays new content on the home page based on the user clicking on a Google Map. I am going to analyze and rewrite the query because it is the only unique feature of the site.
This is the site: http://cpex.org
Forum: Installing WordPress
In reply to: Updated to 2.7.1 but stills notice me of a new updateYes, I ran upgrade.php and the message was “No Upgrade Required Your WordPress database is already up-to-date!”
Forum: Installing WordPress
In reply to: Updated to 2.7.1 but stills notice me of a new updateThis seems to be the problem. In wp_options database table, this value needs to change from:
O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":5:{s:8:"response";s:7:"upgrade";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"package";s:40:"http://wordpress.org/wordpress-2.7.1.zip";s:7:"current";s:5:"2.7.1";s:6:"locale";s:5:"en_US";}}s:12:"last_checked";i:1234808103;s:15:"version_checked";s:3:"<strong><em>2.7</em></strong>";}to
2.7.1I made the change manually, will this break things?
Why would this field not update automatically?Forum: Installing WordPress
In reply to: Updated to 2.7.1 but stills notice me of a new updateI do not overwrite or re-create my wp-config.php file, but I added the “s” to the url string. I checked the changelog to verify that is the only change to the config file.
I am sure I have 2.7.1, I downloaded it from wordpress.org/download and I checked version.php.
I also looked at http://core.trac.wordpress.org/ticket/8729 which is kind of similar but I am using the English version. Also, this bug seems to be related to 2.7
Any thoughts? And thank you for the help.
Forum: Installing WordPress
In reply to: Updated to 2.7.1 but stills notice me of a new updateI updated to 2.7.1 manually, verified $wp_version = ‘2.7.1’, but the upgrade banner still displays.
What is even more annoying is that on the dashboard, in the Right Now panel, I see this message “You are using WordPress 2.7.1.” and immediately to the right of it is the button “Upgrade to 2.7.1”.
I also upgrade Reveal ID plugin but still get the notification to upgrade plugin.
Any thoughts?