Page 1 of 1

Config.php doesn't upgrade to v.17.0

Posted: Mon Jan 08, 2018 10:05 pm
by andrea75
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

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

Posted: Mon Jan 08, 2018 10:27 pm
by Jachym
Hi,
dont open config. You need to open the Main setup and click Save, this will finish the update

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

Posted: Mon Jan 08, 2018 10:31 pm
by andrea75
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!