我已經使用 Duplicator 插件遷移了 WordPress。完成遷移后,前端作業正常。當我嘗試登錄后端時,它只顯示空白而不是什么都沒有。我應該怎么辦?為什么會發生這種情況?
我嘗試更改服務器 PHP 版本、WordPress 版本、主題,但都不起作用。我還通過更改插件檔案夾名稱禁用了所有插件。它也沒有用。不知道我需要做什么。
我需要 stackoverflow 專家的幫助,因為我已經多次從這里獲得幫助。:)
謝謝你。
僅供參考:這是 wp-config.php 中的一些代碼,直到第 23 行。screenshot
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the web site, you can copy this file to "wp-config.php"
* and fill in the values.
*
* This file contains the following configurations:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
uj5u.com熱心網友回復:
我看到了你附上的截圖。您的代碼中有兩個空行。<?php我之前遇到過類似的問題,我通過在開始前洗掉空格來解決它。試試看,讓我知道它是否有效。
希望這可以解決您的問題。:)
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/526643.html
上一篇:SQL查詢列出所有銷售10輛以上的男性員工的員工姓名
下一篇:限制和偏移MYSQL的排序問題
