Weather by You!
Templates and Projects support => Php templates => Topic started 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
-
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
-
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
-
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
-
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');
-
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
-
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
-
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
-
Excellent, Thank you very much. I thought it was something simple :)