Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Error message when signing up for wp affiliate

by

Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › Error message when signing up for wp affiliate

  • This topic has 4 replies, 3 voices, and was last updated 12 years, 6 months ago by webar2007.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • August 30, 2010 at 4:10 pm #1765
    webar2007
    Spectator

    Hi! Just bought your wp affiliate plugin. I got this message when i tried to sign up as an affilate:

    “Warning: Cannot modify header information – headers already sent by (output started at /home/szhang/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop.class.php:221) in /home/szhang/public_html/wp-content/plugins/wp-affiliate-platform/views/register_view.php on line 104”

    I did however get an confirmation email that the sign up process went fine. I’m using a theme from pageslines.com and wp-ecommerce.

    My website: http://realtrafficsource.com

    Any idea what caused this?

    August 31, 2010 at 2:35 am #23846
    amin007
    Participant

    Basically, you have a plugin that is printing out an echo statement which forces the header to be sent so when the affiliate plugin is trying to redirect it’s giving the error as the header is already sent.

    Can you please do the test explained here and let me know your findings?

    https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin

    August 31, 2010 at 8:31 am #23847
    webar2007
    Spectator

    Hi! Did the test and got the same error:

    “Warning: Cannot modify header information – headers already sent by (output started at /home/szhang/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop.class.php:221) in /home/szhang/public_html/wp-content/plugins/wp-affiliate-platform/views/login_view.php on line 40”

    When i update the page (F5) it works fine.

    Not sure if it helps, but here is my header.php file:

    “<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;

    <html xmlns=”http://www.w3.org/1999/xhtml”&gt;

    <?php wp_head(); ?>

    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    <title><?php if(is_front_page()) { echo bloginfo(‘name’); } else { wp_title(”); } ?></title>

    <link rel=”shortcut icon” href=”<?php if (get_option(‘favicon’)):?><?php echo get_option(‘favicon’);?><?php else :?><?php bloginfo(‘stylesheet_directory’); ?>/favicon.ico<?php endif;?>” type=”image/x-icon” />

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>

    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”all” />

    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_directory’); ?>/print.css” type=”text/css” media=”print” />

    <?php if(!get_option(‘pp_nodrag’)):?>

    <!– Sidebar docking boxes (dbx) by Brothercake – http://www.brothercake.com/ –>

    <script type=”text/javascript” src=”<?php bloginfo(‘stylesheet_directory’); ?>/dbx.js”></script>

    <script type=”text/javascript” src=”<?php bloginfo(‘stylesheet_directory’); ?>/dbx-key.js”></script>

    <?php endif;?>

    <link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_directory’); ?>/dbx.css” media=”screen, projection” />

    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />

    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <!–[if lt IE 8]>

    <script src=”http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js&#8221; type=”text/javascript”></script>

    <![endif]–>

    <!–[if IE 6]>

    <script src=”<?php bloginfo(‘stylesheet_directory’); ?>/belatedpng.js”></script>

    <script>

    DD_belatedPNG.fix(‘.png_bg, img, #sidebar ul li, .plimage, .headerimage, .homeimage’);

    </script>

    <style>

    #header .blogtitle .sheen{display: none; height: 1px;}

    </style>

    <![endif]–>

    <?php if(get_option(‘plallow’) && get_option(‘pp_linkcolor’)):?>

    <style>

    a, h1.blogtitle a:hover, .postdata a:hover, h2.posttitle a:hover, tags a:hover,.commentlist cite a, .commentlist cite, #subnav li a:hover, #subnav .current_page_item a, .button:hover, input[type=”submit”]:hover,#calendar caption{color: <?php echo get_option(‘pp_linkcolor’); ?>;}

    </style>

    <?php endif; ?>

    <?php if ( is_singular() ) wp_enqueue_script( “comment-reply” ); wp_head(); ?>

    </head>

    <body>

    <div id=”page” class=”fix”>

    <div id=”wrapper” class=”fix”>

    <div id=”header” class=”fix”>

    <?php if(get_option(‘custom-header’)):?>

    “><img class=”headerimage” src=”<?php echo get_option(‘custom-header’);?>” alt=”<?php bloginfo(‘name’); ?>”/>

    <?php else:?>

    <h1 class=”blogtitle”>“><div class=”sheen”></div><?php bloginfo(‘name’); ?></h1>

    <div class=”description”><?php bloginfo(‘description’); ?></div>

    <?php endif; ?>

    </div><!– /header –>

    <div id=”nav” class=”fix”>

    <ul class=”fix”>

    <li class=”page_item “>/” title=”<?php _e(‘Home’, TDOMAIN);?>”><img width=”18″ height=”18″ class=”homeimage” src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/home-icon-trans.png” alt=”” />

    <?php

    $frontpage_id = get_option(‘page_on_front’);

    wp_list_pages(‘sort_column=menu_order&exclude=’.$frontpage_id.’&depth=1&title_li=’);?>

    <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>

    </div><!– /nav –>

    <div id=”container” class=”fix”>

    <div id=”left-col”>”

    September 1, 2010 at 12:22 am #23848
    Ivy
    Member

    Hi, We will need to take a closer look at your site to see what is happening. I have sent you a site access request via email. Please let me know if you do not receive this email.

    September 1, 2010 at 8:24 am #23849
    webar2007
    Spectator

    Ok, the form is filled in and sent.

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • WP PDF Stamper Documentation
  • WP Photo Seller Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial
  • WP Photo Seller Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Download Monitor

Copyright © 2023 | Tips and Tricks HQ