phpweather-bugs Mailing List for PHP Weather (Page 5)
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: <no...@so...> - 2002-12-28 13:28:53
|
Bugs item #603857, was opened at 2002-09-03 08:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=603857&group_id=23245 Category: Installation Group: phpweather-2.x >Status: Closed Priority: 5 Submitted By: Chris Sohns (csohns) >Assigned to: Martin Geisler (gimpster) Summary: Problem when register_globals is off. Initial Comment: Upon completing the initial config, when I click the download config button I'm sent to this url which obviously doesn't exist: ------------ http://localhost/phpweather-2.0.0/config/<br% 20/><b>Notice</b>:%20%20Undefined% 20variable:%20%20PHP_SELF%20in% 20<b>/usr/local/apache/htdocs/weather/config/make_ config.php</b>%20on%20line% 20<b>404</b><br%20/>? ------------ Now I'm sure I could resolve this by turning on register globals, but the code should be patched to not rely exclusivly on $PHP_SELF seeing as how register globals is now turned off by default. Next when I try to reload the config page, I get these errors: ------------ Notice: Undefined variable: options in /usr/local/apache/htdocs/weather/config/make_config. php on line 287 Warning: First argument to array_keys() should be an array in /usr/local/apache/htdocs/weather/config/make_config. php on line 287 Warning: Invalid argument supplied for foreach() in /usr/local/apache/htdocs/weather/config/make_config. php on line 288 Fatal error: Call to a member function on a non-object in /usr/local/apache/htdocs/weather/config/pw_optiongro up.php on line 117 ------------ and I continue to get that error until I delete the session or it times out. Once the session is gone, the cycle begins from scratch. ---------------------------------------------------------------------- >Comment By: Martin Geisler (gimpster) Date: 2002-12-28 14:28 Message: Logged In: YES user_id=104098 This has now been fixed in CVS. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2002-09-22 11:42 Message: Logged In: YES user_id=104098 Yes, you're right - things break when register_globals are turned off which is the default for new PHP 4.2.0 installations. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=603857&group_id=23245 |
From: <no...@so...> - 2002-12-28 12:38:05
|
Bugs item #597732, was opened at 2002-08-20 14:20 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=597732&group_id=23245 Category: Databases Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Geoff Lankow (darktrojan) >Assigned to: Martin Geisler (gimpster) Summary: Sun / Moon picture based on time at location Initial Comment: Output the sun or the moon pictures based on the local time of the metar - not the server time, also be able to display times as local times in the text output. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2002-12-03 19:23 Message: Logged In: YES user_id=104098 Christian Prior (chrisprior) sent this file to me some time ago: it has a function that will calculate the sunrise and sunset for a location based on the latitude and longitude. Before we can use this in PHP Weather, then we have to obtain the lati- and longitude data and put it in the ICAO database. The data is available here: http://tgsv5.nws.noaa.gov/oso/site.shtml Having this data in our database would solve this bug in an elegant way, and perhaps prove usefull if someone wants to make clickable maps of the World with the locations marked by small dots or something like that... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=597732&group_id=23245 |
From: <no...@so...> - 2002-12-03 18:23:19
|
Bugs item #597732, was opened at 2002-08-20 14:20 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=597732&group_id=23245 >Category: Databases >Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Geoff Lankow (darktrojan) Assigned to: Nobody/Anonymous (nobody) >Summary: Sun / Moon picture based on time at location Initial Comment: Output the sun or the moon pictures based on the local time of the metar - not the server time, also be able to display times as local times in the text output. ---------------------------------------------------------------------- >Comment By: Martin Geisler (gimpster) Date: 2002-12-03 19:23 Message: Logged In: YES user_id=104098 Christian Prior (chrisprior) sent this file to me some time ago: it has a function that will calculate the sunrise and sunset for a location based on the latitude and longitude. Before we can use this in PHP Weather, then we have to obtain the lati- and longitude data and put it in the ICAO database. The data is available here: http://tgsv5.nws.noaa.gov/oso/site.shtml Having this data in our database would solve this bug in an elegant way, and perhaps prove usefull if someone wants to make clickable maps of the World with the locations marked by small dots or something like that... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=597732&group_id=23245 |
From: <no...@so...> - 2002-11-26 15:55:40
|
Bugs item #534581, was opened at 2002-03-25 09:34 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=534581&group_id=23245 Category: Localisation Group: phpweather-1.x Status: Open Priority: 5 Submitted By: Martin Geisler (gimpster) Assigned to: Nobody/Anonymous (nobody) Summary: Translation of 'windchill' Initial Comment: The following locales lack a proper translation of the 'windchill' entry: locale_cz.inc, locale_es.inc, locale_fr.inc, locale_it.inc, locale_mt.inc, locale_nl.inc, locale_no.inc, and locale_po_br.inc. Please update the translation as soon as possible. ---------------------------------------------------------------------- >Comment By: Martin Geisler (gimpster) Date: 2002-11-26 16:55 Message: Logged In: YES user_id=104098 I've updated the Maltese translation, thanks for the input. So now we only need a French translation... ---------------------------------------------------------------------- Comment By: Angelo Dalli (maltalinks) Date: 2002-11-06 21:26 Message: Logged In: YES user_id=643734 Hi, I had originally done the translation of locale_mt. The translation for the windchill strings should be: 'windchill' => ' il-kesha minhabba r-rih kienet <b>% s</b> °C (<b>%s</b> °F) ', I will also be doing the translation for PHP Weather 2 soon - should be available in a week or so. Cheers, Angelo Dalli an...@ma... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-07-17 00:27 Message: Logged In: NO The translation of windchill in spanish is : sensación térmica then the line become: 'windchill' => ' sensación térmica era de <b>%s</b> °C (<b>%s</b> °F) ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2002-04-04 18:49 Message: Logged In: YES user_id=104098 Thanks to good people in the sci.lang.translation newsgroup, we now only need translations for: French (locale_fr.inc) and Maltese (locale_mt.inc). ---------------------------------------------------------------------- Comment By: Max Hammond (iridium) Date: 2002-03-27 11:35 Message: Logged In: YES user_id=81516 locale_cz has been fixed now. ---------------------------------------------------------------------- Comment By: Carlo Gulin (carlogulin) Date: 2002-03-25 11:12 Message: Logged In: YES user_id=495823 The translation of windchill in italian is : potere raffreddante del vento then the line become: 'windchill' => ' potere raffreddante del vento era del <b>%s</b> °C (<b>%s</b> °F) ', ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=534581&group_id=23245 |
From: <no...@so...> - 2002-11-06 20:26:12
|
Bugs item #534581, was opened at 2002-03-25 08:34 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=534581&group_id=23245 Category: Localisation Group: phpweather-1.x Status: Open Priority: 5 Submitted By: Martin Geisler (gimpster) Assigned to: Nobody/Anonymous (nobody) Summary: Translation of 'windchill' Initial Comment: The following locales lack a proper translation of the 'windchill' entry: locale_cz.inc, locale_es.inc, locale_fr.inc, locale_it.inc, locale_mt.inc, locale_nl.inc, locale_no.inc, and locale_po_br.inc. Please update the translation as soon as possible. ---------------------------------------------------------------------- Comment By: Angelo Dalli (maltalinks) Date: 2002-11-06 20:26 Message: Logged In: YES user_id=643734 Hi, I had originally done the translation of locale_mt. The translation for the windchill strings should be: 'windchill' => ' il-kesha minhabba r-rih kienet <b>% s</b> °C (<b>%s</b> °F) ', I will also be doing the translation for PHP Weather 2 soon - should be available in a week or so. Cheers, Angelo Dalli an...@ma... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-07-16 22:27 Message: Logged In: NO The translation of windchill in spanish is : sensación térmica then the line become: 'windchill' => ' sensación térmica era de <b>%s</b> °C (<b>%s</b> °F) ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2002-04-04 16:49 Message: Logged In: YES user_id=104098 Thanks to good people in the sci.lang.translation newsgroup, we now only need translations for: French (locale_fr.inc) and Maltese (locale_mt.inc). ---------------------------------------------------------------------- Comment By: Max Hammond (iridium) Date: 2002-03-27 10:35 Message: Logged In: YES user_id=81516 locale_cz has been fixed now. ---------------------------------------------------------------------- Comment By: Carlo Gulin (carlogulin) Date: 2002-03-25 10:12 Message: Logged In: YES user_id=495823 The translation of windchill in italian is : potere raffreddante del vento then the line become: 'windchill' => ' potere raffreddante del vento era del <b>%s</b> °C (<b>%s</b> °F) ', ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=534581&group_id=23245 |
From: <no...@so...> - 2002-09-25 18:39:05
|
Bugs item #603857, was opened at 2002-09-03 08:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=603857&group_id=23245 Category: Installation Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Chris Sohns (csohns) Assigned to: Nobody/Anonymous (nobody) >Summary: Problem when register_globals is off. Initial Comment: Upon completing the initial config, when I click the download config button I'm sent to this url which obviously doesn't exist: ------------ http://localhost/phpweather-2.0.0/config/<br% 20/><b>Notice</b>:%20%20Undefined% 20variable:%20%20PHP_SELF%20in% 20<b>/usr/local/apache/htdocs/weather/config/make_ config.php</b>%20on%20line% 20<b>404</b><br%20/>? ------------ Now I'm sure I could resolve this by turning on register globals, but the code should be patched to not rely exclusivly on $PHP_SELF seeing as how register globals is now turned off by default. Next when I try to reload the config page, I get these errors: ------------ Notice: Undefined variable: options in /usr/local/apache/htdocs/weather/config/make_config. php on line 287 Warning: First argument to array_keys() should be an array in /usr/local/apache/htdocs/weather/config/make_config. php on line 287 Warning: Invalid argument supplied for foreach() in /usr/local/apache/htdocs/weather/config/make_config. php on line 288 Fatal error: Call to a member function on a non-object in /usr/local/apache/htdocs/weather/config/pw_optiongro up.php on line 117 ------------ and I continue to get that error until I delete the session or it times out. Once the session is gone, the cycle begins from scratch. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2002-09-22 11:42 Message: Logged In: YES user_id=104098 Yes, you're right - things break when register_globals are turned off which is the default for new PHP 4.2.0 installations. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=603857&group_id=23245 |
From: <no...@so...> - 2002-09-25 18:38:38
|
Bugs item #603857, was opened at 2002-09-03 08:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=603857&group_id=23245 Category: Installation Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Chris Sohns (csohns) Assigned to: Nobody/Anonymous (nobody) >Summary: Problem when register_globals is turned off. Initial Comment: Upon completing the initial config, when I click the download config button I'm sent to this url which obviously doesn't exist: ------------ http://localhost/phpweather-2.0.0/config/<br% 20/><b>Notice</b>:%20%20Undefined% 20variable:%20%20PHP_SELF%20in% 20<b>/usr/local/apache/htdocs/weather/config/make_ config.php</b>%20on%20line% 20<b>404</b><br%20/>? ------------ Now I'm sure I could resolve this by turning on register globals, but the code should be patched to not rely exclusivly on $PHP_SELF seeing as how register globals is now turned off by default. Next when I try to reload the config page, I get these errors: ------------ Notice: Undefined variable: options in /usr/local/apache/htdocs/weather/config/make_config. php on line 287 Warning: First argument to array_keys() should be an array in /usr/local/apache/htdocs/weather/config/make_config. php on line 287 Warning: Invalid argument supplied for foreach() in /usr/local/apache/htdocs/weather/config/make_config. php on line 288 Fatal error: Call to a member function on a non-object in /usr/local/apache/htdocs/weather/config/pw_optiongro up.php on line 117 ------------ and I continue to get that error until I delete the session or it times out. Once the session is gone, the cycle begins from scratch. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2002-09-22 11:42 Message: Logged In: YES user_id=104098 Yes, you're right - things break when register_globals are turned off which is the default for new PHP 4.2.0 installations. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=603857&group_id=23245 |
From: <no...@so...> - 2002-09-25 18:38:22
|
Bugs item #603857, was opened at 2002-09-03 08:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=603857&group_id=23245 Category: Installation Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Chris Sohns (csohns) Assigned to: Nobody/Anonymous (nobody) >Summary: Problem register_globals turned off. Initial Comment: Upon completing the initial config, when I click the download config button I'm sent to this url which obviously doesn't exist: ------------ http://localhost/phpweather-2.0.0/config/<br% 20/><b>Notice</b>:%20%20Undefined% 20variable:%20%20PHP_SELF%20in% 20<b>/usr/local/apache/htdocs/weather/config/make_ config.php</b>%20on%20line% 20<b>404</b><br%20/>? ------------ Now I'm sure I could resolve this by turning on register globals, but the code should be patched to not rely exclusivly on $PHP_SELF seeing as how register globals is now turned off by default. Next when I try to reload the config page, I get these errors: ------------ Notice: Undefined variable: options in /usr/local/apache/htdocs/weather/config/make_config. php on line 287 Warning: First argument to array_keys() should be an array in /usr/local/apache/htdocs/weather/config/make_config. php on line 287 Warning: Invalid argument supplied for foreach() in /usr/local/apache/htdocs/weather/config/make_config. php on line 288 Fatal error: Call to a member function on a non-object in /usr/local/apache/htdocs/weather/config/pw_optiongro up.php on line 117 ------------ and I continue to get that error until I delete the session or it times out. Once the session is gone, the cycle begins from scratch. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2002-09-22 11:42 Message: Logged In: YES user_id=104098 Yes, you're right - things break when register_globals are turned off which is the default for new PHP 4.2.0 installations. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=603857&group_id=23245 |
From: <no...@so...> - 2002-09-25 18:34:56
|
Bugs item #612423, was opened at 2002-09-21 08:16 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=612423&group_id=23245 Category: Databases Group: phpweather-2.x >Status: Closed Priority: 5 Submitted By: kalle volkov (cal666) >Assigned to: Martin Geisler (gimpster) Summary: Estonia / Tallinn has wrong ICAO Initial Comment: Had to dig through, to find out, why local weather was not displayed. Correct ICAO is EETN. P.S. After some testing period, I will contribute Estonian translation for PhpWeather. ---------------------------------------------------------------------- >Comment By: Martin Geisler (gimpster) Date: 2002-09-25 20:34 Message: Logged In: YES user_id=104098 I've updated the ICAO in CVS - thanks for the report. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=612423&group_id=23245 |
From: <no...@so...> - 2002-09-24 18:18:22
|
Bugs item #613963, was opened at 2002-09-24 20:18 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=613963&group_id=23245 Category: Output Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Christian Prior (chrisprior) Assigned to: Nobody/Anonymous (nobody) Summary: icons path in pw_images problems Initial Comment: In case you set an icons_path when instanciating the class phpweather you will notice that a call of $icons->get_sky_image() will use the icons_path set in defaults.php and not the one from the array. To have your methods access the correct class variable change output/pw_images.php around line 362: return $this->properties['icons_path'] . becomes return $this->weather->properties['icons_path'] . Chris ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=613963&group_id=23245 |
From: <no...@so...> - 2002-09-22 09:42:41
|
Bugs item #603857, was opened at 2002-09-03 08:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=603857&group_id=23245 Category: Installation Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Chris Sohns (csohns) Assigned to: Nobody/Anonymous (nobody) Summary: XML in URL and parse failures Initial Comment: Upon completing the initial config, when I click the download config button I'm sent to this url which obviously doesn't exist: ------------ http://localhost/phpweather-2.0.0/config/<br% 20/><b>Notice</b>:%20%20Undefined% 20variable:%20%20PHP_SELF%20in% 20<b>/usr/local/apache/htdocs/weather/config/make_ config.php</b>%20on%20line% 20<b>404</b><br%20/>? ------------ Now I'm sure I could resolve this by turning on register globals, but the code should be patched to not rely exclusivly on $PHP_SELF seeing as how register globals is now turned off by default. Next when I try to reload the config page, I get these errors: ------------ Notice: Undefined variable: options in /usr/local/apache/htdocs/weather/config/make_config. php on line 287 Warning: First argument to array_keys() should be an array in /usr/local/apache/htdocs/weather/config/make_config. php on line 287 Warning: Invalid argument supplied for foreach() in /usr/local/apache/htdocs/weather/config/make_config. php on line 288 Fatal error: Call to a member function on a non-object in /usr/local/apache/htdocs/weather/config/pw_optiongro up.php on line 117 ------------ and I continue to get that error until I delete the session or it times out. Once the session is gone, the cycle begins from scratch. ---------------------------------------------------------------------- >Comment By: Martin Geisler (gimpster) Date: 2002-09-22 11:42 Message: Logged In: YES user_id=104098 Yes, you're right - things break when register_globals are turned off which is the default for new PHP 4.2.0 installations. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=603857&group_id=23245 |
From: <no...@so...> - 2002-09-22 09:40:23
|
Bugs item #611597, was opened at 2002-09-19 15:54 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=611597&group_id=23245 Category: Output Group: phpweather-2.x >Status: Closed Priority: 5 Submitted By: Fabio Parri (fparri) >Assigned to: Martin Geisler (gimpster) Summary: Doesn't work on Lycos web space Initial Comment: On Lycos the the fsockopen() function is disabled. This makes phpweather 2.0 not to work, whereas the 1.6.* versions, using the file() function, worked. The solution, I guess, would be to abstract the logic that downloads a METAR so that people can choose between using file(), fsockopen() or something else if they need to... Unfortunately, I can't do such a thing, due to my poor coding skills. Anyone up to it :) ? Thanks a million, Fabio ---------------------------------------------------------------------- >Comment By: Martin Geisler (gimpster) Date: 2002-09-22 11:40 Message: Logged In: YES user_id=104098 I've fixed this in CVS - you can now specify a fetch_function in your defaults.php file. Setting fetch_function to 'get_metar_socket' will use fsockopen(), setting it to 'get_metar_file' will use file() instead. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=611597&group_id=23245 |
From: <no...@so...> - 2002-09-21 06:16:19
|
Bugs item #612423, was opened at 2002-09-21 08:16 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=612423&group_id=23245 Category: Databases Group: phpweather-2.x Status: Open Priority: 5 Submitted By: kalle volkov (cal666) Assigned to: Nobody/Anonymous (nobody) Summary: Estonia / Tallinn has wrong ICAO Initial Comment: Had to dig through, to find out, why local weather was not displayed. Correct ICAO is EETN. P.S. After some testing period, I will contribute Estonian translation for PhpWeather. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=612423&group_id=23245 |
From: <no...@so...> - 2002-09-19 13:54:16
|
Bugs item #611597, was opened at 2002-09-19 15:54 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=611597&group_id=23245 Category: Output Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Fabio Parri (fparri) Assigned to: Nobody/Anonymous (nobody) Summary: Doesn't work on Lycos web space Initial Comment: On Lycos the the fsockopen() function is disabled. This makes phpweather 2.0 not to work, whereas the 1.6.* versions, using the file() function, worked. The solution, I guess, would be to abstract the logic that downloads a METAR so that people can choose between using file(), fsockopen() or something else if they need to... Unfortunately, I can't do such a thing, due to my poor coding skills. Anyone up to it :) ? Thanks a million, Fabio ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=611597&group_id=23245 |
From: <no...@so...> - 2002-09-03 06:45:53
|
Bugs item #603857, was opened at 2002-09-03 00:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=603857&group_id=23245 Category: Installation Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Chris Sohns (csohns) Assigned to: Nobody/Anonymous (nobody) Summary: XML in URL and parse failures Initial Comment: Upon completing the initial config, when I click the download config button I'm sent to this url which obviously doesn't exist: ------------ http://localhost/phpweather-2.0.0/config/<br% 20/><b>Notice</b>:%20%20Undefined% 20variable:%20%20PHP_SELF%20in% 20<b>/usr/local/apache/htdocs/weather/config/make_ config.php</b>%20on%20line% 20<b>404</b><br%20/>? ------------ Now I'm sure I could resolve this by turning on register globals, but the code should be patched to not rely exclusivly on $PHP_SELF seeing as how register globals is now turned off by default. Next when I try to reload the config page, I get these errors: ------------ Notice: Undefined variable: options in /usr/local/apache/htdocs/weather/config/make_config. php on line 287 Warning: First argument to array_keys() should be an array in /usr/local/apache/htdocs/weather/config/make_config. php on line 287 Warning: Invalid argument supplied for foreach() in /usr/local/apache/htdocs/weather/config/make_config. php on line 288 Fatal error: Call to a member function on a non-object in /usr/local/apache/htdocs/weather/config/pw_optiongro up.php on line 117 ------------ and I continue to get that error until I delete the session or it times out. Once the session is gone, the cycle begins from scratch. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=603857&group_id=23245 |
From: <no...@so...> - 2002-09-01 03:03:12
|
Bugs item #603019, was opened at 2002-09-01 03:03 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=603019&group_id=23245 Category: Output Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Petteri Kettunen (petterik) Assigned to: Nobody/Anonymous (nobody) Summary: get_sky_image()/itime bug (?) Initial Comment: The night flag in pw_images.php is set according to metar timestamp. Consider that you want to show sky image according to local time. In embedded script one can make the following hook: sscanf(gmdate('G', $data['time'] + 32400), "%d", $hour); if (($hour < 6) || ($hour > 18)) { $images->set_time('nite'); } else { $images->set_time('day'); } $img = $images->get_sky_image(); But then one should also change in pw_images.php/ get_sky_image(): // if itime var is set by user, it overrides night flag if ($this->itime != '') { if ($this->itime == 'nite') { $night = 1; } else { $night = 0; } } if ($night == 1) { return $this->properties['icons_path'] . $this->n_images[$phenomena_group][$maxcoverage]; } else { return $this->properties['icons_path'] . $this->images[$phenomena_group][$maxcoverage]; } // null itime???? // $this->itime = ''; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=603019&group_id=23245 |
From: <no...@so...> - 2002-08-26 15:55:12
|
Bugs item #600289, was opened at 2002-08-26 17:55 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=600289&group_id=23245 Category: Localisation Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Martin Geisler (gimpster) Assigned to: Nobody/Anonymous (nobody) Summary: Missing strings for precipitation Initial Comment: Somewhere along the way we lost the strings used for precipitation. The following METAR triggers the errors: AAAA P6000 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=600289&group_id=23245 |
From: <no...@so...> - 2002-08-26 10:35:46
|
Bugs item #597732, was opened at 2002-08-20 14:20 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=597732&group_id=23245 >Category: None Group: None Status: Open Priority: 5 Submitted By: Geoff Lankow (darktrojan) Assigned to: Nobody/Anonymous (nobody) Summary: Sun / Moon picture Initial Comment: Output the sun or the moon pictures based on the local time of the metar - not the server time, also be able to display times as local times in the text output. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=597732&group_id=23245 |
From: <no...@so...> - 2002-07-24 18:28:21
|
Bugs item #586044, was opened at 2002-07-24 17:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=586044&group_id=23245 Category: None Group: None >Status: Deleted Priority: 5 Submitted By: hort (hortensio) Assigned to: Nobody/Anonymous (nobody) Summary: - sign in the x minutes ago Initial Comment: In LPFU at 10:30 UTC shows "-8238 minutes ago, at 10:30 UTC, the wind was blowing at a speed of 7.7 ".... the problem is of course the - sign that shows (variable $minutes_old). ---------------------------------------------------------------------- >Comment By: hort (hortensio) Date: 2002-07-24 18:28 Message: Logged In: YES user_id=583650 Never mind! The LPFU file is from the year 2000 2000/11/30 10:30 LPFU 301030Z 21015G25KT 9999 SCT018 BKN250 21/15 Q1015 RS2505KT 052010KT 232218KT sorry! You could create a control then this happens like if older then 5 days then data to old to be used..... just a thought ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=586044&group_id=23245 |
From: <no...@so...> - 2002-07-24 17:22:02
|
Bugs item #586044, was opened at 2002-07-24 17:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=586044&group_id=23245 Category: None Group: None Status: Open Priority: 5 Submitted By: hort (hortensio) Assigned to: Nobody/Anonymous (nobody) Summary: - sign in the x minutes ago Initial Comment: In LPFU at 10:30 UTC shows "-8238 minutes ago, at 10:30 UTC, the wind was blowing at a speed of 7.7 ".... the problem is of course the - sign that shows (variable $minutes_old). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=586044&group_id=23245 |
From: <no...@so...> - 2002-07-16 22:27:06
|
Bugs item #534581, was opened at 2002-03-25 00:34 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=534581&group_id=23245 Category: Localisation Group: phpweather-1.x Status: Open Priority: 5 Submitted By: Martin Geisler (gimpster) Assigned to: Nobody/Anonymous (nobody) Summary: Translation of 'windchill' Initial Comment: The following locales lack a proper translation of the 'windchill' entry: locale_cz.inc, locale_es.inc, locale_fr.inc, locale_it.inc, locale_mt.inc, locale_nl.inc, locale_no.inc, and locale_po_br.inc. Please update the translation as soon as possible. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-07-16 15:27 Message: Logged In: NO The translation of windchill in spanish is : sensación térmica then the line become: 'windchill' => ' sensación térmica era de <b>%s</b> °C (<b>%s</b> °F) ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2002-04-04 08:49 Message: Logged In: YES user_id=104098 Thanks to good people in the sci.lang.translation newsgroup, we now only need translations for: French (locale_fr.inc) and Maltese (locale_mt.inc). ---------------------------------------------------------------------- Comment By: Max Hammond (iridium) Date: 2002-03-27 02:35 Message: Logged In: YES user_id=81516 locale_cz has been fixed now. ---------------------------------------------------------------------- Comment By: Carlo Gulin (carlogulin) Date: 2002-03-25 02:12 Message: Logged In: YES user_id=495823 The translation of windchill in italian is : potere raffreddante del vento then the line become: 'windchill' => ' potere raffreddante del vento era del <b>%s</b> °C (<b>%s</b> °F) ', ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=534581&group_id=23245 |
From: <no...@so...> - 2002-06-28 15:59:19
|
Bugs item #562984, was opened at 2002-05-31 18:50 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=562984&group_id=23245 Category: Installation Group: CVS >Status: Closed Priority: 7 Submitted By: Sven-Erik Andersen (sven-erik) Assigned to: Martin Geisler (gimpster) Summary: Namechange needed for /icons Initial Comment: The directory name for the weather icons should be changed into pw_icons or something like that. On a standard Apache setup, the top-level directory /icons is pointing to the (mostly) file-icons that is included with Apache. If it is used on the top-level on a webserver who have the standard Apache configuration, Apache will look in the wrong directory for the images. ---------------------------------------------------------------------- >Comment By: Martin Geisler (gimpster) Date: 2002-06-28 17:59 Message: Logged In: YES user_id=104098 This has been fixed in CVS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=562984&group_id=23245 |
From: <no...@so...> - 2002-05-31 16:50:22
|
Bugs item #562984, was opened at 2002-05-31 18:50 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=562984&group_id=23245 Category: Installation Group: CVS Status: Open Priority: 7 Submitted By: Sven-Erik Andersen (sven-erik) Assigned to: Martin Geisler (gimpster) Summary: Namechange needed for /icons Initial Comment: The directory name for the weather icons should be changed into pw_icons or something like that. On a standard Apache setup, the top-level directory /icons is pointing to the (mostly) file-icons that is included with Apache. If it is used on the top-level on a webserver who have the standard Apache configuration, Apache will look in the wrong directory for the images. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=562984&group_id=23245 |
From: <no...@so...> - 2002-05-20 15:59:02
|
Bugs item #535797, was opened at 2002-03-27 17:53 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=535797&group_id=23245 Category: Databases Group: phpweather-2.x >Status: Closed Priority: 9 Submitted By: Max Hammond (iridium) >Assigned to: Martin Geisler (gimpster) Summary: PGSql needs fixing Initial Comment: The pw_db_pgsql isn't going to be working at the moment - it doesn't have any of the functions get_countries() insert_stations() create_tables() lookup_icao() get_icaos() Do we have a PostGres person hiding anywhere? Max ---------------------------------------------------------------------- >Comment By: Martin Geisler (gimpster) Date: 2002-05-20 17:59 Message: Logged In: YES user_id=104098 Yes, I've just installed PostgreSQL, so I guess that I'm the PostgreSQL person now :-) ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=535797&group_id=23245 |
From: <no...@so...> - 2002-05-17 15:52:57
|
Bugs item #557256, was opened at 2002-05-17 15:49 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=557256&group_id=23245 Category: Decoding Group: phpweather-1.x >Status: Closed Priority: 5 Submitted By: Mark Liffiton (liffiton) Assigned to: Martin Geisler (gimpster) Summary: v1.6 - Doesn't like newlines Initial Comment: For example, the regexp to check for a temperature section will ignore the temperature section if it ends with a newline. Fixes: 1 - Strip newlines when fetched (perhaps just s/ \s+/ /g or similar) 2 - phpweather.inc: change line 641 to "$parts = preg_split('/\s+/', $metar);" ---------------------------------------------------------------------- >Comment By: Martin Geisler (gimpster) Date: 2002-05-17 17:52 Message: Logged In: YES user_id=104098 Fixed in CVS - thanks for noticing this! ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=557256&group_id=23245 |