Author Topic: Management screen on Weather Blues 2  (Read 4189 times)

Offline iw0gz

  • New member
  • *
  • Posts: 2
    • IW0GZ amateur station
Management screen on Weather Blues 2
« on: February 02, 2014, 06:24:18 AM »
Just a question,
my management screen work partially. The language section work fine, but the upgrade section on the left screen doesn't work an the error appear on the bottom page:

Parse error: syntax error, unexpected T_STRING in /..../...../wt_data_intl.php line 342

My php is very poor ... can you help me ?

Thanks a lot, Sante - iw0gz

My meteo site: www.meteomonterotondo.it

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Management screen on Weather Blues 2
« Reply #1 on: February 02, 2014, 07:14:42 AM »
Hi,

That situation is normal. wt_data_intl.php is a data file,
so it contain "Cumulus webtags" that have to be processed
before use. Then, php is finding these files pretty strange!

That file then need to be copied in your Pc and removed
from your website.

Regards,
Jacques
Please, consider supporting this site 

Offline iw0gz

  • New member
  • *
  • Posts: 2
    • IW0GZ amateur station
Re: Management screen on Weather Blues 2
« Reply #2 on: February 02, 2014, 08:20:49 AM »
Thank you, it was an oversight. I tried to process the file with cumulus and now everything works :)
Thank you very much.