The upgrade tag has no wiki summary.
0
votes
1answer
53 views
Upgrade Wordpress multisite to 3.5.1 problems
I'm upgrading multisite to 3.5.1 and it did not allow me to do automatic upgrading I see this message:
"To perform the requested action, WordPress needs to access your web
server. Please enter ...
9
votes
4answers
3k views
Cleanup uploads folder, Media Library db structure
I am doing an upgrade and cleanup of an old blog that started on Blogger.com, then moved to self-hosted WordPress 2.1, 2.3 and now 3.0. Images in the posts are scattered around: most of them are in ...
0
votes
3answers
94 views
How does WP decide how to evaluate database integrity
I've upgraded a handful of WPMU sites from 2.9 to WP3. I've never had problems with that process .. until today, when all of a sudden, one install tells me that the DB is missing some tables. The ...
6
votes
1answer
563 views
Real automated and unattended wordpress upgrade including plugins
I'm looking for a truly automated way to upgrade wordpress and its plugins, something that i could put in the crontab and configure it to run daily.
I have several wordpress plugins (>20) and a ...
3
votes
4answers
3k views
Site stuck in “Database Update Required” loop
I just updated to 3.1.3 and now when I go to the admin I get the "Database Update Required" /wp-admin/upgrade.php screen. I click 'Upgrade Now' and it says it's done, but then trying to access ...
1
vote
2answers
174 views
Media Content disapeared after upgrade WP core to 3.5.1
my Media -->Library content disappeared from the dashboard, but I still can see it inside my actual site folder.
Could anyone instruct me how to fix it?
Thank You
0
votes
1answer
171 views
How to prepare images for a layout width change?
I maintain a site that will get a new layout, with a new width for the content area (currently 390px, say 500px for the new width). Many images (but not all) are sized to the current width (some are ...
5
votes
5answers
273 views
How can I migrate a super old version (2.0) of my blog to 3.1?
I can't use any of the import plugins because of the older version -- so it's kind of a pain, plus the URL permalinks arent very optimal. Any ideas on how to do this? I'm afraid I'd have to do this ...
1
vote
1answer
119 views
“Upgrade Network” error: stuck with SSL certificate verification
When trying to update one Network/MU install, I got the following error.
Warning! Problem updating https://subdomain-A.example.com. Your server may not be able to connect to sites running on it. ...
1
vote
1answer
766 views
TinyMCE in Custom Metabox not loaded after upgrading from WP 3.1.4 to WP 3.2
I want something very simple: a custom metabox with a TinyMCE editor in it.
The following code help me achieve that easily in 3.1.4:
add_action( 'add_meta_boxes', 'add_metaname_box');
function ...
0
votes
2answers
63 views
Getting rid of files not used by latest upgrade
After doing a Wordpress upgrade I notice that there are some files that have an old creation date. Am I safe to delete these on the assumption that they were part of the previous release and so aren't ...
0
votes
1answer
169 views
Wordpress MU 2.9.2 to 3.0.5 changes to category.php
In the latest version of WP I see the category.php page is now using edit-tags.php.
The version Im running seems to have an issue with the search feature on this page whereas the new version doesnt. ...
0
votes
2answers
103 views
How to run a test WordpressMu to Wordpress3 update?
Currently I am running a wordpress MU site with ~100 blogs. It's Wordpress MU version 2.8.x
Because it was so heavily used, I was asked not to update to Wordpress 3 right away. The users are ...