Mysql errors dbispconfig database

Discussion in 'Installation/Configuration' started by ustoopia, Jun 20, 2018.

  1. ustoopia

    ustoopia Member

    Hi there,
    I'm not in any problems because ISPconfig seems to be working fine. I was just wondering if this is something I should worry about or not.

    I've installed a fresh server on Ubuntu 18.04 with a clean install of ISPconfig. When I'm in PHPmyadmin and open the dpispconfig database (or in my case the dbispconf3 database) and open the export tab I get some mysql errors. I've placed the entire paste here: https://pastebin.com/M2dAK3XX
    At the same time I've installed a second fresh/clean server with ISPconfig also and strange thing is that also there I get the same errors in phpmyadmin.

    [​IMG]
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. ustoopia

    ustoopia Member

    Ah Ok. Strange that I didn't find it more easy when I googled it myself before. But nvm. Thanks for fast response! I'll just ignore the erros for the time being then.
     
  4. ustoopia

    ustoopia Member

    I followed the instructions on that stackoverflow page and it solved the problem.

    Edit file '/usr/share/phpmyadmin/libraries/sql.lib.php'
    Replace: (count($analyzed_sql_results['select_expr'] == 1)
    With: (count($analyzed_sql_results['select_expr']) == 1
     
  5. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    I would prefer to download and install the latest version of phpmyadmin manually. It covers a lot more bug fixes.
     
    ustoopia likes this.
  6. ustoopia

    ustoopia Member

    That's not a bad idea. Thanks
     

Share This Page