Config.php doesn't upgrade to v.17.0

Post Reply
User avatar
andrea75
Newbie
Newbie
Posts: 3
Joined: Thu Sep 07, 2017 8:29 pm
Location: Perugia (Italy)
Station model: LaCrosse Ws2300
Software: WeeWx
Contact:

Config.php doesn't upgrade to v.17.0

Post by andrea75 » Mon Jan 08, 2018 10:05 pm

Hi Jachym. I have just update my site to new version (Nectarine). The update process goes fine and doesn't show any error, but on the footer the version showed is still the old (16.0 Physalis) and on the top is still present the message in red that says that new version of Meteotemplate is available (17.0).
To be sure I open the config.php on the root and this what that appear inside:

Code: Select all

<?php
 // Meteotemplate Configuration File


error_reporting(0);
if(isset($_GET['errors'])) { error_reporting(E_ALL); ini_set('display_errors', 'On'); }



$templateVersion = 16;
$versionName = 'Physalis';
The permissions on the config.php file are ok (777) and the file is writable.
Another problem is that I don't see time on the Current Conditions block.

Thanks

User avatar
Jachym
Site Admin
Site Admin
Posts: 1686
Joined: Fri Aug 18, 2017 10:12 pm
Location: Brno, Czech Republic
Station model: WH1080
Software: Meteobridge
Contact:

Re: Config.php doesn't upgrade to v.17.0

Post by Jachym » Mon Jan 08, 2018 10:27 pm

Hi,
dont open config. You need to open the Main setup and click Save, this will finish the update

User avatar
andrea75
Newbie
Newbie
Posts: 3
Joined: Thu Sep 07, 2017 8:29 pm
Location: Perugia (Italy)
Station model: LaCrosse Ws2300
Software: WeeWx
Contact:

Re: Config.php doesn't upgrade to v.17.0

Post by andrea75 » Mon Jan 08, 2018 10:31 pm

Jachym wrote: Mon Jan 08, 2018 10:27 pm Hi,
dont open config. You need to open the Main setup and click Save, this will finish the update
Thanks... I miss this step! Now is showing the correct version on footer!

Post Reply