imagecreatefromstring() メソッドが使えない
以下のエラーメッセージが出力される。エラーメッセージは、cakePHPの場合を抜粋
Call to undefined function App\Controller\imagecreatefromstring()
解決方法
GDをインストールする
$ yum install gd php-gd
忘れずにアパッチ再起動
$ service httpd restart
日々の業務以下のエラーメッセージが出力される。エラーメッセージは、cakePHPの場合を抜粋
Call to undefined function App\Controller\imagecreatefromstring()
GDをインストールする
$ yum install gd php-gd
忘れずにアパッチ再起動
$ service httpd restart
コメント