# Permission Issues Fresh Bedrock Install

**URL:** https://discourse.roots.io/t/permission-issues-fresh-bedrock-install/3512
**Category:** trellis
**Created:** 2015-04-14T05:17:26Z
**Posts:** 4

## Post 1 by @brandon — 2015-04-14T05:17:26Z

I installed a new vagrant vm, using hhvm. I’m running into a few different permission issues off the rip.

With installing [wp migrate db](https://deliciousbrains.com/wp-migrate-db-pro/) I’m getting:

```
Cannot Access Uploads Directory — We require write permissions to the standard WordPress uploads directory. Without this permission exports are unavailable. Please grant 755 permissions on the following directory:/srv/www/shutter.dev/current/web/app/uploads
```

The next error I get is when trying to install a plugin via plugin upload, or Wordpress plugin install, I get the fabled please entire ftp information screen.

```
Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.
```

Help please.

---

## Post 2 by @ben — 2015-04-14T05:18:45Z

Installing Migrate DB how? Via Composer, right?

> The next error I get is when trying to install a plugin via plugin upload, or Wordpress plugin install, I get the fabled please entire ftp information screen.

Do not use the WordPress admin to upload plugins.

---

## Post 3 by @swalkinshaw — 2015-04-14T14:29:52Z

This is a known issue with HHVM right now: [https://github.com/roots/bedrock-ansible/issues/150](https://github.com/roots/bedrock-ansible/issues/150)

Will be fixed soon.

---

## Post 4 by @swalkinshaw — 2015-04-14T14:29:57Z


