解决WordPress 3.4.1后台无法显示、安装或更换新主题
vpsroll
12年前
相信不少朋友升级或者安装了WordPress 3.4 版本以上会 发现运行Wordpress的时候, 登入后台想更换新的主题时候,
居然无法显示主题, 后台只显示:
You only have one theme installed right now. Live a little! You can choose from over 1,000 free themes in the WordPress.org Theme Directory at any time: just click on the Install Themes tab above.
截图:
于是在百度上面搜索了相关问题的解决方法, 发现找不到相关的解决方案, 只能跑去谷歌上面搜索英文相关问题解决方案.但
是找了两天时间, 今天无意间把上面的”You Onlu have one theme installed right now.”放在谷歌里面搜索了一下, 终于找
到了答案. 答案是在服务器或者VPS上面的”php.ini”里面的函数中的disable_funcions = 后面的"
scandir"
去掉就行了.
在LNMP的环境下:
运行命令: vi /usr/local/php/etc/php.ini
搜索 “scandir” 然后将这个删除掉,顺便把”逗号”也删除了,然后保存退出
最后重启LNMP: /root/lnmp restart
这样就可以显示了.