- Moderator
- #61
Reinstalled a clean plugin, and now for some reason I can not enter their city, In the configurator list is empty
I enter the name of the city, and looking for, finds:
Choose,
click save, the plugin reports that all saved,
but the list is still empty ivse input fields are empty.
Record all go out in the catalog settings 2 files:
WorldWeather.xml
WorldWeather.xml.bak
In the log file Configuration.log there is no error.
I enter the name of the city, and looking for, finds:
Choose,
click save, the plugin reports that all saved,
but the list is still empty ivse input fields are empty.
Record all go out in the catalog settings 2 files:
WorldWeather.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<profile>
<section name="World Weather">
<entry name="City">
</entry>
<entry name="CityCode">
</entry>
<entry name="CityPostalCode">
</entry>
<entry name="Country">
</entry>
<entry name="Description">
</entry>
<entry name="TemperatureUnit">0</entry>
<entry name="WindUnit">0</entry>
<entry name="PressureUnit">0</entry>
<entry name="DistanceUnit">0</entry>
<entry name="Timezone">0</entry>
<entry name="TimezoneLongitude">
</entry>
<entry name="TimezoneLatitude">
</entry>
</section>
</profile>
WorldWeather.xml.bak
Code:
<?xml version="1.0" encoding="utf-8"?>
<profile>
<section name="World Weather">
<entry name="City">Kyiv, UKR</entry>
<entry name="CityCode">UPXX0016</entry>
<entry name="CityPostalCode">
</entry>
<entry name="Country">
</entry>
<entry name="Description">
</entry>
<entry name="TemperatureUnit">0</entry>
<entry name="WindUnit">1</entry>
<entry name="PressureUnit">2</entry>
<entry name="DistanceUnit">0</entry>
<entry name="Timezone">13</entry>
<entry name="TimezoneLongitude">30.5239563</entry>
<entry name="TimezoneLatitude">50.4383659</entry>
</section>
</profile>
In the log file Configuration.log there is no error.