# Deprecated plugins after update?

**URL:** https://meta.discourse.org/t/deprecated-plugins-after-update/286348
**Category:** Self-hosting
**Created:** [November 22, 2023, 4:52pm UTC](https://meta.discourse.org/t/deprecated-plugins-after-update/286348 "2023-11-22T16:52:57Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![AntiMetaman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/antimetaman/32/186978_2.png) [@AntiMetaman](https://meta.discourse.org/u/AntiMetaman)
#### Post date: [November 22, 2023, 4:52pm UTC](https://meta.discourse.org/t/deprecated-plugins-after-update/286348/1 "2023-11-22T16:52:57Z")

</div>

Hello,

I just updated discourse. My site works but I had to comment out all the non-discourse official plugins because one of them is the culprit and causes the forums to not load. There were no errors on building though.

```
      #- git clone https://github.com/procourse/procourse-static-pages.git
      #- git clone https://github.com/paviliondev/discourse-tickets.git
      #- git clone https://github.com/cpradio/discourse-plugin-composer-help-button.git
      #- git clone https://github.com/paviliondev/discourse-custom-wizard.git
      #- git clone https://github.com/paviliondev/discourse-layouts.git
      #- git clone https://github.com/paviliondev/discourse-news.git
      #- git clone https://github.com/paviliondev/discourse-ratings.git
      #- git clone https://github.com/merefield/discourse-topic-list-previews-theme
      #- git clone https://github.com/Ebsy/discourse-nationalflags.git

```

I was wondering if any of the above plugins got integrated into discourse core?

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [November 22, 2023, 6:13pm UTC](https://meta.discourse.org/t/deprecated-plugins-after-update/286348/2 "2023-11-22T18:13:05Z")

</div>

The Pavilion News plugin has recently been marked as broken, if that might be the issue?

---

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [November 22, 2023, 6:32pm UTC](https://meta.discourse.org/t/deprecated-plugins-after-update/286348/3 "2023-11-22T18:32:19Z")

</div>

> [@AntiMetaman](#):
>
> `git clone https://github.com/merefield/discourse-topic-list-previews-theme`

That’s not a plugin, it’s a theme component.

> [@AntiMetaman](#):
>
> ```plaintext
> #- git clone https://github.com/paviliondev/discourse-layouts.git
> #- git clone https://github.com/paviliondev/discourse-news.git
> 
> ```

Both layouts and news are currently broken due to heavy refactoring in Discourse core.

---

<div class="post-metadata">

### Author: ![AntiMetaman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/antimetaman/32/186978_2.png) [@AntiMetaman](https://meta.discourse.org/u/AntiMetaman)
#### Post date: [November 23, 2023, 1:06am UTC](https://meta.discourse.org/t/deprecated-plugins-after-update/286348/4 "2023-11-23T01:06:12Z")

</div>

Thank you for your replies!
