# איך אפשר להתקין מחדש את Discourse? עם שגיאות קונסול

**URL:** https://meta.discourse.org/t/how-can-i-reinstall-discourse-with-console-errors/44964
**Category:** Self-hosting
**Created:** [29 במאי,‏ 2016,‏ 3:16am UTC](https://meta.discourse.org/t/how-can-i-reinstall-discourse-with-console-errors/44964 "2016-05-29T03:16:48Z")
**Posts on this page:** 14
**Page:** 1

<div class="post-metadata">

### Author: ![Daffy\_Chu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/daffy_chu/32/64458_2.png) [@Daffy\_Chu](https://meta.discourse.org/u/Daffy_Chu)
#### Post date: [29 במאי,‏ 2016,‏ 3:16am UTC](https://meta.discourse.org/t/how-can-i-reinstall-discourse-with-console-errors/44964/1 "2016-05-29T03:16:48Z")

</div>

Hello,  
Just today in the afternoon, I have encountered a 500 Internal Server Error whenever I try to go into a category

 ![](https://global.discourse-cdn.com/meta/original/4X/d/7/b/d7bbda0bcbae9fd377c6a88a1b68630b42d46225.png)  
So then I thought, why not I try to reinstall my whole discourse forum again and see if it will work again (Thankfully the website is not public yet so I don’t have to worry about losing posts)  
But, while I was trying to search for a post that mentions anything about this, I couldn’t find it.  
So I was wondering if anyone know a way to properly reinstall discourse forum so that I will be able to start again from scratch?

Also, here is the console error that I found when doing inspect element on the site

 ![](https://global.discourse-cdn.com/meta/original/4X/8/3/e/83eef05cfa6d99bee459e10bb1a5070d1c8b17c6.png)

EDIT: My server machine is a centos 7 Latest version  
Any help would be appreciated  
Thank you

- DC

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [29 במאי,‏ 2016,‏ 3:28am UTC](https://meta.discourse.org/t/how-can-i-reinstall-discourse-with-console-errors/44964/2 "2016-05-29T03:28:17Z")

</div>

There’s a problem with the static pages plugin. Remove it and try again.

---

<div class="post-metadata">

### Author: ![Daffy\_Chu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/daffy_chu/32/64458_2.png) [@Daffy\_Chu](https://meta.discourse.org/u/Daffy_Chu)
#### Post date: [29 במאי,‏ 2016,‏ 4:11am UTC](https://meta.discourse.org/t/how-can-i-reinstall-discourse-with-console-errors/44964/3 "2016-05-29T04:11:07Z")

</div>

After removing the plugin, I still get the same error and same log  
_Updated picture_

 ![](https://global.discourse-cdn.com/meta/original/4X/6/3/4/634f1f3ab2494027b387e55d94e8ae7c4fb63e54.png)

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [29 במאי,‏ 2016,‏ 11:07am UTC](https://meta.discourse.org/t/how-can-i-reinstall-discourse-with-console-errors/44964/4 "2016-05-29T11:07:30Z")

</div>

What other plugins do you have installed? Can you copy that part of your app.yml and paste it here?

---

<div class="post-metadata">

### Author: ![Daffy\_Chu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/daffy_chu/32/64458_2.png) [@Daffy\_Chu](https://meta.discourse.org/u/Daffy_Chu)
#### Post date: [29 במאי,‏ 2016,‏ 5:12pm UTC](https://meta.discourse.org/t/how-can-i-reinstall-discourse-with-console-errors/44964/5 "2016-05-29T17:12:01Z")

</div>

Here’s my plugin part of the config

> <https://pastebin.com/vpGiGVT9>

Could it be a plugin broke discourse because of the newest update? I saw an update mail but I didn’t press update, it seemed like it updated it by itself

Any help would be appreciated  
Thank you

- DC

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [29 במאי,‏ 2016,‏ 5:45pm UTC](https://meta.discourse.org/t/how-can-i-reinstall-discourse-with-console-errors/44964/6 "2016-05-29T17:45:41Z")

</div>

Those plugins _shouldn’t_ conflict, but there’s no harm in trying to remove all of them (just comment them out) and seeing if the site loads. If it does, add them back one at a time.

Also, did you rebuild the app after removing the static pages plugin from your `yml`?

---

<div class="post-metadata">

### Author: ![Daffy\_Chu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/daffy_chu/32/64458_2.png) [@Daffy\_Chu](https://meta.discourse.org/u/Daffy_Chu)
#### Post date: [29 במאי,‏ 2016,‏ 6:09pm UTC](https://meta.discourse.org/t/how-can-i-reinstall-discourse-with-console-errors/44964/7 "2016-05-29T18:09:44Z")

</div>

Yes I did rebuild the app after removing static page plugin.  
Right now, I’m trying out every single plugin to see which one is actually causing my website to have an error.  
Because when I rebuild the config I had before, I can’t connect to the page for some reason, but when I removed all plugins I could.

-DC

---

<div class="post-metadata">

### Author: ![Daffy\_Chu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/daffy_chu/32/64458_2.png) [@Daffy\_Chu](https://meta.discourse.org/u/Daffy_Chu)
#### Post date: [29 במאי,‏ 2016,‏ 6:38pm UTC](https://meta.discourse.org/t/how-can-i-reinstall-discourse-with-console-errors/44964/8 "2016-05-29T18:38:16Z")

</div>

Seems like its the quick message plugin that’s screwing my site up. Not sure what the cause is, it worked till yesterday when I started to have errors

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [29 במאי,‏ 2016,‏ 6:44pm UTC](https://meta.discourse.org/t/how-can-i-reinstall-discourse-with-console-errors/44964/9 "2016-05-29T18:44:51Z")

</div>

I’d try posting in the Quick Messages #Customization > Plugin thread. @angus might be able to help you more.

---

<div class="post-metadata">

### Author: ![Daffy\_Chu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/daffy_chu/32/64458_2.png) [@Daffy\_Chu](https://meta.discourse.org/u/Daffy_Chu)
#### Post date: [29 במאי,‏ 2016,‏ 7:22pm UTC](https://meta.discourse.org/t/how-can-i-reinstall-discourse-with-console-errors/44964/10 "2016-05-29T19:22:44Z")

</div>

Oops, I made a mistake, it was the topic preview not quick message. So I removed that one and installed every plugin I had. And it’s working fine now.

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [29 במאי,‏ 2016,‏ 7:27pm UTC](https://meta.discourse.org/t/how-can-i-reinstall-discourse-with-console-errors/44964/11 "2016-05-29T19:27:28Z")

</div>

Well, that’s another plugin by Angus, so I’d still recommend posting there. He’s typically very responsive to bug reports, and if the plugin is broken in the latest version, or conflicting with another plugin, I’d guess he’d want to know.

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [29 במאי,‏ 2016,‏ 7:55pm UTC](https://meta.discourse.org/t/how-can-i-reinstall-discourse-with-console-errors/44964/12 "2016-05-29T19:55:09Z")

</div>

> [@Daffy\_Chu](#):
>
> server machine is a centos 7 Latest version

I know I’ve seen topics about CentOS problems.

Those issues have been resolved with version 7 ?

---

<div class="post-metadata">

### Author: ![Daffy\_Chu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/daffy_chu/32/64458_2.png) [@Daffy\_Chu](https://meta.discourse.org/u/Daffy_Chu)
#### Post date: [29 במאי,‏ 2016,‏ 10:12pm UTC](https://meta.discourse.org/t/how-can-i-reinstall-discourse-with-console-errors/44964/13 "2016-05-29T22:12:24Z")

</div>

What were the issues you speak of?

---

<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: [8 ביוני,‏ 2024,‏ 12:45pm UTC](https://meta.discourse.org/t/how-can-i-reinstall-discourse-with-console-errors/44964/14 "2024-06-08T12:45:35Z")

</div>

This topic was automatically closed after 2932 days. New replies are no longer allowed.
