将one think部署到服务器上出现下面的问题
_STORAGE_WRITE_ERROR_:./Application/Runtime/Cache/Home/f8995a0e1afcdadc637612fae5a3b585.php
是因为服务器缓存文件夹的操作权限不够,即Runtime没有权限,把缓存文件全部删除,再给Runtime777权限就行了
sudo chmod 777 Runtime
原文:https://blog.csdn.net/less_cold/article/details/52172531?utm_source=copy