Fatal error: Call to undefined function mb_strlen()
apt-get / yum search mbstring ; apt-get / yum install php-mbstring ...
Fatal error: Call to undefined function imagecreate()
and it takes a lot of time to upload a image.
apt-get install php5-gd
http://www.php.net/manual/en/image.installation.php
Warning: It is not safe to rely on the system’s timezone settings
Solution: modify php.ini:
date.timezone = Asia/Shanghai
Set Include Path in PHP File
set_include_path(get_include_path() . PATH_SEPARATOR . $path);