Wordpress 站点和 WP-Admin 空白 [英] Wordpress Site and WP-Admin blank

查看:39
本文介绍了Wordpress 站点和 WP-Admin 空白的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的 Wordpress 安装现在是空白的并且没有显示任何错误.我删除了所有插件,没有骰子.删除了主题,没有骰子.检查了functions.php 文件,没有任何问题.还有什么我应该看的吗?

My Wordpress install is now blank and showing no errors. I removed all plugins, no dice. Removed theme, no dice. Checked the functions.php file and nothing was wrong. Anything else I should be looking at?

推荐答案

糟糕的问题,太模糊了.如果您想要真正的答案,请提供详细信息.

Awful question, far too vague. If you want a real answer, provide details.

你移动了网站吗?WP 中存储的站点 URL 是否与您用来访问它的域不同?您是否编辑了核心(我在其中说:为什么!)?或者 wp-config.php 忘记了右括号或分号?您的网站可能关闭的原因太多了...首先,打开您的错误(通过functions.php)并从那里开始

Did you move the site? Does the site URL stored within WP differ from the domain you're using to access it? Did you edit core (in which I say: WHY!)? OR wp-config.php and forget a closing bracket or a semi-colon? There's way too many reasons your site could be down...first and foremost, turn your errors on (via functions.php) and go from there

ini_set('display_errors', 1);error_reporting(-1);

&也去 wp-config 并添加: define( 'WP_DEBUG', true );

& also go to wp-config and add: define( 'WP_DEBUG', true );

这篇关于Wordpress 站点和 WP-Admin 空白的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