Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » New Versions, & Updating »

[SOLVED] Best Upgrade Procedure -- WP 2.7.1 to WP 3.1, Atahualpa 3.3.3 to 3.6.x???


  #1  
Old Mar 21, 2011, 01:22 PM
fromtheranks
 
149 posts · Apr 2009
Dev Env't: XP Pro SP3, IIS 5.1, MySQL 5.1, PHP 5.2.x, WP 2.7.1, Atahualpa 3.3.3, IE 7, FF 3.0.x
My site (www.fromtheranks.com) has been up for some time but I've been terribly remiss (due to time constraints -- working and moving, twice) in doing necessary upgrades. I also recently had to move everything over to a new host, as my old one went belly up.

As you can see in the Title I'm still on WP2.7.1. and Atahualpa 3.3.3.

Trying to sort through and sort out the various posts here and on the WP site has left me with a very unclear picture on the best route through the upgrade process (other than be sure to back up my database and wp_content folder; of course).

My questions are (my initial questions are):

1. Should I upgrade WP to 3.1 first, then upgrade Atahualpa? Or vice versa?
  • If I upgrade WP first, will Atahualpa 3.3.3 run on it?
  • If I upgrade Atahualpa first, will 3.6.x run on 2.7.1?

2. When upgrading Atahualpa, what I've read suggests creating a separate theme folder, which makes sense. Except. Does this mean that I have to manually set up Atahualpa 3.6.x from scratch? There are a lot of settings and CSS code in my current version that would be rather time consuming to port over manually. If I have to I have to but I'm curious if the upgrade process actually reads the prior version and ports it over automatically.

3. Any known issues in upgrading directly through so many versions?

4. Finally, for now, I ran across a post somewhere that recommended uninstalling all of the widgets and plugins before upgrading WP. Is this correct?

Don
  #2  
Old Mar 21, 2011, 01:33 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
I would do this in stages
1) backup your database
2) manually install Atahualpa 353 and 364 (more about this later) see HOWTO: upgrade Atahualpa to a new version
3) upgrade Wp to 3.1
4) activate 353 see if it's ok (should be)
5) activate 3.6.4 see if it works - ou may hit the Suhosin issue so you can fall back to 353 if you do.

You can have all three versions in the theme picker, just put them in different folders.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Mar 21, 2011, 01:42 PM
fromtheranks
 
149 posts · Apr 2009
Dev Env't: XP Pro SP3, IIS 5.1, MySQL 5.1, PHP 5.2.x, WP 2.7.1, Atahualpa 3.3.3, IE 7, FF 3.0.x
Juggledad,

Nice to hear from you again. This makes sense as a strategy.

Followup Questions:

1. Is 3.5.3. the last stable release?
2. Since they're in separate folders I can but assume I'll have to manually reconfigure it with my 3.3.3 settings and CSS code?

Don
  #4  
Old Mar 21, 2011, 01:46 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Quote:
1. Is 3.5.3. the last stable release?
yes and no, it depends on if you run into the suhosin issue
Quote:
2. Since they're in separate folders I can but assume I'll have to manually reconfigure it with my 3.3.3 settings and CSS code?
Nope, all the atahualpa settings are in the database. The only thing you will need to do is copy any header images into the 'atahualpa/images/header' folder and get rid of the default ones.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Mar 21, 2011, 01:51 PM
fromtheranks
 
149 posts · Apr 2009
Dev Env't: XP Pro SP3, IIS 5.1, MySQL 5.1, PHP 5.2.x, WP 2.7.1, Atahualpa 3.3.3, IE 7, FF 3.0.x
Juggledad,

Ahhh-hahhh! I was "assuming" (and we know what that does) that Atahualpa would be identified, in the database, by version number, too, such that the settings would be in separate records. Good to know.

One more follow-up, if I may, on the subject of un-installing widgets/plug-ins before doing the upgrade to WP3.1? Is that necessary? Or is best practice to:
  1. record the settings for each widget/plug in,
  2. uninstall them all,
  3. do the WP upgrade,
  4. track down new versions (if they exist) of each widget/plug-in
  5. install each widget/plug-in
Don
  #6  
Old Mar 21, 2011, 04:28 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Actually there is a difference in how Atahualpa stores the options from 3.3.3 to (I believe it was) 3.4.7 - starting then, instead of having a row for each option, now all the options are stored in one row meaning there is just one database call to fetch them all. But all releases since 3.4.7 use the same row.

the recommendation by WordPress, is to deactivate all plugins prior to doing an upgrade. Then reactivate and update them as needed. You shouldn't need to record any settings for widgets since they also store their options in the database.

Since you have a database backup (you do right) you can just try updating. FY!, a couple months ago I updates someone from WP 2.6 to 3.1 and Atahualpa 3.3.4 to 3.56.3 with no issues.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #7  
Old Mar 21, 2011, 05:10 PM
fromtheranks
 
149 posts · Apr 2009
Dev Env't: XP Pro SP3, IIS 5.1, MySQL 5.1, PHP 5.2.x, WP 2.7.1, Atahualpa 3.3.3, IE 7, FF 3.0.x
Goodness. Learning all sorts of interesting things today. I was busily taking screen shots of all of the plugin settings and dumping them into a Word doc, when your reply popped up.

As you might guess, there is one follow up question:

Quote:
Actually there is a difference in how Atahualpa stores the options from 3.3.3 to (I believe it was) 3.4.7 - starting then, instead of having a row for each option, now all the options are stored in one row meaning there is just one database call to fetch them all. But all releases since 3.4.7 use the same row.
To make sure I am understanding correctly, 3.3.3 is storing its settings in multiple rows. Yes? Looking at the _options table via phpMyAdmin suggests this is the case as there are multiple bfa_ entries.

So, in the process of upgrading to 3.5.3 +, which is in single rows, will I, this one time, have to manually move all of my config settings and CSS code over? Or. The first time I install and run 3.5.3 will it read the multiple rows and concatenate them into one?

Don
  #8  
Old Mar 21, 2011, 05:22 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
the way it works is that when you activate 3.5.3, it will look for the 'bfa_ata4' row in the db, if it doesn't find it, it will look for the 'old' bfa' rows and build the 'bfa_ata4' row for future use.

If it was a new install and didn't find either, it would build the 'bfa_ata4' row from the defaults'
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #9  
Old Mar 21, 2011, 05:33 PM
fromtheranks
 
149 posts · Apr 2009
Dev Env't: XP Pro SP3, IIS 5.1, MySQL 5.1, PHP 5.2.x, WP 2.7.1, Atahualpa 3.3.3, IE 7, FF 3.0.x
Excellent news! Thank you Juggledad! Expect a little something in your donation mail.

Don

Bookmarks

Tags
upgrade 333, upgrade wp 2.7.1

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Atahualpa, misstatement after upgrade altenberg New Versions, & Updating 4 Mar 18, 2011 09:51 AM
[SOLVED] Still having problems with upgrade from Atahualpa 3.5.3 to 3.6.4 threedogmoon New Versions, & Updating 17 Mar 2, 2011 09:56 PM
After Atahualpa upgrade 3.4.6 to 3.5.1: Atahualpa option page problem Haser New Versions, & Updating 13 Jun 6, 2010 10:37 AM
Upgrade Atahualpa 3.3.3 to 3.4.6 and H2 spacing alisonkerr New Versions, & Updating 1 Mar 16, 2010 03:54 PM
Upgrade from Atahualpa 3.3.2 to 3.4 coaxkid New Versions, & Updating 3 Oct 7, 2009 05:24 AM


All times are GMT -6. The time now is 11:29 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.