Urgent: Need Help with the Incremental content plugin

Discussion in 'Customization & add-ons' started by ivangeorgiev, May 24, 2009.

  1. ivangeorgiev

    ivangeorgiev New Member

    Joined:
    May 14, 2009
    Messages:
    1
    Hi I am trying to install the : Incremental content plugin on my site.

    First of all my site runs on simple php template so their is no CMS...

    When I want to add the links ( the code you provided in your read me file ) into my download.php I am getting the following error:

    PHP:
    Warningsession_start() [function.session-start]: Cannot send session cache limiter headers already sent (output started at /home/site/public_html/member/download.php:11in /home/site/public_html/member/download.php on line 18

          
    &lta href="http://www.plrboy.com/member/images/"Month 1
    On line 11 is located my header for the main site...

    On line 18 is located the following: session_start();

    Can anyone help me out with this I really need it done by Tuesday...
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Try putting session_start(); at the very top of the php file, below the 1st <? php


    David

Share This Page