You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Uncaught TypeError: mktime(): Argument #6 ($year) must be of type ?int, string given in ***\e107_plugins\log\stats.php:1821 Stack trace: #0 ***\e107_plugins\log\stats.php(1821): mktime(0, 0, 0, '2021', '08', 'bak') #1 ***\e107_plugins\log\stats.php(212): siteStats->renderDaily() #2 ***\index.php(69): include_once('C:\\xampp8.0\\htd...') #3 {main} thrown in ***\e107_plugins\log\stats.php on line 1821
Because this:
Double data are created:
And this is causing fatal error:
Fatal error: Uncaught TypeError: mktime(): Argument #6 ($year) must be of type ?int, string given in ***\e107_plugins\log\stats.php:1821 Stack trace: #0 ***\e107_plugins\log\stats.php(1821): mktime(0, 0, 0, '2021', '08', 'bak') #1 ***\e107_plugins\log\stats.php(212): siteStats->renderDaily() #2 ***\index.php(69): include_once('C:\\xampp8.0\\htd...') #3 {main} thrown in ***\e107_plugins\log\stats.php on line 1821
because explode fails on text "bak":
The text was updated successfully, but these errors were encountered: