• Resolved saptac

    (@saptac)


    WP-Members,
    Warning: Cannot modify header information - headers already sent by (output started at wp-content/plugins/wp-members/wp-members.php:179)

    you are put “WP-Members, ” after closing php

    register_activation_hook(__FILE__, 'wpmem_install');
    function wpmem_install()
    {
    	require_once("wp-members-install.php");
    	wpmem_do_install();
    }
    ?>WP-Members,

    http://wordpress.org/extend/plugins/wp-members/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    I’m not sure if this is a support request, or if it was an answer to another thread that was mistakenly started as a new one.

    The “WP-Members, ” above is not part of the plugin’s code and I do not know why it is being placed there. It is never a good idea to make changes to this (or any) plugin directly as your changes are simply overwritten by an upgrade.

    If this is a support request, you need to use the plugin as intended without modification for it to work correctly. Download a fresh unmodified copy and start over.

    Thread Starter saptac

    (@saptac)

    is just a notice to author of plugin

    Plugin Author Chad Butler

    (@cbutlerjr)

    I am the author of this plugin. And the extra “WP-Members,” at the end is not in the plugin, so I am not sure why you are posting this.

    Thread Starter saptac

    (@saptac)

    it was inside mine file

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP-Members] heders’ is closed to new replies.