Code Wordpress 解决LNMP下WordPress提示scandir()错误的方法 更新于 2015-08-15 10120 0 Centos下安装了LNMP,今天突然发现wordpress主题只能显示一个,而且在编辑页面时,发现模板处不能选择,而是提示如下错误: Warning: scandir() has been disabled for security reasons in xxx/yangjunwei/wp-includes/class-wp-theme.php on line 980……
Code cPanel面板空间自定义php.ini 更新于 2015-06-02 12502 0 使用cpanel时,为了安全和服务器负载方面的考虑,经常会禁用一些函数和其他方面的限制。比如最大上传文件大小默认为2M,可以修改php.ini来达到自己需要的大小。 遇到这种参数无法满足自己网站需求的···