首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Wordpress Lightsail (AWS)上的Bitnami错误

Wordpress Lightsail (AWS)上的Bitnami错误
EN

Stack Overflow用户
提问于 2022-08-03 13:50:17
回答 1查看 267关注 0票数 0

我已经在AWS上安装了Lightsail的新副本,并且将我的主题迁移到了新的托管平台上。(我对Lightsail和Bitnami都很陌生)。

当我检查Bitnami 诊断测试工具时,我会得到这些警告,这些警告都是在一个插件中与有关的。

这些有多重要?如果需要的话,我该怎么清理呢?

该网站运行良好,我似乎没有任何权限问题时,移动文件,缓存网站或安装插件,和Wordpress网站的健康状况是100%好。

任何关于该做什么的解释都会很棒的,谢谢。

代码语言:javascript
复制
[Apache]
Found recent error or warning messages in the Apache error log.

[Wed Aug 03 13:22:03.848176 2022] [proxy_fcgi:error] [pid 1432:tid 
140258548946688] [client **ip_address**:53681] AH01071: Got error 'PHP message: 
PHP Notice: Unknown: file created in the system's temporary directory in Unknown 
on line 0', referer: 
https://greenwellies.co.uk/wp-admin/admin.php?page=ai1wm_import

Press [Enter] to continue:

 [Wed Aug 03 13:22:08.443365 2022] [proxy_fcgi:error] [pid 1432:tid 
140258540553984] [client **ip_address**:53681] AH01071: Got error 'PHP message: 
PHP Notice: Unknown: file created in the system's temporary directory in Unknown 
on line 0', referer: 
https://greenwellies.co.uk/wp-admin/admin.php?page=ai1wm_import
 [Wed Aug 03 13:22:12.991770 2022] [proxy_fcgi:error] [pid 1432:tid 
140258557339392] [client **ip_address**:53681] AH01071: Got error 'PHP message: 
PHP Notice: Unknown: file created in the system's temporary directory in Unknown 
on line 0', referer: 
https://greenwellies.co.uk/wp-admin/admin.php?page=ai1wm_import
代码语言:javascript
复制
[Wordpress]
Found recent WordPress plugin related error messages in the Apache error log.

[Wed Aug 03 11:31:28.384100 2022] [proxy_fcgi:error] [pid 9111:tid 
140338576348928] [client **ip_address**:52468] AH01071: Got error 'PHP message: 
Press [Enter] to continue:

PHP Notice: Unknown: file created in the system's temporary directory in Unknown 
on line 0', referer: https://greenwellies.co.uk/wp-admin/plugin-install.php
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2022-08-03 23:34:28

因为它们是警告,而且一切看起来都很好,你可能会没事的。

它可能告诉你的是,写到WP想要使用的临时目录有一些问题,它不得不返回到系统目录。您可以在php.ini中查看upload_tmp_dir,并确保运行这些安装的帐户具有写访问权限(并且它首先存在)。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/73222851

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档