• Resolved alx359

    (@alx359)


    Wen trying to sort by size get this error:

    Fatal error: Uncaught TypeError: strtolower() expects parameter 1 to be string, integer given in plugins/wp-phpmyadmin-extension/lib/phpMyAdmin_xxx/libraries/classes/DatabaseInterface.php:712 Stack trace: #0 plugins/wp-phpmyadmin-extension/lib/phpMyAdmin_xxx/libraries/classes/DatabaseInterface.php(712): strtolower(262144) #1 plugins/wp-phpmyadmin-extension/lib/phpMyAdmin_xxx/libraries/classes/Util.php(4630): PhpMyAdmin\DatabaseInterface->getTablesFull('www-mydomain-...', false, false, 0, 250, 'Data_length', 'DESC', NULL) #2 plugins/wp-phpmyadmin-extension/lib/phpMyAdmin_xxx/libraries/classes/Controllers/Database/StructureController.php(106): PhpMyAdmin\Util::getDbInfo('www-mydomain-...', '_structure' in plugins/wp-phpmyadmin-extension/lib/phpMyAdmin_xxx/libraries/classes/DatabaseInterface.php on line 712

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ttodua

    (@ttodua)

    sorry, this is coming from phpMyAdmin core (not from plugin), so you should ask/open this issue on github pma official repo.

    Thread Starter alx359

    (@alx359)

    Plugin Author ttodua

    (@ttodua)

    Good, we will push the update too!

    (however, 5.0.2 doesnt seem to be released yet on main site)

    • This reply was modified 4 years, 2 months ago by ttodua.

    Maybe the same situation? I installed & activated the plugin yesterday. WP site running in Local by Flywheel. This appears in a new tab after clicking Enter phpMyAdmin.

    
    ( ! ) Fatal error: Uncaught TypeError: Return value of PhpMyAdmin\Core::getRealSize() must be of the type int, float returned in C:\Users\Barry\Local Sites\test\app\public\wp-content\plugins\wp-phpmyadmin-extension\lib\phpMyAdmin_jR2hpIfKTPJkE5nNqHit4yF\libraries\classes\Core.php on line 438
    ( ! ) TypeError: Return value of PhpMyAdmin\Core::getRealSize() must be of the type int, float returned in C:\Users\Barry\Local Sites\test\app\public\wp-content\plugins\wp-phpmyadmin-extension\lib\phpMyAdmin_jR2hpIfKTPJkE5nNqHit4yF\libraries\classes\Core.php on line 438
    Call Stack
    #	Time	Memory	Function	Location
    1	0.0420	403776	{main}( )	...\index.php:0
    2	0.0814	405456	require_once( 'C:\Users\Barry\Local Sites\test\app\public\wp-content\plugins\wp-phpmyadmin-extension\lib\phpMyAdmin_jR2hpIfKTPJkE5nNqHit4yF\libraries\common.inc.php' )	...\index.php:23
    3	2.0920	700960	Symfony\Component\DependencyInjection\ContainerBuilder->get( )	...\common.inc.php:221
    4	2.0920	700960	Symfony\Component\DependencyInjection\ContainerBuilder->doGet( )	...\ContainerBuilder.php:558
    5	2.0921	700984	Symfony\Component\DependencyInjection\ContainerBuilder->createService( )	...\ContainerBuilder.php:618
    6	2.1346	704592	newInstanceArgs ( )	...\ContainerBuilder.php:1144
    7	2.1346	705024	PhpMyAdmin\Config->__construct( )	...\ContainerBuilder.php:1144
    8	2.2878	732880	PhpMyAdmin\Config->checkSystem( )	...\Config.php:104
    9	2.2888	732944	PhpMyAdmin\Config->checkUploadSize( )	...\Config.php:128
    10	2.2888	732944	PhpMyAdmin\Core::getRealSize( )	...\Config.php:1323
    
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fatal error: Uncaught TypeError: strtolower() expects parameter 1 to be string’ is closed to new replies.