Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter sean65

    (@sean65)

    Thank you for the response. I was hoping to enter this into the product as a standard feature.

    The error still exists. I just got it.

    upgrading to 2.7.1 fixed this issue for me, so I’m not clear as to what my issue was… fixed, though, so I’m happy. Now I can update my other sites.

    I have this same problem. Quite annoying. I’ve not upgraded my other sites due to this issue.

    I suspect this has something to do with jQuery 1.2.6 and I’ve been unable to roll back to 1.2.3 successfully.

    Thread Starter sean65

    (@sean65)

    I have not customized the admin section. I did find that NextGen gallery was sourcing jQuery 1.2.6 and it was colliding with the admin section inclusion of jQuery, though I’m unsure why.

    By deactivating NGG I now have access to the Help and Screen Options drop downs, but still no sidebar menu. It’s really frustrating.

    sean65

    (@sean65)

    I haven’t used this yet, but I’m planning to because I need to bulk import users into my WP database.


    https://www.dagondesign.com/articles/import-users-plugin-for-wordpress

    I just want to add my experience to this upgrade mess.

    I originally loaded up WP v2.0.2 which was available from my hosting company, but prior to beginning any theme development, I loaded up v2.3 and ran upgrade.php. Everything was great.

    I took a theme (green field or something like that) and modified it to fit my needs.

    I launched my site last Thursday night. Of course, I then see the notification for a new release candidate that supposedly fixes some bugs and introduces taxonomy changes.

    I loaded it up and transferred the code to my web server. Crash.

    I had an events calendar plugin that was failing. I went into the plug in code and commented out the failing function and I was then able to access my admin panel. Ok, deactivate the plugin and try again.

    At that point I ran the upgrade.php script and it ran quickly. I could now access my site, but there were errors in my category and page listing splashes.

    I dug into the code and found that the categories were transformed into taxonomies and the underlying schema had been modified as well. For whatever reason, I also found that my pages had been converted to posts!

    Ok, this update sucked.

    I found my old 2.3 zip file and unpacked the code. Next, overwrite the code on my web server with 2.3.0 code. Last, go into phpmyadmin and:

    1) retrieve the IDs of the posts that were actually pages and update the column (post_status, I think) to be ‘static’. Now my pages were back.

    2) rather than reverse the DB conversion to rebuild my categories table, I simply went back into the admin panel, created new categories, and then updated my posts (I only had 3, but if I had a year’s worth, I would’ve been pissed).

    I’ve put a decent amount of work into modifying the theme I’m using, so I’m not about to dump it. My next plan of action is to copy my site’s directory into a test bed directory, load up the 2.3.1 code, and then spend some time fixing all the bugs. At first glance, it appears that I’ll need to modify my theme’s code to work with taxonomies instead of categories, so it might not be so bad.

    It’s a good lesson I’ve learned, though… never trust an update.

Viewing 7 replies - 1 through 7 (of 7 total)