0
嘗試在LESS中使用資產時,我遇到了奇怪的權限問題。當我嘗試查看輸出頁面時,得到:權限在資產上被拒絕
/*
[exception] 500 | Internal Server Error | Assetic\Exception\FilterException
[message] An error occurred while running:
'' '/tmp/assetic_lessdbtWog'
Error Output:
sh: 1: : Permission denied
Input:
@import "../../../bundles/orkestraapplication/css/src/less/application.less";
@images-path: "../../../bundles/orkestraapplication/img";
.table-striped > tbody > tr.admin-appointment > td {
background-color: #FFEBBD;
}
事情是,我無法弄清楚它認爲哪個文件的權限是錯誤的。我甚至在整個應用程序文件夾上試過了
chmod 777 * -R
,這並沒有幫助。