TCPDF error: Could not include font definition file…..
TCPDF error: Unsupported image type: gif?a8mat=165z8v+a36fsi……….

前者はphp.iniでmemory_limitを増やす事でOK。
後者はphp.iniの設定でOKになりました。


php.iniの設定

default_charset = UTF-8
mbstring.http_input = off
mbstring.http_output = pass
mbstring.detect_order = auto
allow_url_fopen = off
magic_quotes_gpc = 0
magic_quotes_runtime = 0
mbstring.substitute_character = none
allow_url_fopen = On
AcceptPathInfo = On
date.timezone = “Asia/Bangkok”
Output Buffering = Off
display_errors = Off
Safe Mode = off
register_globals = Off
session.use_trans_sid = off
mbstring.language = neutral
mbstring.internal_encoding = UTF-8
mbstring.http_input = auto
mbstring.detect_order = auto
post_max_size = 1M
max_execution_time = 300
max_input_time = 600
memory_limit = 128M