mattbta
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP-Weather] Won’t pull dataIt shouldn’t exhibit that behavior as it explicitly deletes each expired row. Strange.
Forum: Plugins
In reply to: [Plugin: WP-Weather] Won’t pull dataThe weatherxml table will be in phpmyadmin.
This plugin function perfectly on thousands of installations. It uses the wordpress built in remote data retrieval. I can’t do anything about hosts or PHP configurations that prevent the communication to weather.com’s servers.
Forum: Plugins
In reply to: [Plugin: WP-Weather] Short Code in sidebar instead of widgetIs this within a wordpress post or page? It must be inside the loop for the shortcode to be rendered.
Forum: Plugins
In reply to: [Plugin: WP-Weather] Won’t pull dataCan you check the weatherxml table and see if any data is actually in the table? Is the location id valid?
Forum: Plugins
In reply to: [Plugin: wp-weather] No images?Got a link to where this happens? What does the HTML in the source say? Are all of the images uploaded? Have you set an image dimension in the options?
Forum: Plugins
In reply to: [Plugin: WP-Weather] Won’t pull dataAre there any errors you observe? Is there data in the table? I utilize WP’s snoopy class to make the call to the external service but have seen a few rare instances where hosts have their PHP locked down and thus the data is never received, but that usually generates a PHP error.
Forum: Plugins
In reply to: Is it possible to translate results from wp-weather?<?php weather_display(); ?>Forum: Plugins
In reply to: Is it possible to translate results from wp-weather?The plugin has translation available. You’ll have to create a translation file specific to your locale and upload it to plugins/wp-weather/localization
There should be an example in that directory for you to follow.
Forum: Plugins
In reply to: [Plugin: WP-Weather] Every so often the widget spews code all over my sidebarI’ve fixed the issue that creates this problem in the latest version (0.3.5)
Forum: Plugins
In reply to: [Plugin: WP-Weather] Every so often the widget spews code all over my sidebarIf you can post the code that is present, I’ll try and track down the issue. In the latest version I’ve coded around all the possible errors that I’m aware of but that doesn’t mean I missed one.
Usually it is a result of weather.com either sending bad xml or xml that lacks the forecast data. It goes away the next refresh (30 min) but I’d like to track down your issue.
Forum: Fixing WordPress
In reply to: Hacked? /iiousioduoisfdufiousd.php?Update is out.
Forum: Fixing WordPress
In reply to: Hacked? /iiousioduoisfdufiousd.php?That file is not related to wp-weather in any way.
The error you received is due to the weather.com xml. Occasionally, the full forecast data won’t come over and gets stored in the database incomplete. Soon I will have some checks for this so you do not get the error. The stop-gap for this problem is to either delete the row from the weatherxml table manually or wait for the refresh time period to elapse (default 30 minutes.)
Apologies I didn’t see this sooner.
Forum: Plugins
In reply to: [Plugin: wp-weather] Good idea but for US weather onlyHere’s a more rational response:
Go to weather.com and type in your city in the search box. I typed Dublin for example. It yields this url
http://www.weather.com/outlook/travel/businesstraveler/local/EIXX0014Take the remainder of the url after “local/” and place that in your options (EIXX0014). Now you’ve got weather for Dublin.Forum: Plugins
In reply to: [Plugin: wp-weather] No good … only USAPerhaps I should have been more clear in the reply to the original thread.
Go to weather.com and type in your city in the search box. I typed Dublin for example. It yields this url
http://www.weather.com/outlook/travel/businesstraveler/local/EIXX0014Take the remainder of the url after “local/” and place that in your options. Now you’ve got weather for Dublin.Forum: Plugins
In reply to: [Plugin: wp-weather] Good idea but for US weather onlyThis plugin most definitely supports international cities. Search for your city on weather.com and enter the code in the url into the plugin options.