I installed it following the instructions but I get these errors: 3

    Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xE0 0x3A 0x20 0x38 in googleWeather->request_data() (linea 43 di /home/xxx/public_html/sites/all/modules/google_weather/google_weather.inc).
    Warning: simplexml_load_string() [function.simplexml-load-string]: ition data="Sereno"/><temp_f data="48"/><temp_c data="9"/><humidity data="Umidit in googleWeather->request_data() (linea 43 di /home/xxx/public_html/sites/all/modules/google_weather/google_weather.inc).
    Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in googleWeather->request_data() (linea 43 di /home/xxx/public_html/sites/all/modules/google_weather/google_weather.inc).

What is the problem? Thank you

Comments

markwk’s picture

What is your server setup? + php version?

damiankloip’s picture

I think this is because a utf formatting function was accidentally commented out from development in this version. This will be fixed in the next release. See #1385804: simplexml_load_string: Input is not proper UTF-8. Don't think your php version has anything to do with it.

hopfrog’s picture

I have PHP 5.2.17

hopfrog’s picture

Thanks, I'll wait for the next version

damiankloip’s picture

Status: Active » Closed (fixed)

Fixed, problem fixed in next release.

Anticosti’s picture

Any idea when the next release will be available?
Thanks!

damiankloip’s picture

Soon....... :)

Maybe today if I have time. A couple of tasks need to be done, then I can merge from my field branch to add field support to the module too.

markwk’s picture

Field support really? I ended up using a php workaround to render blocks in nodes.

damiankloip’s picture

@markwk, yep :) field support is on the 7.x dev branch now. You will prob need to uninstall current version to use it if you are interested.