phpMyAdmin issue

Discussion in 'ISPConfig 3 Priority Support' started by unsichtbare, Oct 1, 2019.

  1. unsichtbare

    unsichtbare Member HowtoForge Supporter

    I'm seeing an error in phpMyAdmin that I don't understand:
    This server is only a month old, and I've recently updated everything!

    THX,
    -John
    Code:
    Warning in ./libraries/sql.lib.php#613
     count(): Parameter must be an array or an object that implements Countable
    
    Backtrace
    
    ./libraries/sql.lib.php#2128: PMA_isRememberSortingOrder(array)
    ./libraries/sql.lib.php#2079: PMA_executeQueryAndGetQueryResponse(
    array,
    boolean true,
    string 'c2AZWDdb2015',
    string 'uiakh_assets',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    string '',
    string './themes/pmahomme/img/',
    NULL,
    NULL,
    NULL,
    string 'SELECT * FROM `uiakh_assets`',
    NULL,
    NULL,
    )
    ./sql.php#221: PMA_executeQueryAndSendQueryResponse(
    array,
    boolean true,
    string 'c2AZWDdb2015',
    string 'uiakh_assets',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    string '',
    string './themes/pmahomme/img/',
    NULL,
    NULL,
    NULL,
    string 'SELECT * FROM `uiakh_assets`',
    NULL,
    NULL,
    )
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you try to do a search at google for the error message first? e.g. "phpmyadmin count(): Parameter must be an array or an object that implements Countable"

    You will find many posts which all explain you how to fix this bug in phpmyadmin, even several of them here in the forum, its's not related to ISPConfig btw.
     
  3. unsichtbare

    unsichtbare Member HowtoForge Supporter

    I did a Google search with non-conclusive results. In any event, because phoMyAdmin was installed as part of "Perfect Server," I thought I would check here first.
    Now that I know there is no relationship or dependency, I will proceed.
    Thx
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

Share This Page