phpweather-bugs Mailing List for PHP Weather (Page 2)
Brought to you by:
iridium
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
(7) |
Apr
(3) |
May
(5) |
Jun
(1) |
Jul
(3) |
Aug
(2) |
Sep
(11) |
Oct
|
Nov
(2) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
(2) |
Apr
(7) |
May
|
Jun
|
Jul
(3) |
Aug
(6) |
Sep
(8) |
Oct
(2) |
Nov
|
Dec
|
2004 |
Jan
(7) |
Feb
(10) |
Mar
|
Apr
|
May
(5) |
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(4) |
2005 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
(1) |
Feb
(2) |
Mar
(10) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(8) |
Oct
|
Nov
(1) |
Dec
|
2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2009 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2006-03-09 18:16:08
|
Bugs item #1267063, was opened at 2005-08-23 12:45 Message generated for change (Comment added) made by iridium You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1267063&group_id=23245 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: PHP code Group: phpweather-2.x >Status: Closed Priority: 5 Submitted By: Strainu Ion (strainu) Assigned to: Nobody/Anonymous (nobody) Summary: HTTP not supported Initial Comment: The Http protocol does not seem to be supported anymore by noaa(the script simply doesn't work). By replacing http:// with ftp:// all over the code, it works just fine ---------------------------------------------------------------------- >Comment By: Max Hammond (iridium) Date: 2006-03-09 18:16 Message: Logged In: YES user_id=81516 Seems to be working fine now ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1267063&group_id=23245 |
From: SourceForge.net <no...@so...> - 2006-03-09 18:13:13
|
Bugs item #1085580, was opened at 2004-12-15 04:28 Message generated for change (Comment added) made by iridium You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1085580&group_id=23245 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: phpweather-2.x >Status: Closed Priority: 5 Submitted By: Jim (jimfortune) Assigned to: Nobody/Anonymous (nobody) Summary: TAF Remarks also start with "AFT" Initial Comment: Some military and non-US TAFs contain remarks beginning with the word "AFT". Example: (Station KDAA) 142020 33012G18KT 9999 BKN050 620503 QNH3019INS BECMG 2324 33009KT 9999 SCT050 QNH3027INS WND 33012G18KT AFT 13 T04/20Z TM03/12Z LIMITED METWATCH 1503 TIL 1611 The code written as is uses the valid time (1611) as a ceiling. I modified my phpweather.php to include "AFT" in addition to "RMK". There may be other magic words that end the actual TAF, but I can't think of any at present :-). ---------------------------------------------------------------------- >Comment By: Max Hammond (iridium) Date: 2006-03-09 18:13 Message: Logged In: YES user_id=81516 Fixed locally - well spotted. Will commit to CVS shortly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1085580&group_id=23245 |
From: SourceForge.net <no...@so...> - 2006-03-09 17:59:09
|
Bugs item #1410524, was opened at 2006-01-20 07:30 Message generated for change (Comment added) made by iridium You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1410524&group_id=23245 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: PHP code Group: phpweather-2.x >Status: Pending Priority: 5 Submitted By: lutzl (lutzlegu) Assigned to: Nobody/Anonymous (nobody) Summary: ERROR in Metar.php Initial Comment: in Metar.php in Section $metarcode = array(...... Line 362 "wind"=>"(\d3.............(\w{2,3})", The last expression (\w{2,3}) gives an ERROR when using Station EDDP ( Leipzig-Schkeuditz, Germany ) I think it is better to use (\D{2,3}). Station EDDP works then fine... greetings Lutz ---------------------------------------------------------------------- >Comment By: Max Hammond (iridium) Date: 2006-03-09 17:59 Message: Logged In: YES user_id=81516 Which version of phpweather are you using? I can't see any such code (or even file) in the version of PHPweather in CVS? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1410524&group_id=23245 |
From: SourceForge.net <no...@so...> - 2006-03-09 17:46:20
|
Bugs item #1248111, was opened at 2005-07-30 20:34 Message generated for change (Comment added) made by iridium You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1248111&group_id=23245 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Output Group: None >Status: Closed Priority: 5 Submitted By: Juan Cabanela (jcabanela) Assigned to: Nobody/Anonymous (nobody) Summary: Error in print_pretty_time($time) Initial Comment: Your are "round"ing the number of hours instead of using "floor" such that a 97 minute difference between the present and the time reported is listed as "2 hours 37 minutes" by print_pretty_time(). Change the first four lines of this function from: function print_pretty_time($time) { $minutes_old = round((time() - $time)/60); if ($minutes_old > 60) { $hours = round((time() - $time)/3600); $minutes = $minutes_old % 60; and instead use: function print_pretty_time($time) { $minutes_old = round((time() - $time)/60); if ($minutes_old > 60) { $hours = floor((time() - $time)/3600); //CHANGE MADE HERE $minutes = $minutes_old % 60; That makes this routine report the correct time since the weather data was gathered. ---------------------------------------------------------------------- >Comment By: Max Hammond (iridium) Date: 2006-03-09 17:46 Message: Logged In: YES user_id=81516 Well spotted. Fixed locally, I'll commit to CVS once I've cleared all the stuff I haven't touched since last year :-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1248111&group_id=23245 |
From: SourceForge.net <no...@so...> - 2006-03-09 17:30:43
|
Bugs item #1229397, was opened at 2005-06-29 00:15 Message generated for change (Comment added) made by iridium You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1229397&group_id=23245 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Output Group: None >Status: Closed Priority: 5 Submitted By: Greg LaBrec (glabrec) Assigned to: Nobody/Anonymous (nobody) Summary: Stale Data Initial Comment: Does anyone know why the data is running 4-5 hours or more behind, or if it's going to be fixed? The METAR you get at http://weather.noaa.gov/weather/metar.shtml is hours older than what they show at http://adds.aviationweather.gov/metars/ ---------------------------------------------------------------------- >Comment By: Max Hammond (iridium) Date: 2006-03-09 17:30 Message: Logged In: YES user_id=81516 Not a problem with PHPWeather ---------------------------------------------------------------------- Comment By: feersumenjinn (feersumenjinn) Date: 2005-07-23 10:00 Message: Logged In: YES user_id=1317432 I noticed this too. I guess NOAA is not being updated with the latest METAR soon enough - but it does get it eventually. Anyway I looked around for another source of METARs and considered aviationweather but in the end went for Wyoming University http://weather.uwyo.edu/ I have made some modification to data_retrieval.php to get the more recent METAR from one of their pages. I would attached it here if I knew how. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1229397&group_id=23245 |
From: Carlos M. <car...@ho...> - 2006-02-26 17:02:53
|
Hi there !!! I would like to have the weather report in a table showing the = following: time, wind speed, wind direction, = temperature,dew-point,atmospheric pressure, humidity,clouds, visibility. I found a function print_table() in the pw_text.php file and transferred = the code into the index.php file but still doesn't work.=20 Could you please check the code below and let me know what should be = changed. Thank you very much. Carlos $output .=3D print_table() { $data =3D $this->weather->decode_metar(); $location =3D $data['location']; $date =3D $this->print_pretty_time($data['time']); $wind =3D $this->print_pretty_wind($data['wind']); $temperature =3D = $this->print_pretty_temperature($data['temperature']); $pressure =3D $this->print_pretty_altimeter($data['altimeter']); $humidity =3D = $this->print_pretty_rel_humidity($data['rel_humidity']); if ($this->properties['orientation'] =3D=3D 'vertical') { } else { echo "<table border=3D"1">"; echo "\n <tr>\n"; echo " <th>' . $this->strings['location'] . "</th>\n"; echo " <th>' . $this->strings['date'] . "</th>\n"; echo " <th>' . $this->strings['wind'] . "</th>\n"; echo " <th>' . $this->strings['temperature'] . "</th>\n"; echo " <th>' . $this->strings['pressure'] . "</th>\n"; echo " <th>' . $this->strings['humidity'] . "</th>\n"; echo " </tr>\n"; echo " <td>$location</td> <td>$date</td> <td>$wind</td> <td>$temperature</td> <td>$pressure</td> <td>$humidity%</td> </tr> </table> "; } } } |
From: SourceForge.net <no...@so...> - 2006-02-14 23:41:59
|
Bugs item #1431859, was opened at 2006-02-14 20:41 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1431859&group_id=23245 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Localisation Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Janoma (janoma) Assigned to: Nobody/Anonymous (nobody) Summary: Doesn't work for my city Initial Comment: I live in Santiago, capital of Chile, and I was surprised when I noted that Santiago is not an option in Chile's city list!! Instead of Santiago appears "Quintero Santiago" in the same way as "Punta Arenas". But "Punta Arenas" is actually the name of one city. Quintero and Santiago are different cities. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1431859&group_id=23245 |
From: SourceForge.net <no...@so...> - 2006-01-20 07:30:08
|
Bugs item #1410524, was opened at 2006-01-20 08:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1410524&group_id=23245 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: PHP code Group: phpweather-2.x Status: Open Priority: 5 Submitted By: lutzl (lutzlegu) Assigned to: Nobody/Anonymous (nobody) Summary: ERROR in Metar.php Initial Comment: in Metar.php in Section $metarcode = array(...... Line 362 "wind"=>"(\d3.............(\w{2,3})", The last expression (\w{2,3}) gives an ERROR when using Station EDDP ( Leipzig-Schkeuditz, Germany ) I think it is better to use (\D{2,3}). Station EDDP works then fine... greetings Lutz ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1410524&group_id=23245 |
From: SourceForge.net <no...@so...> - 2005-08-23 12:45:09
|
Bugs item #1267063, was opened at 2005-08-23 15:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1267063&group_id=23245 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: PHP code Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Strainu Ion (strainu) Assigned to: Nobody/Anonymous (nobody) Summary: HTTP not supported Initial Comment: The Http protocol does not seem to be supported anymore by noaa(the script simply doesn't work). By replacing http:// with ftp:// all over the code, it works just fine ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1267063&group_id=23245 |
From: SourceForge.net <no...@so...> - 2005-07-30 20:34:49
|
Bugs item #1248111, was opened at 2005-07-30 15:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1248111&group_id=23245 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Output Group: None Status: Open Priority: 5 Submitted By: Juan Cabanela (jcabanela) Assigned to: Nobody/Anonymous (nobody) Summary: Error in print_pretty_time($time) Initial Comment: Your are "round"ing the number of hours instead of using "floor" such that a 97 minute difference between the present and the time reported is listed as "2 hours 37 minutes" by print_pretty_time(). Change the first four lines of this function from: function print_pretty_time($time) { $minutes_old = round((time() - $time)/60); if ($minutes_old > 60) { $hours = round((time() - $time)/3600); $minutes = $minutes_old % 60; and instead use: function print_pretty_time($time) { $minutes_old = round((time() - $time)/60); if ($minutes_old > 60) { $hours = floor((time() - $time)/3600); //CHANGE MADE HERE $minutes = $minutes_old % 60; That makes this routine report the correct time since the weather data was gathered. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1248111&group_id=23245 |
From: SourceForge.net <no...@so...> - 2005-07-23 10:00:21
|
Bugs item #1229397, was opened at 2005-06-29 00:15 Message generated for change (Comment added) made by feersumenjinn You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1229397&group_id=23245 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Output Group: None Status: Open Priority: 5 Submitted By: Greg LaBrec (glabrec) Assigned to: Nobody/Anonymous (nobody) Summary: Stale Data Initial Comment: Does anyone know why the data is running 4-5 hours or more behind, or if it's going to be fixed? The METAR you get at http://weather.noaa.gov/weather/metar.shtml is hours older than what they show at http://adds.aviationweather.gov/metars/ ---------------------------------------------------------------------- Comment By: feersumenjinn (feersumenjinn) Date: 2005-07-23 10:00 Message: Logged In: YES user_id=1317432 I noticed this too. I guess NOAA is not being updated with the latest METAR soon enough - but it does get it eventually. Anyway I looked around for another source of METARs and considered aviationweather but in the end went for Wyoming University http://weather.uwyo.edu/ I have made some modification to data_retrieval.php to get the more recent METAR from one of their pages. I would attached it here if I knew how. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1229397&group_id=23245 |
From: SourceForge.net <no...@so...> - 2005-06-29 00:15:45
|
Bugs item #1229397, was opened at 2005-06-28 17:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1229397&group_id=23245 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Output Group: None Status: Open Priority: 5 Submitted By: Greg LaBrec (glabrec) Assigned to: Nobody/Anonymous (nobody) Summary: Stale Data Initial Comment: Does anyone know why the data is running 4-5 hours or more behind, or if it's going to be fixed? The METAR you get at http://weather.noaa.gov/weather/metar.shtml is hours older than what they show at http://adds.aviationweather.gov/metars/ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1229397&group_id=23245 |
From: SourceForge.net <no...@so...> - 2005-06-25 22:47:06
|
Bugs item #1227564, was opened at 2005-06-26 00:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1227564&group_id=23245 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: Peter Schneider (partisan003) Assigned to: Nobody/Anonymous (nobody) Summary: Updated stations list Initial Comment: Attached is an updated stations database with all working stations (2132) from NOAA. Sorry, I didn't find a place to commit patches, so I post it here... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1227564&group_id=23245 |
From: SourceForge.net <no...@so...> - 2005-01-19 22:14:59
|
Bugs item #1082695, was opened at 2004-12-09 23:18 Message generated for change (Comment added) made by drjohnny You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1082695&group_id=23245 Category: None Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Craig Drummond (cyborg90) Assigned to: Nobody/Anonymous (nobody) Summary: After Installing executing make_config.php just shows blank Initial Comment: I downloaded and installed the code into the /Weather directory. I am able to open the index.php file and have the weather displayed. However when I try to follow the directions in the manual it says the first step is to create a new default.php by using the make_config.php page. When I attempt to open the page I get a blank screen. PHP4 MySQL 4.1 Apache 2.0.48 ---------------------------------------------------------------------- Comment By: John Palkovic (drjohnny) Date: 2005-01-19 16:14 Message: Logged In: YES user_id=985118 Here is a patch which seems to fix the problem for me: --- make_config.php 2005-01-19 15:45:19.000000000 -0600 +++ make_config.php-new 2005-01-19 15:45:06.000000000 -0600 @@ -411,6 +411,7 @@ options in $HTTP_SESSION_VARS and not on a copy. */ $keys = array_keys($HTTP_SESSION_VARS); foreach ($keys as $option) { + $option = str_replace("\&","&", $option); $HTTP_SESSION_VARS[$option]->update_value($HTTP_POST_VARS); } I can now visit make_config.php with safari (OS X version 10.3.7) and it works. ---------------------------------------------------------------------- Comment By: John Palkovic (drjohnny) Date: 2005-01-19 15:26 Message: Logged In: YES user_id=985118 Try a different browser. I was getting an error with safari on Mac OS X when I tried to load config/make_config.php. Safari puts an item in the http environment that looks something like this: HTTP_COOKIE=prefs=show_changed&on&show_diff&&select_diff&&user_name&JohnDoe I guess the loop over the $HTTP_SESSION_VARS chokes on the &'s in this variable. I see that php4 uses '&' for references. I visited the page with firefox and it loaded with no problems. php4 apache 1.3.33-2 on debian kernel 2.6.9 ---------------------------------------------------------------------- Comment By: Farzad Bakhtiar (farzad) Date: 2004-12-28 18:15 Message: Logged In: YES user_id=70097 I have the same problem. The error is thrown when trying to access $HTTP_SESSION_VARS[$option] as an object. In make_config.php there is a line liek this in a for loop: $HTTP_SESSION_VARS[$option]->update_value ($HTTP_POST_VARS); And the error given is: PHP Fatal error: Call to a member function on a non-object in ... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1082695&group_id=23245 |
From: SourceForge.net <no...@so...> - 2005-01-19 21:26:36
|
Bugs item #1082695, was opened at 2004-12-09 23:18 Message generated for change (Comment added) made by drjohnny You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1082695&group_id=23245 Category: None Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Craig Drummond (cyborg90) Assigned to: Nobody/Anonymous (nobody) Summary: After Installing executing make_config.php just shows blank Initial Comment: I downloaded and installed the code into the /Weather directory. I am able to open the index.php file and have the weather displayed. However when I try to follow the directions in the manual it says the first step is to create a new default.php by using the make_config.php page. When I attempt to open the page I get a blank screen. PHP4 MySQL 4.1 Apache 2.0.48 ---------------------------------------------------------------------- Comment By: John Palkovic (drjohnny) Date: 2005-01-19 15:26 Message: Logged In: YES user_id=985118 Try a different browser. I was getting an error with safari on Mac OS X when I tried to load config/make_config.php. Safari puts an item in the http environment that looks something like this: HTTP_COOKIE=prefs=show_changed&on&show_diff&&select_diff&&user_name&JohnDoe I guess the loop over the $HTTP_SESSION_VARS chokes on the &'s in this variable. I see that php4 uses '&' for references. I visited the page with firefox and it loaded with no problems. php4 apache 1.3.33-2 on debian kernel 2.6.9 ---------------------------------------------------------------------- Comment By: Farzad Bakhtiar (farzad) Date: 2004-12-28 18:15 Message: Logged In: YES user_id=70097 I have the same problem. The error is thrown when trying to access $HTTP_SESSION_VARS[$option] as an object. In make_config.php there is a line liek this in a for loop: $HTTP_SESSION_VARS[$option]->update_value ($HTTP_POST_VARS); And the error given is: PHP Fatal error: Call to a member function on a non-object in ... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1082695&group_id=23245 |
From: SourceForge.net <no...@so...> - 2005-01-18 17:22:03
|
Bugs item #1104428, was opened at 2005-01-18 13:24 Message generated for change (Comment added) made by gimpster You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1104428&group_id=23245 Category: Output Group: phpweather-2.x >Status: Closed Priority: 5 Submitted By: Rigel_Kent (rigel_kent) Assigned to: Nobody/Anonymous (nobody) Summary: PT Language doesn't appear Initial Comment: Dear friends, I've installed PHP Weather, and everything's ok. The only problem, is that when I choose the Portuguese language ( PT ), the spanish one appears. EVERY languages work ( I think ), except the portuguese. And I can't see where the problem is. As I told you everything is working fine. Please answer as soon as possible. Best regrds, Rigel_Kent ---------------------------------------------------------------------- >Comment By: Martin Geisler (gimpster) Date: 2005-01-18 18:22 Message: Logged In: YES user_id=104098 Sorry about that --- there is an error in the pw_text_pt.php file. The fix is simple: change both occurences of 'pw_text_es' to just 'pw_text'. You'll find the errors near the top and bottom of the file. Thanks for reporting this, the next release will contain the fixes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1104428&group_id=23245 |
From: SourceForge.net <no...@so...> - 2005-01-18 12:24:53
|
Bugs item #1104428, was opened at 2005-01-18 12:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1104428&group_id=23245 Category: Output Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Rigel_Kent (rigel_kent) Assigned to: Nobody/Anonymous (nobody) Summary: PT Language doesn't appear Initial Comment: Dear friends, I've installed PHP Weather, and everything's ok. The only problem, is that when I choose the Portuguese language ( PT ), the spanish one appears. EVERY languages work ( I think ), except the portuguese. And I can't see where the problem is. As I told you everything is working fine. Please answer as soon as possible. Best regrds, Rigel_Kent ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1104428&group_id=23245 |
From: SourceForge.net <no...@so...> - 2004-12-29 00:15:13
|
Bugs item #1082695, was opened at 2004-12-09 22:18 Message generated for change (Comment added) made by farzad You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1082695&group_id=23245 Category: None Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Craig Drummond (cyborg90) Assigned to: Nobody/Anonymous (nobody) Summary: After Installing executing make_config.php just shows blank Initial Comment: I downloaded and installed the code into the /Weather directory. I am able to open the index.php file and have the weather displayed. However when I try to follow the directions in the manual it says the first step is to create a new default.php by using the make_config.php page. When I attempt to open the page I get a blank screen. PHP4 MySQL 4.1 Apache 2.0.48 ---------------------------------------------------------------------- Comment By: Farzad Bakhtiar (farzad) Date: 2004-12-28 17:15 Message: Logged In: YES user_id=70097 I have the same problem. The error is thrown when trying to access $HTTP_SESSION_VARS[$option] as an object. In make_config.php there is a line liek this in a for loop: $HTTP_SESSION_VARS[$option]->update_value ($HTTP_POST_VARS); And the error given is: PHP Fatal error: Call to a member function on a non-object in ... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1082695&group_id=23245 |
From: SourceForge.net <no...@so...> - 2004-12-15 04:30:23
|
Bugs item #1085580, was opened at 2004-12-14 23:28 Message generated for change (Settings changed) made by jimfortune You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1085580&group_id=23245 Category: None >Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Jim (jimfortune) Assigned to: Nobody/Anonymous (nobody) Summary: TAF Remarks also start with "AFT" Initial Comment: Some military and non-US TAFs contain remarks beginning with the word "AFT". Example: (Station KDAA) 142020 33012G18KT 9999 BKN050 620503 QNH3019INS BECMG 2324 33009KT 9999 SCT050 QNH3027INS WND 33012G18KT AFT 13 T04/20Z TM03/12Z LIMITED METWATCH 1503 TIL 1611 The code written as is uses the valid time (1611) as a ceiling. I modified my phpweather.php to include "AFT" in addition to "RMK". There may be other magic words that end the actual TAF, but I can't think of any at present :-). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1085580&group_id=23245 |
From: SourceForge.net <no...@so...> - 2004-12-15 04:28:42
|
Bugs item #1085580, was opened at 2004-12-14 23:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1085580&group_id=23245 Category: None Group: None Status: Open Priority: 5 Submitted By: Jim (jimfortune) Assigned to: Nobody/Anonymous (nobody) Summary: TAF Remarks also start with "AFT" Initial Comment: Some military and non-US TAFs contain remarks beginning with the word "AFT". Example: (Station KDAA) 142020 33012G18KT 9999 BKN050 620503 QNH3019INS BECMG 2324 33009KT 9999 SCT050 QNH3027INS WND 33012G18KT AFT 13 T04/20Z TM03/12Z LIMITED METWATCH 1503 TIL 1611 The code written as is uses the valid time (1611) as a ceiling. I modified my phpweather.php to include "AFT" in addition to "RMK". There may be other magic words that end the actual TAF, but I can't think of any at present :-). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1085580&group_id=23245 |
From: SourceForge.net <no...@so...> - 2004-12-10 05:18:04
|
Bugs item #1082695, was opened at 2004-12-09 22:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1082695&group_id=23245 Category: None Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Craig Drummond (cyborg90) Assigned to: Nobody/Anonymous (nobody) Summary: After Installing executing make_config.php just shows blank Initial Comment: I downloaded and installed the code into the /Weather directory. I am able to open the index.php file and have the weather displayed. However when I try to follow the directions in the manual it says the first step is to create a new default.php by using the make_config.php page. When I attempt to open the page I get a blank screen. PHP4 MySQL 4.1 Apache 2.0.48 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1082695&group_id=23245 |
From: SourceForge.net <no...@so...> - 2004-08-16 12:23:20
|
Bugs item #1009960, was opened at 2004-08-16 14:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1009960&group_id=23245 Category: None Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Willy R. Stolzenburg (elissos) Assigned to: Nobody/Anonymous (nobody) Summary: has NOAA changed pathes ?? Initial Comment: when I tried "http://phpweather.sourceforge.net/index.php" the only result was "no data available". downloading from "ftp://weather.noaa.gov/pub/data/observati.." also didn't work ! BUT "ftp://weather.noaa.gov/data/observations.." without /pub runs !! have they reorganized their site ?? willy ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=1009960&group_id=23245 |
From: SourceForge.net <no...@so...> - 2004-07-19 21:32:59
|
Bugs item #994111, was opened at 2004-07-19 23:32 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=994111&group_id=23245 Category: Output Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Ron van den Dungen (dseron) Assigned to: Nobody/Anonymous (nobody) Summary: leading zero in wind_dir value Initial Comment: To strip out the leading zero in the wind_dir change the following line in pw_text.php: $this->properties['mark_begin'] . $deg . '°' . into: $this->properties['mark_begin'] . ltrim($deg,'0') . '°' . Ron ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=994111&group_id=23245 |
From: SourceForge.net <no...@so...> - 2004-06-17 13:13:00
|
Bugs item #964405, was opened at 2004-06-01 19:04 Message generated for change (Comment added) made by gimpster You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=964405&group_id=23245 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Reini Urban (rurban) Assigned to: Nobody/Anonymous (nobody) Summary: fix if connection was refused Initial Comment: Skip gmmktime() with invalid date if the connection was refused. $date holds the connection refused message then, splitted into some words, which is invalid for gmmktime, which prints a warning. ---------------------------------------------------------------------- >Comment By: Martin Geisler (gimpster) Date: 2004-06-17 15:12 Message: Logged In: YES user_id=104098 I've just added a @ infront of the two calls to fsockopen(), and that makes the script behave as expected when no connection can be made (when the outgoing interface is down). I don't know if it would react differently if it is the remote host who refuses the connection? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=964405&group_id=23245 |
From: SourceForge.net <no...@so...> - 2004-06-01 17:04:45
|
Bugs item #964405, was opened at 2004-06-01 19:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=964405&group_id=23245 Category: None Group: None Status: Open Priority: 5 Submitted By: Reini Urban (rurban) Assigned to: Nobody/Anonymous (nobody) Summary: fix if connection was refused Initial Comment: Skip gmmktime() with invalid date if the connection was refused. $date holds the connection refused message then, splitted into some words, which is invalid for gmmktime, which prints a warning. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=964405&group_id=23245 |