WordPress card in WP admin / setup- config.php It’s a blank

When installing WordPress, it is stuck in WP admin/setup- config.php , a blank, online search the possibility of this situation:

1. Say yes php.ini Security mode is turned on and some functions are disabled. After checking, PHP does not run in security mode

2. Say yes php.ini Set the maximum memory usage to memory only_ Limit = 8m, the default setting is 128M

3. Say yes/WP config- sample.php There is something wrong with the code of, it needs to be changed to ANSI. After testing, it is invalid, and it is changed back to UTF-8

4. It’s said that the file permissions are too open. Don’t use 777 or something. I have set permissions, users and user groups in various ways, but still can’t solve the problem

It turns out that php.ini Open according to the tutorial settings_ Basedir =.:/TMP /, that is to prevent PHP cross site attacks. Now, PHP cross site attack is not seen, I can not even run the program properly. Right now php.ini Comment out this character, restart Apache, problem solved!

Don’t know the specific reason, to be studied!

Read the full text

wordpress

This article is reprinted from the Internet

Report

Reward

0 like

1 collection

wechat

QQ

microblog

share

Other popular articles by the author

(summary) nginx configuration file nginx.conf Chinese explanation

The differences and relations among a record, CNAME record, MX record and NS record in domain name resolution

(summary) CentOS Linux build SVN server configuration details

CentOS compile and install nginx1.0.12 + MySQL 5.5.21 + PHP 5.3.10

Similar Posts: