Forums

[Plugin: All in One SEO Pack] Plugin not working with WordPress 2.7.1 (23 posts)

  1. earthoria
    Member
    Posted 2 years ago #

    I have just upgraded to wordpress 2.7.1 and when I have the All in One SEO Pack 1.4.7 activated, I get a lot of "internal server errors" on my wp-admin pages, particularly when I try to acces the list of posts page - /wp-admin/edit.php

    When I deactivate this plugin my wp-admin works fine.

  2. mmmmrgrif
    Member
    Posted 2 years ago #

    I have All-in-One 1.4.7 installed and activated. It worked fine with wordpress 2.7, but when I upgraded to wordpress 2.7.1, none of the meta or title tags are getting overwritten. They all stay the same as the header.php. If I take the title and meta tags out of the header.php code, then nothing is in the title bar and no meta tags are written.

  3. benblustey
    Member
    Posted 2 years ago #

    WP version 2.7.1 working fine with All in One SEO Pack Version: 1.4.7. It did not work out of the box. After reading the FAQ on the developers site, adding the below code before the </head> tag may fix the display issue. In my case it worked fine after the additional code.

    <?php wp_head(); ?>
  4. vivie
    Member
    Posted 2 years ago #

    I have been upgrading most of my sites and some of the sites that had 'All In One SEO' seem to be alright while others are not showing up in the plugin directory, even though when I look at the directory in my FTP client it shows that the plugin is there, but it is'nt showing up in my directory in my admin. Most frustrating! :(

    I have downloaded a fresh copy of the plugin and uploaded it into some of the sites, that did have it, but aren't showing it now, but it still won't show.

  5. lukemccoy
    Member
    Posted 2 years ago #

    This didn't work on a new installation I just did on http://scoliosisbrace.org. That code is already above my </head> tag. Any ideas?

  6. stephanM
    Member
    Posted 2 years ago #

    yes i have the same problem and it works fine now with the <?php wp_head(); ?>

  7. eric1985
    Member
    Posted 2 years ago #

    Should I have an admin menu to change settings for this plug-in like Akismet or does it do everything itself?

  8. eric1985
    Member
    Posted 2 years ago #

    Never mind, I just answered my own question. It is under settings, not plug-ins.

  9. lukemccoy
    Member
    Posted 2 years ago #

    I've contacted their support. It still doesn't work.

  10. Michael Torbert
    WordPress Virtuoso
    Posted 2 years ago #

    @earthoria Fill out my contact form and I'll take a look at your issue.

    @mmmmrgrif Tags aren't overwritten, they're just written. Make sure they aren't already in your header.php, and add <?php wp_head(); ?> to your header.php

    @benblustey The plugin does work "out of the box". wp_head() is a function that should be in every theme. Many plugins use it, including All in One SEO Pack. Your theme developer needs to learn to use the WordPress theme API appropriately.

    @vivie Fill out my contact form and I'll take a look at your issue.

    @lukemccoy As I discussed with you when you filled out my contact form, you mistakenly thought that this plugin rewrites your URLs. I pointed you to the documentation on permalinks as this issue has nothing to do with this plugin or any other plugin.

  11. mmmmrgrif
    Member
    Posted 2 years ago #

    Thank you for your response. I have repeatedly tried what you said to do and for some reason it does not work. It worked fine until I upgraded WordPress to 2.7.1 I have downloaded the new version of All in one SEO this behavior did not change. I added the '<?php wp_head(); ?>' to the code in header.php just before the '</head>'. When I take the tags out of the header code, all I get in the title bar is "Mozilla Firefox." I am confounded by this problem. If you have any more suggestions, I would appreciate your help.

    Thank you!

  12. johndrobbins
    Member
    Posted 2 years ago #

    I am having the same issue as mmmmrgrif. It seems as though there is no code to call the Title and Description tags. I am not sure how the plugin really works, but in my instance, there is nothing in the header that would bring that information in.

  13. Michael Torbert
    WordPress Virtuoso
    Posted 2 years ago #

    @johndrobbins The code is in the plugin. Just add <?php wp_head(); ?> to your header.php. This should already be in there, but this plugin and many others won't work without it.

  14. solecist
    Member
    Posted 2 years ago #

    Thanks for checking this thread HallsofMontezuma!

    I have it installed at http://makelightreal.com

    It seems to be running but the SEO 'bar' under the post editor doesn't show up anymore....where should I look to troubleshoot?

  15. johndrobbins
    Member
    Posted 2 years ago #

    @hallsofmontezuma I had double checked that based on above recommendations, but the "Page Name" is still being displayed as the title (let alone having accurate description tags). Do I need to eliminate the <title> and <description> tags in the header for the plug-in to work? BTW, I have tried this already and then had no page title or description displayed. It seems as though the plug-in just will not take the precedence over the hard coded <title> and <description>.

  16. smurk619
    Member
    Posted 2 years ago #

    I have two 2.7.1 installations that do not pull in the title, description, and keyword information just as johndrobbins and mmmmrgrif are experiencing. The call the head function is right before the </head> tag, and it doesn't work in the default theme either.

    Que paso??

    Please help!

    Thanks for great plugin - if I can get the mofo to work. =D

    Help us out Devil Dog!

  17. smurk619
    Member
    Posted 2 years ago #

    Ouch!! This worked.
    http://techblissonline.com/platinum-seo-pack/

    I disabled AIOSEO and activated the above plugin and boooya!! It worked.

    Sorry DD, but you still deserve all the credit as Platinum was based off your work!

    Thanks again.

    Sam

  18. MaxNutrients
    Member
    Posted 2 years ago #

    Greetings Hallsofmontezuma.

    First let me thank you for the nice plugin. Every bit of SEO helps!

    I am running WordPress 2.7.1 and AIOSEO 1.5.6. After reading the various posts above, I made certain that I have <?php wp_head(); ?> as the last entry before </head> in my header.php file. If you visit my site, http://MaxNutrients.com, you will notice that I am running a modified version of the Default 1.6 WordPress theme. So, I am hoping it will be straightforward to make this work. The main reason for me to use this is for three features: description, keywords, and the canonical url.

    The problem I am experiencing is this. All of my pages, with the exception of my home page, display description and keyword meta tags.

    I have not reviewed the plugin line-by-line, but I did look at my wp_postmeta table. Sure enough, it has description and keywords meta_keys for my home page's post_id. If I change the home page to another of my pages, then the new page takes on the problem of the missing meta tags and the former home page meta tags appear.

    I'm puzzled. Since others have made their plugin work, I am sure I have overlooked something basic, but I am not sure quite what that something might be.

    TIA

  19. MaxNutrients
    Member
    Posted 2 years ago #

    Well, wouldn't you know it. Settings/All In One SEO has a separate place for keywords and description for the home page than for all the other pages. I feel a bit foolish that I did not see that earlier.

    If I could humbly make a request for your next release it would be that the home page functionality default to being set under Edit Pages, like every other page, for the sake of uniformity. This behavior could then be overridden in the Settings/All In One SEO plugin options. This arrangement seems more logical.

  20. John Hoff
    Member
    Posted 2 years ago #

    I am trying to help someone fix their All-In-One issue.

    Like others in here, after they upgraded All-In-One no longer worked like it did before. Their keywords and descriptions show, but the page title won't show.

    In the post admin area, you can give it a title, but when someone goes to that page or post from the front end, the custom All-In-One title won't show.

    The wp_head() function is already in the header.php file.

    Any ideas?

    Thanks

  21. John Hoff
    Member
    Posted 2 years ago #

    Ok, we got it resolved. The rewrite url's needed checked in the settings area.

  22. inntell
    Member
    Posted 2 years ago #

    I have the same problem (but resolved). The problem is Description Meta Tag does not show in source code, but Meta Keyword and the Canonical link are OK.

    After I tried to changed new Themes even WP versions, I've found that if you put PHP code inside the post(at the 1st/2nd line of post). The All in One SEO Pack will cannot generate the Meta Description.

    So, do not put PHP code to the 1st/2nd line of the post,because it will break the Description Meta Tag. The ways I do put the PHP code belower the 2nd line of the post. OK. let's see what I said.

    Here I used PHP code at the bottom post (to generate link)
    http://720phdtv.com/sony-bravia-kdl55v5100-sale-best-55-inch-lcd-tv/

    Here I used PHP code at the 1st line of post (to generate link)
    http://720phdtv.com/toshiba-19av600u-19-inch-720p-portable-lcd-hdtv/

    Views page source to compare it!

  23. thewebchild
    Member
    Posted 2 years ago #

    Hey guys,

    I am using the Epsilon theme at my site (www.adelaidepersonaltrainers.com.au), description and keywords tags not showing properly.

    I was using SEO Meta Tags Analyzer Tool (http://marketing.askbee.net/seo-meta-tags-analyzer-tool/) to check results but nothing was showing.

    After reading a couple of posts, I just removed the following line from the header.php code and it now seems to be working:

    <meta name="description" content="<?php bloginfo('description') ?>" />

    Hope this helps you out.

    Clayton.

Topic Closed

This topic has been closed to new replies.

About this Topic