Fundamental Website Setup Links

Cool Gadgets

Advertising

Use Our RSS Feed

XML Feed

Support Open Source Development

Advertising

Need More Help?

I'm available to provide advanced support for website setup or development using Wordpress or many other CMS systems. Please email me with a description of what you would like done and I can get back to you with a price range for my services.

Sponsors

Advertising



The Coming Flamestorm of Wordpress 2.5

March 18th, 2008 by harknell

Hi everyone, A preview version of Wordpress 2.5 has been posted at the Wordpress.org website and from what I see after trying it out I expect to see a major flameup of epic proportions on their forum after it gets released. The most obvious and major issue is any plugin that adds fields to the database will almost certainly fail to work right in the new version unless updated specifically for it. They have altered the way plugin activation works–developers, you will need to specifically declare any global variables used in your activation function during table activation and creation to be global outside of the function (not just within it). This is not normally required and I highly doubt any current plugins do this–so they will all most likely fail to install their tables properly.

This points to one major issue I see with the Wordpress development team–they have a very limited acceptance of the idea of backward compatibility. Starting with version 2.2 they have released new major versions that actively break backward compatibility on a wide range of plugins and themes. While I understand that this is sometimes needed for security reasons, in these cases it was simply because they redesigned the way something worked. This is where a “compatibility mode” or some other backward compatibility mode is really required.

In my plugin AWSOM Pixgallery I recently released a new version (4.5.x) that also saw a redesign of the way something works: image and gallery captions. What did I do? I added in a new setting called “Legacy Mode” that can be turned on to display captions in the old manner. It’s a crutch until people who are upgrading have time to update their captions to the new system. Actually, you don’t HAVE to ever update your captions, but in some cases some new features will require the new system to be operating to work–but that’s an option for the admin, not a requirement.

The real problem with this system of forced change is that it actively pushes people to NOT upgrade. Many Wordpress users are not technical people. They don’t know, and don’t have time or want to know, how to go in and edit their theme files or plugins. In a perfect world every plugin writer would upgrade their stuff immediately, but in some cases plugins are no longer being developed, so they won’t get upgrades. This becomes a major issue when security upgrades are also involved, since many users who won’t upgrade now get left with insecure older versions of Wordpress in place. If your site works now, but you try to upgrade and it bombs and you don’t know how to fix it, you are stuck and will probably just revert to the older one.

A “you should learn how to code” response to people will not work. A “Find another plugin/theme” response will not work. People like what they have and just want it to work.

I really like Wordpress. I’m pretty much unaffected by these changes because I know how to program and make the changes necessary to get things to work right. But I also expect to get a huge amount of support requests because of changes to the way plugins now work. I’ll be updating my plugins to work, and will release new versions in the next day or so. But I suggest any developers out there get ready for the storm, cause it’s on the way.

Posted in AWSOM News, Software Updates, Troubleshooting, Website Administration, Wordpress Plugins, Wordpress Theme | 4 Comments »

Wordpress 2.5 coming soon, get ready

March 13th, 2008 by harknell

Wordpress 2.5 should be released soon (it was actually scheduled to be out already, but has been slightly delayed), so it’s time to get ready for upgrading. One major change to expect is the admin menu system in Wordpress is getting a major overhaul. The direct result may be issues with how some plugins display their admin area pages. I believe that my plugins should be most unaffected, but since they are still making changes to the final look and feel, I won’t know until the release if I have to make any updates to the AWSOM series. If so I will try to get the corrected versions out as soon as possible after the release of 2.5.

As is typical with most Wordpress upgrades, disable all of your plugins and switch to the default theme before doing the upgrade. Then turn on your plugins and theme one at a time and confirm they still work properly. With a major release there is a greater than average chance that older plugins will break–so I suggest doing this process slowly and really checking around your site after turning on each plugin and theme.

If you notice any issues with my plugins PLEASE send me an email or use my contact form as soon as possible so I can get things working again. Thanks.

Posted in AWSOM News, Software Updates, Website Administration, Wordpress Plugins, Wordpress Theme | 2 Comments »

