E_DEPRECATED Implicit conversion from float 19.89 to int loses precision
-
Hello, my page shown some error, can you fix it to not shown ??
E_DEPRECATED Implicit conversion from float 19.891520023345947 to int loses precision in file /wp-content/plugins/mailpoet/lib/Cron/DaemonHttpRunner.php on line 113
public function pauseExecution($pauseTime) { return sleep($pauseTime); }
sleep accept only int .. float given return warning .. use usleep * 1000 or retype value (int) instead .. thanks
Mailpoet v4.48.2
PHP 8.1
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘E_DEPRECATED Implicit conversion from float 19.89 to int loses precision’ is closed to new replies.