问题:
模板更新错误,提示An error occurred while updating The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions. templates/part/header-style4.php
解决:
进入wordpress目录下,chmod -R 777 wordpress
Centos - php5.4升级到7.1 yum安装
问题:
网页打开http 500错误
解决:
启用wp-config.php文件中WP_DEBUG
/**
* 开发者专用:WordPress调试模式。
*
* 将这个值改为true,WordPress将显示所有用于开发的提示。
* 强烈建议插件开发者在开发环境中启用WP_DEBUG。
*/
define('WP_DEBUG', ture);
发布时可以在改回false,有些错误只提示不影响运行
其他尝试:停用某模板,删除模板数据设置