Page 1 of 1

missing Data in monthlyrecord.php on my website

Posted: Tue 13 May 2014 1:50 pm
by M1DUL
Hi All,
I am having problems with my monthlyrecord.php on my website there is no data being displayed here is my website address it is http://branksomeweather.co.uk/new/monthlyrecord.php

Many Thanks for any Help/info.

Regards
Michael

Re: missing Data in monthlyrecord.php on my website

Posted: Tue 13 May 2014 2:20 pm
by steve
Cumulus isn't putting any values in to replace the web tags:

var hightemp = new Array("","","","","","","","","","","","");
var hightempT = new Array("","","","","","","","","","","","");

Are there any errors in the diags file? Do the monthly records show OK in Cumulus?

Re: missing Data in monthlyrecord.php on my website

Posted: Tue 13 May 2014 9:11 pm
by M1DUL
ftplog.txt
debug.log
cumulus.008
steve wrote:Cumulus isn't putting any values in to replace the web tags:

var hightemp = new Array("","","","","","","","","","","","");
var hightempT = new Array("","","","","","","","","","","","");

Are there any errors in the diags file? Do the monthly records show OK in Cumulus?
Hi Steve,
Thank you for replying back to me. I can not see an error in the diags file/folder. hear is the diags log any way and the other logs.

I hope you can find out what is causing is to not put the data on my website I have only noticed this on the monthlyrecord.php all the rest are working fine.

Many thanks for your help/info.

Re: missing Data in monthlyrecord.php on my website

Posted: Tue 13 May 2014 9:46 pm
by mcrossley
steve wrote:Do the monthly records show OK in Cumulus?
??

Re: missing Data in monthlyrecord.php on my website

Posted: Tue 13 May 2014 10:28 pm
by M1DUL
mcrossley wrote:
steve wrote:Do the monthly records show OK in Cumulus?
??
Yes they do show up in Cumulus, sorry I forgot to say that in my reply message.

Re: missing Data in monthlyrecord.php on my website

Posted: Wed 14 May 2014 6:23 am
by steve
If you zip up the template and attach it, I'll give it a try here.

Re: missing Data in monthlyrecord.php on my website

Posted: Wed 14 May 2014 9:30 am
by M1DUL
web.zip
steve wrote:If you zip up the template and attach it, I'll give it a try here.
Thank you Steve you are very kind. here are the web files I have taken out the images folder because it was to big for me to upload them. If you do need them I could PM them to you and see if that works.

Many Thanks for your help.

Re: missing Data in monthlyrecord.php on my website

Posted: Wed 14 May 2014 9:41 am
by mcrossley
You are including the wrong file name in monthlyrecord.php

include('wt_months_inc.php');

should be...

include('wt_month_inc.php');


As far as I can see there is nothing for Cumulus to process in monthlyrecord.php (only a quick scan).

Re: missing Data in monthlyrecord.php on my website

Posted: Wed 14 May 2014 9:59 am
by M1DUL
mcrossley wrote:You are including the wrong file name in monthlyrecord.php

include('wt_months_inc.php');

should be...

include('wt_month_inc.php');


As far as I can see there is nothing for Cumulus to process in monthlyrecord.php (only a quick scan).
Thank you for your infomation Mark, I can not find ('wt_months_inc.php'); in any of my files, ether on my PC or website.

Many Thanks

Re: missing Data in monthlyrecord.php on my website

Posted: Wed 14 May 2014 10:16 am
by M1DUL
M1DUL wrote:
mcrossley wrote:You are including the wrong file name in monthlyrecord.php

include('wt_months_inc.php');

should be...

include('wt_month_inc.php');


As far as I can see there is nothing for Cumulus to process in monthlyrecord.php (only a quick scan).
Thank you Mark for the Information about the monthlyrecord.php and the wt_month_inc.php I have just had a look in the monthlyrecord.php and found that there is a error in there that says wt_months_inc.php.

I have now changed that to wt_month_inc.php and now it is working now.

Thank you ever so much for your help Mark and Steve.