我的wordpress网站出现问题。我无权访问在线仪表板,因此我一直在尝试通过FTP进行故障排除。我已打开wp-config.php
文件中的调试器。从输出日志中,我可以看到错误是由主题best-simple
引起的。错误如下:
[12-May-2019 13:37:39 UTC] PHP Warning: Cannot modify header information -
headers already sent by (output started at /home2/alexangu/public_html/wp-
content/themes/best-simple/inc/customizer.php:9) in
/home2/alexangu/public_html/wp-includes/feed-rss2.php on line 8
有关解决错误主题的在线论坛通常会说要重命名当前主题文件,以便将主题重置为默认主题。我通过重命名best-simple-test
来尝试此操作,但是当我尝试重新加载网页时出现白屏。
我没有使用php的经验,所以我不知道如何解决此错误。
有人知道如何仅在FTP中切换和激活wordpress主题,或者如何更改文件customizer.php
来解决此问题?