Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4017) - 17 March 2024

Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Problem header saratoga

Discussion of Ken True's web site templates

Moderator: saratogaWX

Post Reply
pekkie
Posts: 24
Joined: Mon 20 May 2019 1:16 am
Weather Station: PCE-FWS-20
Operating System: Windows 10
Location: Limbiate, Italy
Contact:

Problem header saratoga

Post by pekkie »

i am having a problem on the site header do you know how to fix this problem thanks in advance.



Warning: Cannot modify header information - headers already sent by (output started at /home/mhd-01/www.meteobrianza.net/htdocs/top.php:140) in /home/mhd-01/www.meteobrianza.net/htdocs/AW-forecast.php on line 1065
Image
User avatar
saratogaWX
Posts: 1170
Joined: Wed 06 May 2009 5:02 am
Weather Station: Davis Vantage Pro Plus
Operating System: Windows 10 Professional
Location: Saratoga, CA, USA
Contact:

Re: Problem header saratoga

Post by saratogaWX »

Hi,
You do have some updates to do ( http://www.meteobrianza.net/check-fetch ... w=versions ).

In the page(s) where you have include("AW-forecast.php"); do you also have

Code: Select all

$doIncludeAW = true;
include_once("AW-forecast.php");
The reason for the error message is the script is trying to emit a header() and it shouldn't be doing that, which leads me to suspect that the include mode was not set before calling the script.
pekkie
Posts: 24
Joined: Mon 20 May 2019 1:16 am
Weather Station: PCE-FWS-20
Operating System: Windows 10
Location: Limbiate, Italy
Contact:

Re: Problem header saratoga

Post by pekkie »

Thank you so much I solved everything!
Image
Post Reply