第一次在Mac下使用ThinkPHP,用到验证码功能时报如题的错误:
Call to undefined function Think\imagettftext()
然后检查自己的GD库,发现安装上了的。
在网上找到解决方案:
curl -s http://php-osx.liip.ch/install.sh | bash -s 5.5
参考资料来源:http://blog.csdn.net/ayonel613/article/details/51136070
第一次在Mac下使用ThinkPHP,用到验证码功能时报如题的错误:
Call to undefined function Think\imagettftext()
然后检查自己的GD库,发现安装上了的。
在网上找到解决方案:
curl -s http://php-osx.liip.ch/install.sh | bash -s 5.5
参考资料来源:http://blog.csdn.net/ayonel613/article/details/51136070
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。