bbbrryannttt

@bbbrryannttt

Joined on Oct 12, 2020

  • $ apt install mariadb-server=1:10.2.31+maria~bionic 遇到錯誤訊息 The following packages have unmet dependencies: mariadb-server : Depends: mariadb-server-10.2 (>= 1:10.2.31+maria~bionic) but it is not going to be installed E: Unable to correct problems, you have held broken packages. 這時候改用
     Like  Bookmark
  • Notice in ./libraries/DisplayResults.php#xxxx Trying to access array offset on value of type bool You can edit the file /usr/share/phpmyadmin/libraries/DisplayResults.php in the specific line #XXXX Search 把 col_visib[$j] 後面加上 ?? false 像這樣-> col_visib[$j] ?? false ErrorException : implode(): Passing glue string after array is deprecated. Swap the parameters
     Like  Bookmark