我已经在AWS上安装了Lightsail的新副本,并且将我的主题迁移到了新的托管平台上。(我对Lightsail和Bitnami都很陌生)。
当我检查Bitnami 诊断测试工具时,我会得到这些警告,这些警告都是在一个插件中与有关的。
这些有多重要?如果需要的话,我该怎么清理呢?
该网站运行良好,我似乎没有任何权限问题时,移动文件,缓存网站或安装插件,和Wordpress网站的健康状况是100%好。
任何关于该做什么的解释都会很棒的,谢谢。
[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[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发布于 2022-08-03 23:34:28
因为它们是警告,而且一切看起来都很好,你可能会没事的。
它可能告诉你的是,写到WP想要使用的临时目录有一些问题,它不得不返回到系统目录。您可以在php.ini中查看upload_tmp_dir,并确保运行这些安装的帐户具有写访问权限(并且它首先存在)。
https://stackoverflow.com/questions/73222851
复制相似问题