Author Topic: Template Weather Eden: multirecords.php  (Read 11593 times)

Offline Grysu

  • New member
  • *
  • Posts: 2
    • Grysu
Template Weather Eden: multirecords.php
« 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

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Template Weather Eden: multirecords.php
« Reply #1 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
Please, consider supporting this site 

Offline Grysu

  • New member
  • *
  • Posts: 2
    • Grysu
Re: Template Weather Eden: multirecords.php
« Reply #2 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

Offline epideath

  • New member
  • *
  • Posts: 2
    • Garys Webpage
Re: Template Weather Eden: multirecords.php
« Reply #3 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

Offline johnh67

  • New member
  • *
  • Posts: 1
    • my weather
Re: Template Weather Eden: multirecords.php
« Reply #4 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');

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Template Weather Eden: multirecords.php
« Reply #5 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
Please, consider supporting this site 

Offline mark1million

  • New member
  • *
  • Posts: 4
    • Northfleet Weather Station
Re: Template Weather Eden: multirecords.php
« Reply #6 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

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Template Weather Eden: multirecords.php
« Reply #7 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
Please, consider supporting this site 

Offline mark1million

  • New member
  • *
  • Posts: 4
    • Northfleet Weather Station
Re: Template Weather Eden: multirecords.php
« Reply #8 on: July 17, 2013, 06:09:16 AM »
Excellent, Thank you very much. I thought it was something simple :)