Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Jan 12, 2020
1 parent 404a23a commit 36d404d
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 242 deletions.
25 changes: 25 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,31 @@ bin/console cache:clear

## From earlier Beta's to Beta 5

### Unable to find file "@TranslationBundle/Resources/config/routing_webui.yml"

If you get this error:

```
Unable to find file "@TranslationBundle/Resources/config/routing_webui.yml" in
@TranslationBundle/Resources/config/routing_webui.yml (which is being imported
from "/Users/bob/Sites/Bolt/standard-project/config/routes/translation.yml").
```

Update `config/routes/translation.yml`:

```
resource: "@TranslationBundle/Resources/config/routing_webui.yaml"
```

and `config/routes/dev/translation.yml`:

```
resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yaml'
```

In both cases, you just need to update `.yml` to `.yaml`


### Attempted to load class "StofDoctrineExtensionsBundle"

If you get this error:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"require": {
"bolt/core": "^4.0",
"bolt/assets": "^4.0",
"bolt/themes": "^3.0",
"symfony/flex": "^1.5",
"bolt/newswidget": "^1.0",
"bolt/themes": "^3.1.1",
"symfony/flex": "^1.6",
"bolt/newswidget": "^1.1",
"bobdenotter/weatherwidget": "^1.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit 36d404d

Please sign in to comment.