WordPress 2.5

Posted on March 24, 2008 at 9:04pm | 10 comments

Like much of the WordPress community I’m waiting to hear some user feedback on the upcoming 2.5 version. So far I’m aware of changes to the admin section and the database, but not much else.

WordPress is free, of course, and any development work is highly appreciated.

I’m wondering though if I should upgrade immediately, as I normally do, or let the dust settle and see what issues might arise, if any.

I’m not concerned about the core WordPress application, but rather the various plugins I use. Plugin troubles caused me to change the blog theme and I’ve probably got too may extras functioning right now, if you consider they may slow down the site and cause compatibility problems.

So this time round I might just wait and see.

Tags: blog, Technology, WordPress

10 Responses to “WordPress 2.5”

  1. Michael says:

    After upgrading I’ve experienced quite a few plugin errors with another site I’m running.

    On this site I have mysterious “Missing Attachment” text at the top of each post. So far I don’t know if it’s a plugin or theme problem.

  2. So is that all the problems?
    That is not too bad at all.

    Jermayn Parker’s last blog post..Origins of Australian Rules Football

  3. I fixed the missing text problem and it wasn’t specific to WordPress 2.5. A few plugins didn’t work, but otherwise the transition was okay.
    I can’t say I really like the admin interface though. There are some changes that I can’t see the benefit of, eg the way the widgets run vertically in a list, rather than blocks, and the absence of page/post number IDs.

  4. Melih says:

    Hi Michael
    I have the same problem like you hab with the “Missing Attachment” problem.
    Can you please tell me how you solved this problem. It would be nice to hear from you.
    Greetings
     
     

  5. jc says:

    Michael,
    I’m having the same problem with the missing attachment. How did you get rid of that?

  6. Melih says:

    I used the plug-in “Image Headlines”.
    It was a term ´image´ (I think in the post template) which collidate with the ´image´ my Image Headlines Plug-In uses.
    I think that was it. But I´m not quite sure

  7. Michael says:

    JC, I’m kicking myself for not writing down the solution. It was something simple, as I told Melih by email, who fixed it as well.

    I can’t remember if it was a theme or plugin issue, but I’ve changed themes since then and can’t replicate it.

    I’ve got a feeling that my error message gave me a file reference and line number, which isn’t the case for you, so it could be a different problem.

    Have you looked at your index.php or single.php file to see what’s after the date and before the post? Maybe there’s a call for something that isn’t there.

  8. Wes says:

    Same missing attachment problem … would be great to hear the solution

  9. Michael says:

    Wes, I’m unable to replicate the problem, but by memory the error messages refers to a specific line of code in a php file. I commented out that line.

    Ultimately I had to change themes and add all plugins from scratch to fix a problem I had with paragraph breaks, which I think was related to the missing attachment issue.

  10. John Miles says:

    I had the same error when working on a new company website using WP 2.5. I searched for the “Missing Attachment” variable text and found it in the includes/post_template.php file, line 376. I changed it from return __(‘Missing Attachment’); to return __(”); uploaded the new file and there are no more errors messages writing to screen. So far this has not caused any issues with the site whatsoever. Hope this post is helpful to others with the same issue.

Leave a Reply