Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在媒体库中上传图像后,它会上传,但当我在媒体库中编辑此图像时不显示缩略图,它会引发错误
图像数据不存在。请重新上传图片
有什么帮助吗?
我也有这个问题。正在修复它chmod -r 777。uploads这-r将使其递归,更改对内部所有目录的权限。
chmod -r 777
uploads
-r