Skip to content

TypeError: PhpMyAdmin\Util::formatNumber(): Argument #1 ($value) must be of type string|int|float, null given #19537

@liviuconcioiu

Description

@liviuconcioiu

Describe the bug

demo server:

TypeError: PhpMyAdmin\Util::formatNumber(): Argument #1 ($value) must be of type string|int|float, null given, called in /home/demo/.pma-demo-web/master-config/src/Controllers/Database/Structure/RealRowCountController.php on line 76

localhost:

Internal error in .\src\Util.php#365
TypeError: PhpMyAdmin\Util::formatNumber(): Argument #1 ($value) must be of type string|int|float, null given, called in E:\GitHub\phpmyadmin\src\Controllers\Database\Structure\RealRowCountController.php on line 76

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://demo.phpmyadmin.net/master-config/public/index.php?route=/database/structure&db=information_schema&server=1
  2. Click on row count at the bottom or Rows column
  3. See error

Expected behavior

An exact count of the rows should be given, without errors.

Screenshots

18.01.2025_02.40.17_REC.mp4

Server configuration

  • phpMyAdmin version: 6.0.0-dev

Metadata

Metadata

Assignees

Labels

BugA problem or regression with an existing feature

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions