WordPress 升级失败。管理面板不工作
Wordpress Upgrade failed. Admin panel not working
我想升级 Wordpress 安装,我从我的 WP 管理面板点击升级到最新版本 link 并且 post 它要求我提供 FTP 详细信息对于已输入 FTP 详细信息并开始升级的更新。几分钟后,我得到了 Below ERROR,现在 WP ADMIN 没有加载。我试图清除浏览器缓存和 cookie,但仍然无法正常工作。请帮助解决问题。
There has been a critical error on your website. Please check your site admin email inbox for instructions.
Learn more about debugging in WordPress.
我进一步尝试调试并在 wp-config 中添加了以下代码,但我在页面上和路径 /wp-content/debug.log 文件中都没有收到任何错误
有吗
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
参考:https://wordpress.org/support/topic/wordpress-upgrade-failed-wp-admin-panel-not-working/
尊敬的用户,如果无法自动更新,请使用手动更新。
看这里:
正在更新 WordPress
您可以使用 cpanel 来完成:
- 简单地将wp-content & wp-config.php复制到public_html以外的目录(例如,创建一个名为“backupold”的文件夹并将文件放入其中)
- 下载最新版本
https://wordpress.org/latest.tar.gz
- 将其上传到您的 wordpress 目录(例如,输出文件将在 public_html/wordpress 中)
- 复制(备份内容)“wp-content”文件夹和“wp-config.php”文件到“wordpress”文件夹并替换
- 将所有文件和文件夹从“wordpress”文件夹移动到您的站点目录(默认情况下,public_html)并替换。
现在享受吧!
警告:之前做好备份,按我说的做enter code here
我想升级 Wordpress 安装,我从我的 WP 管理面板点击升级到最新版本 link 并且 post 它要求我提供 FTP 详细信息对于已输入 FTP 详细信息并开始升级的更新。几分钟后,我得到了 Below ERROR,现在 WP ADMIN 没有加载。我试图清除浏览器缓存和 cookie,但仍然无法正常工作。请帮助解决问题。
There has been a critical error on your website. Please check your site admin email inbox for instructions.
Learn more about debugging in WordPress.
我进一步尝试调试并在 wp-config 中添加了以下代码,但我在页面上和路径 /wp-content/debug.log 文件中都没有收到任何错误 有吗
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
参考:https://wordpress.org/support/topic/wordpress-upgrade-failed-wp-admin-panel-not-working/
尊敬的用户,如果无法自动更新,请使用手动更新。
看这里:
正在更新 WordPress
您可以使用 cpanel 来完成:
- 简单地将wp-content & wp-config.php复制到public_html以外的目录(例如,创建一个名为“backupold”的文件夹并将文件放入其中)
- 下载最新版本 https://wordpress.org/latest.tar.gz
- 将其上传到您的 wordpress 目录(例如,输出文件将在 public_html/wordpress 中)
- 复制(备份内容)“wp-content”文件夹和“wp-config.php”文件到“wordpress”文件夹并替换
- 将所有文件和文件夹从“wordpress”文件夹移动到您的站点目录(默认情况下,public_html)并替换。
现在享受吧!
警告:之前做好备份,按我说的做enter code here