我正在尝试更改wordpress网站的CSS。我正在wp-admin / theme-editor.php下更改代码。但是每当我单击“上传文件”按钮时,就会出现错误Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over FTP.
我认为这是由于插件引起的,所以我停用了所有插件,然后重试。但是问题仍然存在。有谁知道如何解决这个问题?
我还安装了Health Check & Troubleshooting来查找错误。这是健康检查的快照https://i.imgur.com/WCaeus3.png
答案 0 :(得分:2)
.php
文件编辑器来编辑WordPress网站。755
,将所有文件权限设置为644
,并将.htaccess
和{{1 }}对wp-config.php
的文件权限。这样可以解决您的问题。P.S。这是我在Google上找到的简短教程。这将帮助您解决此问题:https://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/