Author Topic: vwsphp error  (Read 1203 times)

0 Members and 1 Guest are viewing this topic.

Offline Axelvold

  • Forecaster
  • *****
  • Posts: 1704
    • Axelvold's weather and photo
vwsphp error
« on: January 28, 2009, 12:31:27 PM »
i'm trying to configure this script but i can't get it work, i only get this error

Parse error: parse error, unexpected T_VARIABLE in H:\htdocs\vwsphp\configs\site.php on line 81

and this is line 81
Code: [Select]
$this->properties['degrees'] = 'C';     # F or C
anyone that could help me?
Lars Magnusson
Axelvold / Sweden
55° 57' 41" N / 13° 6' 1" E
WX Station: Davis Vantage Pro2 Plus

Offline Axelvold

  • Forecaster
  • *****
  • Posts: 1704
    • Axelvold's weather and photo
Re: vwsphp error
« Reply #1 on: January 28, 2009, 05:27:31 PM »
I did manage to get this working, there was a bug in the script.

Here is the bug,
Code: [Select]
$this->properties['goes']=''   # eg: ECIR this is missing ; after
Code: [Select]
['goes']=''
Lars Magnusson
Axelvold / Sweden
55° 57' 41" N / 13° 6' 1" E
WX Station: Davis Vantage Pro2 Plus

 

anything