thinkcmf verification code image loading

Thinkcmf framework verification code image loading failed

As shown below:

solution:

Find the image loading controller: /application/Api/Controller/CheckcodeController.class.php

The bottom of the index() method:

ob_clean();

 $Verify->entry(); Add ob_clean() before the last line of code; 

Just refresh the interface

 

 

Guess you like

Origin blog.csdn.net/u014724048/article/details/104855941