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
PHP Fatal error: Uncaught mysqli_sql_exception: Column 'map' in order clause is ambiguous in C:\xampp\htdocs\includes\class_db.php:222\nStack trace:\n#0 C:\xampp\htdocs\includes\class_db.php(222): mysqli_query(Object(mysqli), '\n\t\tSELECT *, \n\t...')\n#1 C:\xampp\htdocs\pages\claninfo_mapperformance.php(141): DB_mysql->query('\n\t\tSELECT *, \n\t...')\n#2 C:\xampp\htdocs\pages\claninfo.php(191): require_once('C:\xampp\htdocs...')\n#3 C:\xampp\htdocs\hlstats.php(225): include('C:\xampp\htdocs...')\n#4 {main}\n thrown in C:\xampp\htdocs\includes\class_db.php on line 222
PHP Deprecated: Implicit conversion from float 1.0402777777777779 to int loses precision in C:\xampp\htdocs\sig.php on line 407, referer: https:///hlstats.php?mode=playerinfo&player=794
[Wed Jul 17 07:35:17.521273 2024] [php:notice] [pid 4744:tid 1916] [client 127.0.0.1:17382] PHP Deprecated: Implicit conversion from float 62.416666666666664 to int loses precision in C:\xampp\htdocs\sig.php on line 410, referer: https:///hlstats.php?mode=playerinfo&player=794
PHP issues:
PHP Fatal error: Uncaught mysqli_sql_exception: Column 'map' in order clause is ambiguous in C:\xampp\htdocs\includes\class_db.php:222\nStack trace:\n#0 C:\xampp\htdocs\includes\class_db.php(222): mysqli_query(Object(mysqli), '\n\t\tSELECT *, \n\t...')\n#1 C:\xampp\htdocs\pages\claninfo_mapperformance.php(141): DB_mysql->query('\n\t\tSELECT *, \n\t...')\n#2 C:\xampp\htdocs\pages\claninfo.php(191): require_once('C:\xampp\htdocs...')\n#3 C:\xampp\htdocs\hlstats.php(225): include('C:\xampp\htdocs...')\n#4 {main}\n thrown in C:\xampp\htdocs\includes\class_db.php on line 222
PHP Deprecated: Implicit conversion from float 1.0402777777777779 to int loses precision in C:\xampp\htdocs\sig.php on line 407, referer: https:///hlstats.php?mode=playerinfo&player=794
[Wed Jul 17 07:35:17.521273 2024] [php:notice] [pid 4744:tid 1916] [client 127.0.0.1:17382] PHP Deprecated: Implicit conversion from float 62.416666666666664 to int loses precision in C:\xampp\htdocs\sig.php on line 410, referer: https:///hlstats.php?mode=playerinfo&player=794
I forgot that the float issue was resolved with help from kicken https://forums.phpfreaks.com/topic/317018-php-deprecated-implicit-conversion-from-float-115-to-int-loses-precision/?do=findComment&comment=1610097
407 $hours += floor($timestamp / 3600 % 24);
fix $hours += floor($timestamp / 3600) % 24;
410 $min = floor($timestamp / 60 % 60);
fix $min = floor($timestamp / 60) % 60;
Server: XAMPP 8.2.4 (PHP 8.2.4). OS Windows 11
The text was updated successfully, but these errors were encountered: