# 给 data 目录及其子目录 755 或 777 权限(777 是万能写法,但安全性稍低,调试用) chmod -R 777 data/ # 或者更安全一点,只给 cache 目录 777,其他保持 755 chmod -R 755 data/ chmod -R 777 data/cache/