更新和发布页面/帖子时的空白页

时间:2012-10-17 作者:markyeoj

我这里有一个严重的问题,每次我发布和更新页面/帖子时,它都会显示一个白色的空白页面。。here 我不知道怎么修。。有人能帮我吗?谢谢:)

2 个回复
SO网友:coopersita

这可能是一个插件。禁用它们,看看是否可以修复。如果有,请逐个启用,直到找到罪魁祸首。

如果它不是插件(即使是),也可以尝试增加为PHP分配的内存。将此添加到配置中。php:

define(\'WP_MEMORY_LIMIT\', \'64M\');
您可以在此处阅读有关内存限制的更多信息:http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

SO网友:Ramiz Syed

There will be many reasons for blank page, you have not mention version for wp, php etc.
To solve wordpress blank page issue follow the steps
  1. 禁用所有插件并重试(如果插件中有错误,则启用1乘1)
  2. 切换到默认主题并重试(如果主题中有错误)
  3. 重命名。htaccess和参数链接到默认值(页面/帖子id)

结束

相关推荐

Subpages Permalinks Issues

我的网站看起来像:Page-1 (page.php)。。。Subpage-1 (custom-collection.php; 自定义帖子类型)。。。。。。Filtering Output-Post (custom-collection-single.php)当我使用打开过滤输出帖子时/%postname% 对于permalinks,我得到404错误页。一些代码:custom-collection.php<?php $args = array( \'post_type\' => \'weine\