Weather by You!

Templates and Projects support => Php templates => Topic started by: djohnson1810 on January 18, 2018, 04:27:40 PM

Title: Monthly Record on Weather Blue Template Not Showing Data
Post by: djohnson1810 on January 18, 2018, 04:27:40 PM
I have had my weather station up for quite a few months now and it is working great.  I noticed the other day that the MONTHLY RECORD page is not displaying any data.  Can anyone advise what I have done wrong?

http://lightsofbrentwood.com/parkway/index.php
Title: Re: Monthly Record on Weather Blue Template Not Showing Data
Post by: Andy9164 on February 10, 2018, 03:14:34 PM
Hi,
I suspect you are missing the wt_month_inc.php file. This is similar to the wt_data_inc.php file. You need Cumulus to process both these files and put them in the correct directory. You must already be processing the wt_data_inc.php as you are getting the other data. Just set up Cumulus to process the other "month" file and put it in the ../data directory.

I think the place to set this up in Cumulus is under Configuration  - Internet and then click on the files tab

If it doesnt solve it post back.

Andy
Title: Re: Monthly Record on Weather Blue Template Not Showing Data
Post by: djohnson1810 on February 11, 2018, 01:40:44 PM
Thanks for answering.  I think what you suggested was part of the solution but I finally realized the montlyrecord.php file had the include file mislabeled as wt_months_inc.php instead of wt_month_inc.php (added s to month).  Once I changed that everything started working!
Title: Re: Monthly Record on Weather Blue Template Not Showing Data
Post by: Andy9164 on February 12, 2018, 07:47:37 AM
Glad we could work it out.

Now you mention the fix, it does ring a bell. I think there are other posts in the forum on the same subject.

Andy