Config.php doesn't upgrade to v.17.0
Posted: 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:
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
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';Another problem is that I don't see time on the Current Conditions block.
Thanks