我建议通过调试代码来尝试,可能是因为新版本的PHP出现了问题。尝试将此代码写入wp-config.php
文件并查看是否有任何错误:
// 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\', true);
@ini_set( \'display_errors\', 1 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( \'SCRIPT_DEBUG\', true );
注意:您必须在/*之前插入此内容。仅此而已,请停止编辑!快乐的博客。*/在wp配置中。php文件