Forums

Wordpress 2.8 "The plugin does not have a valid header." (20 posts)

  1. kash-if
    Member
    Posted 8 months ago #

    After installing wp 2.8, one plugin automatic disable and msg shows "
    The plugin does not have a valid header."

  2. Andresams
    Member
    Posted 8 months ago #

    I have the same problem when I try to enable any plugin. I just updated to WP 2.8 with the automatic update.

  3. jpadie
    Member
    Posted 8 months ago #

    likewise...
    and further the forcibly deactivated plugins no longer show up in the plugin list.

  4. rghedin
    Member
    Posted 7 months ago #

    Same here, and I upgraded WP via automatic method too.

    []'s!

  5. rghedin
    Member
    Posted 7 months ago #

    Guys, I've found an workaround. Just move plugin files to /plugin root. For example:

    /wp-content/plugins/akismet/akismet.php

    Move akismet.php to

    /wp-content/plugins/akismet.php

    Your plugins' folder will be a messy, but at least missed plugins will come back and work.

    Anyway, I'm still waiting an official solution from Automattic. WP 2.8.1, may?

    []'s!

  6. rfruchtman
    Member
    Posted 7 months ago #

    rghedin:

    I'll try that.

    I'm getting tons of spam since I upgraded to 2.8 on Wednesday. It's like the spam filter is not there!

  7. rfruchtman
    Member
    Posted 7 months ago #

    My plugins look fine within the the plugin listing in the WP8.0 Dashboard, but am getting tons fo spam since the upgrade.

    Yes... the Askimet seems to be activated, but not working well.

    I am wondering if the rules have changed. I did manually upgrade to the new version of Askimet as was requested of me. Is that not working too?

    What a mess!

    Thanks in advance.

  8. Showfom
    Member
    Posted 7 months ago #

  9. jallits
    Member
    Posted 7 months ago #

    Just wanted to share real quick that this issue also is present in SVN managed installs. A quick switch from tags/2.8/ to /trunk/ does NOT resolve this issue either, just in case anyone in a similar setup was thinking of trying.

  10. believenchange
    Member
    Posted 6 months ago #

    I still have the problem. I have tried both suggestions and I still get the same error.

  11. rghedin
    Member
    Posted 6 months ago #

    No official solution yet? I really can't get along with this trouble. Some plugins, which have many files into folders, doesn't work with tips said above. I just can't use some plugins in my blog anymore :-( .

    Hope Automattic give us at least an explanation about what happened.

    []'s!

  12. mattlay
    Member
    Posted 6 months ago #

    Having the same issue here.

    WPMU 2.8.3
    Buddypress 1.0.3

  13. mattlay
    Member
    Posted 6 months ago #

    I was able to activate it by moving it manually into plugins. When you use the installer it has a file and within it there were multiple folders ie. screenshot and the one I needed. Moved it out of that folder into plugins and it activates.

  14. aquamonster
    Member
    Posted 6 months ago #

    I've already solved this - for any plugins. I wrote an article here.

  15. styzer
    Member
    Posted 6 months ago #

    WP 2.8.3 and plugins

    As someone mentioned, some plugins will only install manually like we used to do before the automatic install feature.

    Unzip the plugin folder and upload it via FTP into the wp-content/plugins/ folder.

    Make sure you ONLY upload the plugin folder:

    wp-content/plugins/askimet = good
    wp-content/plugins/askimet/askimet = not good

    That's why the header can't be found, it doesn't seem to discard the "shell" folder.

    Hope this helps!

    styzer

  16. globalmacroblog
    Member
    Posted 4 months ago #

    Hi, I am sorry, but I am new to WP, how do you "move these files out of the plugins folder and into the root folder" ? I have no WP folders on my Mac, and I can't find any directory under http://www.globalmacroblog.com/wp-admin/

    Any help would be great as I am unable to install any plugins at all - I get the same message. Do you know if this will ever get fixed, it seems people have had problems for months now.

  17. iksnae
    Member
    Posted 3 months ago #

    wtf! wordpress... this is really bad. can we get some responses from wordpress dev team? the plugins are broken, whether manually installed or not.

  18. jallits
    Member
    Posted 2 months ago #

    If you are running the latest version of WordPress and plug-ins that are compatible you will not have this issue. If the problem still persists then you need to deactivate all your plug-ins. Reactivate them one at a time until you figure out which are the culprits and inform the plug-in developer.

  19. umeshnmenon
    Member
    Posted 1 month ago #

    If you are creating a new plugin make sure that you have this in your main plugin file.

    <?php
    /*
    Plugin Name: Name Of The Plugin
    Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
    Description: A brief description of the Plugin.
    Version: The Plugin's Version Number, e.g.: 1.0
    Author: Name Of The Plugin Author
    Author URI: http://URI_Of_The_Plugin_Author
    */
    ?>

    Refer:
    http://codex.wordpress.org/Writing_a_Plugin

  20. ETuibenau.com
    Member
    Posted 1 month ago #

    Another easy way to fix this problem is to upload the UNZIPPED folder using the regular FTP way and then going to your plugins panel in wordpress and activate it.

    I'm using the "Magic Magnify" plugin and I kept getting the 'The plugin does not have a valid header.' message, but this method seems to work. There might be a problem in the way WP has been configured with certain plugins.

    I hope this helps.

Reply

You must log in to post.

About this Topic