0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SimpleHTMLDomParserの導入

Last updated at Posted at 2015-10-19

導入手順)

以下を参考に…

参考URL>
http://sato-san.hatenadiary.jp/entry/2013/05/06/155919

問題1#

 サーバーエラー 500 になる

調査##

 apacheのエラーログを確認

PHP Fatal error: Call to undefined function mb_detect_encoding() in /var/xxxxxx

 → 関数なしが原因

対応##

 php-mbstringをインストール

yum install php-mbstring vi /etc/php.ini service httpd restart

参考URL>
http://ameblo.jp/ofuji-memo/entry-10359194696.html

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?