Autor Zpráva
PetraPP
Profil
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
PetraPP:
Neexistuji konstanty sunrise a sunset. Použij stringy.

Vaše odpověď

Mohlo by se hodit


Prosím používejte diakritiku a interpunkci.

Ochrana proti spamu. Napište prosím číslo dvě-sta čtyřicet-sedm:

0