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

