Ubuntu
在 Ubuntu 下,我怎樣才能讓 Wordpress 越過這個錯誤(未安裝 GD 庫)?
對於某些圖像,我正在安裝的 Wordpress 出現錯誤,“GD 庫錯誤:imagecreatetruecolor 不存在 - 請聯繫您的虛擬主機並要求他們安裝 GD 庫”。
如何在 Ubuntu 伺服器上安裝和/或連接 GD 庫,以便 Wordpress 看到顯示這些圖像所需的內容?
謝謝,
安裝gd:
sudo apt-get install php5-gd /etc/init.d/apache2 restart
並驗證:
php5 -m | grep -i gd
這應該夠了吧!
安裝 php GD 模組:
sudo apt-get install php5-gd