# Some official discourse plugins break after last update

**URL:** https://meta.discourse.org/t/some-official-discourse-plugins-break-after-last-update/52203
**Category:** Bug
**Created:** [October 29, 2016, 3:13pm UTC](https://meta.discourse.org/t/some-official-discourse-plugins-break-after-last-update/52203 "2016-10-29T15:13:00Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![mr8](https://avatars.discourse-cdn.com/v4/letter/m/f9ae1b/32.png) [@mr8](https://meta.discourse.org/u/mr8)
#### Post date: [October 29, 2016, 3:13pm UTC](https://meta.discourse.org/t/some-official-discourse-plugins-break-after-last-update/52203/1 "2016-10-29T15:13:00Z")

</div>

Not sure what has changed, but it seems that the latest updates have broken some things:

###The discourse-bbcode-color plugin.  
I believe I’ve narrowed it down to the **[discourse-bbcode-color](https://github.com/discourse/discourse-bbcode-color)** plugin spitting this error out:

```
TypeError: undefined is not an object (evaluating 'Discourse.Dialect.addPreProcessor')

```

* * *

###/admin/backups is broken and gives:

```
Error: Something you did caused a view to re-render after it rendered but before it was inserted into the DOM

```

**EDIT** : this error seems to go away if I disable the discourse-bbcode-color plugin.

* * *

###discourse-data-explorer plugin breaks /admin/plugins.  
I believe this error is related to the **[discourse-data-explorer](https://github.com/discourse/discourse-data-explorer)** plugin:

```
Error: There is no route named adminPlugins.explorer

```

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [October 29, 2016, 8:26pm UTC](https://meta.discourse.org/t/some-official-discourse-plugins-break-after-last-update/52203/2 "2016-10-29T20:26:38Z")

</div>

Hmm can we check these @techAPJ?

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [October 31, 2016, 2:16pm UTC](https://meta.discourse.org/t/some-official-discourse-plugins-break-after-last-update/52203/3 "2016-10-31T14:16:41Z")

</div>

> [@mr8](#):
>
> The discourse-bbcode-color plugin.

Fixed via:

[https://github.com/discourse/discourse-bbcode-color/commit/66f1e4a1159cf58a99c31a8f082f27348f09ed1f](https://github.com/discourse/discourse-bbcode-color/commit/66f1e4a1159cf58a99c31a8f082f27348f09ed1f)

> [@mr8](#):
>
> /admin/backups is broken

> [@mr8](#):
>
> discourse-data-explorer plugin breaks /admin/plugins

Not able to repro above two issues with latest version of Discourse and `discourse-data-explorer` plugin installed.

---

<div class="post-metadata">

### Author: ![mr8](https://avatars.discourse-cdn.com/v4/letter/m/f9ae1b/32.png) [@mr8](https://meta.discourse.org/u/mr8)
#### Post date: [October 31, 2016, 7:16pm UTC](https://meta.discourse.org/t/some-official-discourse-plugins-break-after-last-update/52203/4 "2016-10-31T19:16:52Z")

</div>

Thanks for the quick fix!

I believe the last update discourse-data-explorer plugin fixed all the other bugs!

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [October 31, 2016, 7:19pm UTC](https://meta.discourse.org/t/some-official-discourse-plugins-break-after-last-update/52203/5 "2016-10-31T19:19:49Z")

</div>


