安裝 Joomla 時database type 只顯示 None

  最近準備重做幾個網站因此起了一台新 Server整個網站環境都從頭建置今天在安裝 Joomla 4 RC 版時在資料庫類型 (database type) 的下拉式選單竟只有None一個選項反覆查看安裝教學只提到MySQLi是最常被使用的本想說可能是 RC 版的 bug但想想不太合理都已經到 RC 版了不太可能會有這類型的 bug 才是上網查詢後原來只是因為沒在 php 啟用 MySQLi 相關的設定

 

◎ 開啟 php.ini搜尋extension=mysqli”,並將左邊的註解 (;) 移除

 

◎ 重新啟用 Apache 服務後即可看見正確的 MySQLi 選項

 

【參考連結】

2 則留言

  1. raga says:

    merci pour l’info cela ma bien aidé!!
    juste une précision
    on a pas besoin de mettre joomla après
    extension= mysqli il faut juste activer
    cette ligne en suppriment le point virgule qui se trouve avent la déclaration

    1. Anson says:

      Yes.
      The words after “;” in the php.ini are just a note. It’s not necessary.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.