Little Tips: When Upgrade Issues Happen, Don’t Panic

September 27th, 2007 by harknell

As I expected, the Wordpress forums are clogged up with issues related to the upgrade to version 2.3. Many of you were either caught unaware (though I did predict it and posted about it here), or you were blindsided by the fact that parts of your theme or plugins you thought were safe were using the older now unsupported database calls. If you have been affected by the upgrade effect–either you get a totally whitescreen with nothing showing, or parts of your site don’t appear–DON’T PANIC! There are some things you can do to at least get your site running until you can fix everything back to how you want it.

1) First thing, if possible go to your Admin Plugins interface and deactivate all of your plugins. If you can’t log in to your site, the last resort way of deactivating your plugins is to go to your servers file system (either FTP or through a web admin interface) and delete all of the plugins from the plugins folder in the wp-content folder. Of course make copies of them to your local system first.

2) Second thing, if your site still looks crazy or won’t load, go to the Admin interface Themes area and select either the “Classic” or “Default” theme that comes with Wordpress. Unless your database is totally hosed this will at least allow your site to load. It probably won’t look like how you had it before, but at least you won’t be down. In an extreme case where you can’t load your admin area go to the wp-content folder and delete your theme folder (of course, like above, make a copy first to your local system if you don’t already have a copy). Then rename either the “Default” or “Classic” theme to have the same folder name as your non-operating theme. This should get you back to being able to log in and see your site.

3) If it appears your database is hosed and deactivating all of your plugins and using either the classic or default themes still won’t allow your site to load….well, you DID create a backup database didn’t you? It’s not a fun process but you will need to reload your old database. I can’t give you a quick rundown on that, but there are plenty of Google findable sites that have PhpMyAdmin tutorials or Cpanel or whatever you use for setting up databases on your server. Once you have that in place you can copy your older Wordpress files (you DID back up your original files didn’t you?) back to the server and do research on how to upgrade in a way that will work for how your Wordpress is set up.

4) Go to the Wordpress.org website and post on their forum for help. There are many people there already, maybe they have already posted about your issue and received a response that might help you.

5) Go to the developers sites for your theme and plugins and see if there are updates available. If the software is still being maintained it will hopefully have an update soon, if it’s older and no longer maintained….you’ll have to find a replacement that fulfills it’s function. The good thing is anything that is normally a good idea for a plugin or theme will have someone making it or redoing it for compatibility with the newest versions of Wordpress.

6) In worst case scenarios you can hire someone like me to fix things for you. If you have some cash there are plenty of people that are willing to work for you to fix things up. Wordpress.org forums always have people posting to have someone help them for a fee, plus I’m available too :)

In general it really shouldn’t be hard to get a working site back up in an hour or so. Then the long process is figuring out how to upgrade without getting the same issues again. In some cases you may have to go find a new theme file and redo how you had your old one set up. It’s a bummer, but that’s how this stuff happens sometimes.

Posted in Little Tips, Software Updates, Website Administration, Wordpress Plugins, Wordpress Theme | 1 Comment »

PhotoPress Theme Now Available

June 19th, 2007 by harknell

A new theme specifically designed for Photoblogging has been released. Photopress is a one column theme that’s designed to give much more room for thumbnails on the main page for greater display of your images to visitors. Of course this could also apply to comics or other types of artwork also.

Posted in Other Web Resources, Wordpress Theme | No Comments »

WPZipper updated, now with AWSOM plugins

June 18th, 2007 by harknell

I just received an email from the administrators of the WPZipper.com website to let me know that they’ve updated their site and also added the AWSOM plugins to their database. WPZipper.com is a website designed to take plugins and themes and add them to a Wordpress install archive so that you have a fully set up file set to upload to your web server (instead of having to add all of the stuff yourself individually).

If you happen to need to set up multiple sites with the same configuration it’s a real time saver. Heck, the fact that they have a ton of plugins and themes in one spot makes it a decent search database even if you don’t care about the archive building function.

Posted in Other Web Resources, Website Administration, Wordpress Plugins, Wordpress Theme | No Comments »

« Previous Entries