Author Topic: wxstatus.php WD realtime strange  (Read 824 times)

0 Members and 1 Guest are viewing this topic.

Offline jachen

  • Member
  • *
  • Posts: 39
    • Neue Wetterstation Widen
wxstatus.php WD realtime strange
« on: April 10, 2019, 11:03:44 AM »
Hi all
After some adjustments and updates suddenly wxstatus.php displays to me undefineable realtime lines.

Maybe somebody has a hint on how to trace the problem. Apparently all data seems up-to-date.

Thank you for thinking about this.


 [ You are not allowed to view attachments ]

Online saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9297
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: wxstatus.php WD realtime strange
« Reply #1 on: April 10, 2019, 11:08:21 AM »
I think it's due to your setting in Settings-weather.php of
Code: [Select]
$SITE['clientrawfile']  = '../clientraw.txt';  // directory and name of Weather-Display realtime.txt file
that should be
Code: [Select]
$SITE['clientrawfile']  = './clientraw.txt';  // directory and name of Weather-Display realtime.txt file
instead.
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline jachen

  • Member
  • *
  • Posts: 39
    • Neue Wetterstation Widen
Re: wxstatus.php WD realtime strange
« Reply #2 on: April 10, 2019, 12:45:41 PM »
Exactly, that was the troublemaker. Thank you very much for such a quick and professional tip.

cheers

 

anything