权限被拒绝@ dir_s_mkdir - / images

时间:2015-11-10 05:29:18

标签: ruby-on-rails carrierwave

我在图片上传时遇到错误。

上传图片的路径是: override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell { let guest = self.sections[indexPath.section].guests[indexPath.row] let cell = tableView.dequeueReusableCellWithIdentifier("UITableViewCell", forIndexPath: indexPath) as UITableViewCell cell.textLabel.text = guest.name return cell }

错误信息是:

app/assets/images/uploads

请指教,

我的错误日志:

在178毫秒内完成500内部服务器错误

Errno :: EACCES(权限被拒绝@ dir_s_mkdir - / uploads): app / controllers / admin / impact_levels_controller.rb:21:在Errno::EACCES (Permission denied @ dir_s_mkdir - /uploads) scope_schema' app / controllers / application_controller.rb:167:在`scope_current_tenant'

我在创建的上传器文件中的路径(image_uploader.rb):

def store_dir

create'
app/models/tenant.rb:36:in

0 个答案:

没有答案