Author Topic: Blue V2 Remote Files not updating  (Read 4141 times)

Offline Peter van de Louw

  • New member
  • *
  • Posts: 5
    • De Rompert
Re: Blue V2 Remote Files not updating
« Reply #15 on: March 07, 2014, 08:27:33 PM »
Hi Jacques,

Now i can update thisyear_txt.php also.
But sill have some problems with other files, please see screenpint.
www.vandelouw.nl/cumulus/1.jpg

Also, i have the same problem as mentioned in another issue with the monthy records!

In the file monthlyrecord.php from the zip file is an include('wt_months_inc.php'); (line 27)
But the is no file with that name, i i alter the unclude, include('wt_month_inc.php') then i get a white screen.

In Cumuls i now process two files
wt_data_inc.php
wt_month_inc.php

In wt_month_inc.php on the server i see data from feb en march.
But none is displayed.
If i copy wt_month_inc.php to wt_months_inc.php (on the server) (as in the include) i get a white screen.

I hope you can help me, i don;t know a lot of php programming.

Kind Regards,
Peter
www.vandelouw.nl/cumulus/index.php

Offline Peter van de Louw

  • New member
  • *
  • Posts: 5
    • De Rompert
Re: Blue V2 Remote Files not updating
« Reply #16 on: March 07, 2014, 08:30:46 PM »
Extra info on the two files in the screen print

I have them on my pc and on the server, both with the right version number!

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Blue V2 Remote Files not updating
« Reply #17 on: March 08, 2014, 07:17:41 AM »
Hi Peter,

Your wt_months_inc.php file is not working.
you could see any version number by adding "?ver"
to the page url, like this:
http://www.vandelouw.nl/cumulus/wt_months_inc.php?ver

You could check what is going on by adding this line as the 2nd line
in the file wt_month_inc.php
error_reporting(E_ALL);

page will tell the error that way.

Regards,
Jacques

Please, consider supporting this site