error in wordpress 3.2.1 with amember plugin Version 0.4

Discussion in 'Integration' started by ahmedk, Oct 12, 2011.

  1. ahmedk

    ahmedk New Member

    Joined:
    Oct 5, 2011
    Messages:
    4
    Hi

    i just downloaded the wordpress integration Version 0.4 with wordpress version 3.2.1

    The connection was successful with amember. and when activated I get error on top of wordpress admin page/front page , and sometimes after saving settings I get blank pages.sessions files are created with 0 size if i reloaded the page so i guess no permissions error.
    right?



    running xamp on xp sp2 amember trial
    ---------------------------
    ID, "amember_attachment_meta",1); $form_fields['_final'] = show_amember_protection_block('attachment', $am_p, 1); return $form_fields; } function amember_protect_media_menu(){ add_submenu_page('amember-settings', __('aMember Media protection'), __('Protect Media'), 'administrator', 'upload.php'); } ?>
    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\xamp\xampplite\htdocs\wordpress\wp-content\plugins\amember\protect_urls.php:77) in D:\xamp\xampplite\htdocs\wordpress\wp-content\plugins\amember\amember_api.php on line 38

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\xamp\xampplite\htdocs\wordpress\wp-content\plugins\amember\protect_urls.php:77) in D:\xamp\xampplite\htdocs\wordpress\wp-content\plugins\amember\amember_api.php on line 38

    --------------------------------

    thank you.
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Please download plugin package again and reupload all files from it.
    Let me know if this will not help.
  3. ahmedk

    ahmedk New Member

    Joined:
    Oct 5, 2011
    Messages:
    4
    thank you the Alexander

    the message gone

    what was the cause if i may ask ?
  4. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Your php configuration do not allow to use short open tag in php <? , but that was used by plugin.

Share This Page