Weather by You!

Templates and Projects support => Php templates => Topic started by: Grysu on April 08, 2013, 02:33:10 PM

Title: Template Weather Eden: multirecords.php
Post by: Grysu on April 08, 2013, 02:33:10 PM
I am trying Template Weather Eden,
but I'm noticing with regret that I did not
the work while the monthly Records Records All Time funzaiona regularly.

Who can help me.

http://www.grysumeteo.altervista.org/CumulusEden/multirecords.php

While this works fine me.  :D
Title: Re: Template Weather Eden: multirecords.php
Post by: Mr.Meteo on April 08, 2013, 06:06:55 PM
Hi Grysu,

This is not a bug, but a "tedious task" you have to do into Cumulus.
For details, see step #1 in that post: http://weatherbyyou.com/forum/index.php?topic=515.msg1731#msg1731

Regards,
Jacques
Title: Re: Template Weather Eden: multirecords.php
Post by: Grysu on April 10, 2013, 01:56:51 AM
Hi Grysu,

This is not a bug, but a "tedious task" you have to do into Cumulus.
For details, see step #1 in that post: http://weatherbyyou.com/forum/index.php?topic=515.msg1731#msg1731

Regards,
Jacques


Thanks Jacques
Title: Re: Template Weather Eden: multirecords.php
Post by: epideath on April 19, 2013, 06:08:31 PM
I think I may have found a small typo on multirecords.php.
I kept seeing an error on my records page saying it could not find wt_months_inc.php.
I changed months to month int the multirecords.php file and the error went away and the records show now.

Thanks for the great template. My sight should go online very shortly.
Gary
Title: Re: Template Weather Eden: multirecords.php
Post by: johnh67 on July 13, 2013, 06:26:27 PM
Yes I found the typo too.

multirecords.php ver 1.1

Line 51

change  include('wt_months_inc.php');

to include('wt_month_inc.php');
Title: Re: Template Weather Eden: multirecords.php
Post by: Mr.Meteo on July 14, 2013, 06:07:41 AM
Hi,

There is no error, as I don't want any possible error by replacing source file
by processed file! So there is a difference in local and remote filename.

So, on Pc, it is wt_months_inc.php
But remote (processed) file is wt_month_inc.php

Best Regards,
Jacques
Title: Re: Template Weather Eden: multirecords.php
Post by: mark1million on July 14, 2013, 03:20:41 PM
Hi Grysu,

This is not a bug, but a "tedious task" you have to do into Cumulus.
For details, see step #1 in that post: http://weatherbyyou.com/forum/index.php?topic=515.msg1731#msg1731

Regards,
Jacques

Hello from a new member, firstly thanks for the great templates, im having a couple of issues with the monthly data, my station has been running since 2011 so im thinking that may well be the problem in the monthly records and why no data is being displayed.

Also my real time data isnt working, i keep getting http request failed retrying in xx, if i visit the gauges.php page all is working fine there.

Any help would be appreciated,

Many thanks.
Mark
Title: Re: Template Weather Eden: multirecords.php
Post by: Mr.Meteo on July 14, 2013, 05:31:18 PM
Hi Mark,

This problem is due to a file not present in your website.
So, check for realtimegauges.txt, supposed to be in main weather folder.

This file is called realtimegaugesT.txt in your Pc before processing
After processing by Cumulus it has to be called realtimegauges.txt
(without capital "T")

Best regards,
Jacques
Title: Re: Template Weather Eden: multirecords.php
Post by: mark1million on July 17, 2013, 06:09:16 AM
Excellent, Thank you very much. I thought it was something simple :)