| Autor | Zpráva | ||
|---|---|---|---|
| PetraPP Profil |
#1 · Zasláno: 7. 12. 2019, 23:25:31
Ahojte,
neporadíte prosím, jak tuto chybu odstranit? V PHP 5.6. jsem s tímto problém neměla, ale jakmile jsem přešla na PHP 7.3, vyskočilo tohle na mně a já vůbec nevím proč. Poradíte, jak to opravit? Warning: Use of undefined constant sunrise - assumed 'sunrise' (this will throw an Error in a future version of PHP) in /data/web/virtuals/2052/virtual/www/index.php on line 304 Warning: Use of undefined constant sunset - assumed 'sunset' (this will throw an Error in a future version of PHP) in /data/web/virtuals/2052/virtual/www/index.php on line 305 $gps_x = "49.5442169";
$gps_y = "17.1545856";
$sun_info = date_sun_info(strtotime("today"), $gps_x, $gps_y);
$vychod_a = Date("Hi", $sun_info[sunrise]); // vychod
$zapad_a = Date("Hi", $sun_info[sunset]); // zapad |
||
| Tomášeek Profil |
#2 · Zasláno: 8. 12. 2019, 00:15:10
PetraPP:
Neexistuji konstanty sunrise a sunset. Použij stringy. |
||
|
Časová prodleva: 7 let
|
|||
0