[campcaster-support] Warning messages using Ben's new theme
  • Hi,

    Here are the actual warning messages I get using Ben's new theme:

    Warning: Cannot modify header information - headers already sent by
    (output started at
    /opt/campcaster/var/Campcaster/htmlUI/var/html/ui_browser.php:2) in
    /opt/campcaster/var/Campcaster/htmlUI/var/ui_browser_init.php on line 2

    Warning: session_start() [function.session-start]: Cannot send session
    cache limiter - headers already sent (output started at
    /opt/campcaster/var/Campcaster/htmlUI/var/html/ui_browser.php:2) in
    /opt/campcaster/var/Campcaster/htmlUI/var/ui_browser_init.php on line 3

    doug
  • 5 Comments sorted by
  • Sorry Doug,

    don't know about the php error. if our campcaster installs are comparable, and i'm not getting the error here, maybe it's a php or apache diff? i'm using php5 apache2. or maybe just a config setting.

    Good luck
    Ben
  • ben, doug, can somebody send some screenshots to this list? that would
    be great. cheers, micz

    On Wed, 2008-12-10 at 18:31 +0100, Douglas.Arellanes@mdlf.org wrote:
    >
    > Hi,
    >
    > Here are the actual warning messages I get using Ben's new theme:
    >
    > Warning: Cannot modify header information - headers already sent by
    > (output started
    > at /opt/campcaster/var/Campcaster/htmlUI/var/html/ui_browser.php:2)
    > in /opt/campcaster/var/Campcaster/htmlUI/var/ui_browser_init.php on
    > line 2
    >
    > Warning: session_start() [function.session-start]: Cannot send session
    > cache limiter - headers already sent (output started
    > at /opt/campcaster/var/Campcaster/htmlUI/var/html/ui_browser.php:2)
    > in /opt/campcaster/var/Campcaster/htmlUI/var/ui_browser_init.php on
    > line 3
    >
    > doug
  • Right. I'm enclosing two screenshots here. -- doug-----campcaster-support-bounces@lists.campware.org wrote: -----To: Support mailing list for the Campcaster software project <campcaster-support@lists.campware.org>From: Micz Flor <flor@redaktionundalltag.de>Sent by: campcaster-support-bounces@lists.campware.orgDate: 12/11/2008 12:40PMSubject: Re: [campcaster-support] Warning messages using Ben's new themeben, doug, can somebody send some screenshots to this list? that wouldbe great. cheers, miczOn Wed, 2008-12-10 at 18:31 +0100, Douglas.Arellanes@mdlf.org wrote:> > Hi, > > Here are the actual warning messages I get using Ben's new theme: > > Warning: Cannot modify header information - headers already sent by> (output started> at /opt/campcaster/var/Campcaster/htmlUI/var/html/ui_browser.php:2)> in /opt/campcaster/var/Campcaster/htmlUI/var/ui_browser_init.php on> line 2 > > Warning: session_start() [function.session-start]: Cannot send session> cache limiter - headers already sent (output started> at /opt/campcaster/var/Campcaster/htmlUI/var/html/ui_browser.php:2)> in /opt/campcaster/var/Campcaster/htmlUI/var/ui_browser_init.php on> line 3 > > doug
  • The new design is sweet. A very good step forward looks modern not
    retro 2003. Please roll this into the next release.

    Mike

    On Dec 11, 2008, at 5:04 AM, Douglas.Arellanes@mdlf.org wrote:

    > Right. I'm enclosing two screenshots here. -- doug
    >
    >
    > -----campcaster-support-bounces@lists.campware.org wrote: -----
    >
    > To: Support mailing list for the Campcaster software project > >
    > From: Micz Flor
    > Sent by: campcaster-support-bounces@lists.campware.org
    > Date: 12/11/2008 12:40PM
    > Subject: Re: [campcaster-support] Warning messages using Ben's new
    > theme
    >
    > ben, doug, can somebody send some screenshots to this list? that would
    > be great. cheers, micz
    >
    > On Wed, 2008-12-10 at 18:31 +0100, Douglas.Arellanes@mdlf.org wrote:
    > >
    > > Hi,
    > >
    > > Here are the actual warning messages I get using Ben's new theme:
    > >
    > > Warning: Cannot modify header information - headers already sent by
    > > (output started
    > > at /opt/campcaster/var/Campcaster/htmlUI/var/html/ui_browser.php:2)
    > > in /opt/campcaster/var/Campcaster/htmlUI/var/ui_browser_init.php on
    > > line 2
    > >
    > > Warning: session_start() [function.session-start]: Cannot send
    > session
    > > cache limiter - headers already sent (output started
    > > at /opt/campcaster/var/Campcaster/htmlUI/var/html/ui_browser.php:2)
    > > in /opt/campcaster/var/Campcaster/htmlUI/var/ui_browser_init.php on
    > > line 3
    > >
    > > doug
    >
    >
    >
  • re: PHP Error Messages

    I didn't have these warning msgs as my php error logging was turned down ( /etc/php5/apache2/php.ini )

    turns out I put the favicon link in the wrong place- so just delete the first line of:
    /opt/campcaster/var/Campcaster/htmlUI/var/html/ui_browser.php


    and if you want a little favicon image, add this:


    to:
    /opt/campcaster/var/Campcaster/htmlUI/var/templates/header.tpl.php


    ben