search
HomeBackend DevelopmentPHP ProblemWhat should I do if the PHP verification code does not display under Linux?

The solution to the problem that the PHP verification code is not displayed under Linux: first check "phpinfo"; then install the gd library through yum or phpize; and finally restart "php-fpm".

What should I do if the PHP verification code does not display under Linux?

Recommended: "PHP Video Tutorial"

Several ways to prevent verification codes from being displayed in Linux environment Situation

The gd library extension is not installed.

Check phpinfo() to see if the gd library is installed

Yum installs the gd library or phpize installs

Remember to restart php-fpm after the installation is complete

The reason for the bom header

Add ob_clean before the script that generates the verification code

The reason why nginx does not support pathinfo

If you check your console and a 404 error appears, it is because nginx does not support pathinfo.

location ~ .php {
root H:/PHPServer/WWW; #项目目录
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_split_path_info ^(.+.php)(.*)$;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME
documen
t
r
oot
documentroot
fastcgi_script_name;
include fastcgi_params;
}

The above is the detailed content of What should I do if the PHP verification code does not display under Linux?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.