The php page is not fully displayed

王林
Release: 2023-02-25 12:08:01
Original
2730 people have browsed it

The php page is not fully displayed

The website prompts Service Unavailable, and the log contains a log showing an error in loading the 7i24 anti-leeching file.

Solution:

1. Extension_dir = should be consistent with the actual ext directory of PHP.

2. Add the PHP directory and ext directory to the environment variables.

3. Remove the comment before extension=php_mysql.dll.

4. The Zend installation directory should be consistent with the directory specified by Zend in php.ini.

5. Copy libmySQL.dll to: c:\windows\system32. Then restart IIS

If the above method does not work, you need to add a read to the php.ini file. Take permission.

6. Check the permissions of php.ini and give its users (guests) read, read and run permissions.

Recommended video tutorial: PHP video tutorial

The above is the detailed content of The php page is not fully displayed. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!