Good afternoon,
I installed the weather.module, upgraded from the previous version. I ran update.php to patch the database for the new module.
Now, the block is displayed on the front page, but it's not updating the data. The data displayed is that from the time it was installed & enabled.
I also get these warnings when at admin/settings/weather:
* warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/connect/modules/weather/icao_codes.inc on line 36.
* warning: Invalid argument supplied for foreach() in /var/www/connect/includes/form.inc on line 641.
ICAO code: LAS
Comments
Comment #1
nerdymark commentedCorrection: KLAS
Comment #2
toddy commentedHi,
I've corrected the problem with the warning message ("* warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/connect/modules/weather/icao_codes.inc on line 36.").
Concerning the missing updates, did you enable the use of cron?
Regards,
Tobias
Comment #3
nerdymark commentedThat fixed it. Thank you very much :)
Comment #4
toddy commentedGreat, closing this bug, then.