Thinkphp Learning (v) Image Verification code

Source: Internet
Author: User

Today using the function of the image verification code, find the following code on the Internet thinkphp:

Public Function Verify () {Import (' think. Image '); image::buildimageverify (); }
Added to the controller, through the address "http://localhost/index.php/passport/index/verify" to visit, but prompted the following error:

Class ' passport\controller\image ' not found


My thinkphp version number is: 3.2.1, after viewing the corresponding version number of the document "Http://document.thinkphp.cn/manual_3_2.html#verify", found that the following code is required:

Public Function Verify () {$Verify = new \think\verify (); $Verify->entry ();}
But after refreshing the browsing, it went wrong. "Call to undefined function think\imagecreate ()"


After searching, it was found that the "extension=php_gd2.dll" extension was not enabled. Remove the semicolon from the front in the php.ini ; Then refresh the browse image verification code is out.





Thinkphp Learning (v) Image Verification code

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.