LNMPA疑问求助,内详
感谢军哥制作了这么优秀的一键安装包!新手在网站指引下一次性安装LNMPA成功:D,没发现什么报错提示。(应该是成功了吧...)
安装后做了如下操作:
添加了网站(虚拟主机),
并把scandir 函数从禁用列表里删掉sed -i 's/,scandir//g' /usr/local/php/etc/php.ini
执行:/etc/init.d/httpd restart 重启。(解决wordpress4.9.2 主题管理不显示其他的主题问题)
执行了:chown www:www -R /xxx/xx/xxx 网站目录权限设置,确保网站目录下全部为www用户组权限。
现在是如下几个问题:
1.wordpress问题,编辑文章或新发表文章里面的编辑器是空白的,如图1所示。
2.WP主题中的插件均无法安装,提示“Somethingwent wrong with the plugin API. ”
3.一个语言插件尝试创建po语言文件的时候都显示“未知错误”(例如插件尝试在wp系统的languages文件夹中创建languages/themes/ktcoco-zh_CN.po)
图1WP编辑文章或新发表文章里面的编辑器是空白
搜索了网络,尝试在wp-config.php底部添加下面的代码:define('CONCATENATE_SCRIPTS', false);也无法解决。
环境简介如下:
·
阿里云ECS
·
Linux 内核版本:3.10.0
·
操作系统:CentOS 7.4 64位
·
LNMPA,没安装FTP,没安装SSL
### WordPress Enviroment ###
Home URL : http://xxxxxx.com
Site URL : http://xxxxxx.com
Login URL : http://xxxxxx.com/wp-login.php
WP Version : 4.9.2
WP Multisite : –
WP Debug Mode : Disabled
PHP Memory Limit : 256 MB
WP Memory Limit : 40 MB - We recommend setting memory to at least 128MB.
WP Language : zh_CN
WP Upload Directory : ✔
Number of Category : 1
Number of Tag : 0
Server Info : Apache
PHP Version : 7.1.7
PHP Post Max Size : 50 MB
PHP Time Limit : 300
PHP Max Input Vars : 1000
SUHOSIN Installed : –
WP Remote Get : ✔
PHP Image library installed: ✔
CURL Installed: ✔
[ 本帖最后由 nikolu 于 2018-1-30 04:29 编辑 ] 补充PHP已编译模块检测Coredatelibxmlopensslpcresqlite3zlibbcmathctypecurldomfilterftp
gdgettexthashiconvintljsonmbstringmcryptSPLsessionstandardPDOmysqlnd
pdo_sqlitePharposixReflectionpdo_mysqlshmopSimpleXMLsoapsocketsmysqlisysvsemtokenizerxml
xmlreaderxmlrpcxmlwriterxslzipapache2handler PHP相关参数
PHP信息(phpinfo):
PHPINFO
PHP版本(php_version):
7.1.7
PHP运行方式:
APACHE2HANDLER
脚本占用最大内存(memory_limit):
128M
PHP安全模式(safe_mode):
×
POST方法提交最大限制(post_max_size):
50M
上传文件最大限制(upload_max_filesize):
50M
浮点型数据显示的有效位数(precision):
14
脚本超时时间(max_execution_time):
300秒
socket超时时间(default_socket_timeout):
60秒
PHP页面根目录(doc_root):
×
用户根目录(user_dir):
×
dl()函数(enable_dl):
×
指定包含文件目录(include_path):
×
显示错误信息(display_errors):
×
自定义全局变量(register_globals):
×
数据反斜杠转义(magic_quotes_gpc):
×
"<?...?>"短标签(short_open_tag):
√
"<%%>"ASP风格标记(asp_tags):
×
忽略重复错误信息(ignore_repeated_errors):
×
忽略重复的错误源(ignore_repeated_source):
×
报告内存泄漏(report_memleaks):
√
自动字符串转义(magic_quotes_gpc):
×
外部字符串自动转义(magic_quotes_runtime):
×
打开远程文件(allow_url_fopen):
√
声明argv和argc变量(register_argc_argv):
×
Cookie 支持:
√
拼写检查(ASpellLibrary):
×
高精度数学运算(BCMath):
√
PREL相容语法(PCRE):
√
PDF文档支持:
×
SNMP网络管理协议:
×
VMailMgr邮件处理:
×
Curl支持:
√
SMTP支持:
√
SMTP地址:
localhost
被禁用的函数(disable_functions):
passthruexecsystemchrootchgrp
chownshell_execproc_openproc_get_statuspopen
ini_alterini_restoredlopenlogsyslog
readlinksymlinkpopepassthrustream_socket_server
[ 本帖最后由 nikolu 于 2018-1-30 04:33 编辑 ] 你可以先 chown www:www -R 网站目录 看一下
编辑器空白以前升级wordpress也遇到过,就是前面修改wp-config.php的方法解决的,其他两个问题没遇到过
api那个错误猜测可能是还需要依赖其他插件 谢谢军哥的回复,我已经试过chown www:www -R网站目录,已经拥有者和用户组全部是为www权限了。昨晚还试了几个插件似乎都是某个访问后端的问题导致的,因为不是很熟悉,多天查阅搜索无果后来求助了。
昨晚尝试安装了个常用的文件管理插件“”WP File Manager“”,报错
“”不能连接到后端.
HTTP error 0“”
回复 4# 的帖子
这个不大清楚 我尝试把SSL证书安装步骤也补上,看看是不是这里的问题,lnmp ssl add添加后,应该是没成功。Plugins selected: Authenticator webroot, Installer None
Unable to register an account with ACME server
Let's Encrypt SSL Certificate create failed!
军哥看是啥问题? 再安装一次SSL证书又能正常安装上去了。然后全部插件都正常了!
军哥,你看这个问题目前好像是因为SSL没安装引起的啊?
页:
[1]