# Ya no se puede acceder a una página de grupo

**URL:** https://meta.discourse.org/t/cant-access-a-group-page-anymore/85109
**Category:** Support
**Created:** [11 Abril, 2018 19:34 UTC](https://meta.discourse.org/t/cant-access-a-group-page-anymore/85109 "2018-04-11T19:34:06Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Vespura](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vespura/32/206564_2.png) [@Vespura](https://meta.discourse.org/u/Vespura)
#### Post date: [11 Abril, 2018 19:34 UTC](https://meta.discourse.org/t/cant-access-a-group-page-anymore/85109/1 "2018-04-11T19:34:06Z")

</div>

I’m not sure how this happened, so I’m sorry but I have no repro for this issue.

All I know is that there’s no longer a “groups” tab on the `/admin/` page (iirc, there used to be one) and going to the `/groups` pages and then clicking on 1 specific group, the screen is just white. No errors, nothing at all. For any other group the page loads just fine and I’m able to edit the group.

It’s my own forums so yes I’m an admin (also tried with a backup admin account, still the same issue).

So my question is: how can I manually (through ssh or something similar) delete a group to hopefully fix this issue?

I’ve tried restoring a backup and also rebuilding the current site, nothing seems to work sadly.

screenshot of the “white” group page: (url: `https://forum.devtesting.pizza/groups/hide`)

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

screenshot of the `/groups/hide.json` page:

 ![](https://global.discourse-cdn.com/meta/original/3X/c/f/cf086421ed019a94aac09ac6d8e0c72519da36f9.png)

Edit: trying again in safe-mode does not solve the issue.

---

<div class="post-metadata">

### Author: ![Vespura](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vespura/32/206564_2.png) [@Vespura](https://meta.discourse.org/u/Vespura)
#### Post date: [11 Abril, 2018 20:15 UTC](https://meta.discourse.org/t/cant-access-a-group-page-anymore/85109/2 "2018-04-11T20:15:34Z")

</div>

I’ve deleted the group through the rails console, using:

```plaintext
Group.find_by_id(52).destroy!()

```

Still don’t see the `Groups` page in the `/admin/` page. Was this page removed in a recent update?

Also, re-creating a group with the same name `hide` breaks things again. I guess that name is just cursed…

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [11 Abril, 2018 20:25 UTC](https://meta.discourse.org/t/cant-access-a-group-page-anymore/85109/3 "2018-04-11T20:25:34Z")

</div>

> [@Vespura](#):
>
> Still don’t see the Groups page in the /admin/ page. Was this page removed in a recent update?

Yes, it was moved. See: [Admin Group Setting Missing](https://meta.discourse.org/t/admin-group-setting-missing/84934)

---

<div class="post-metadata">

### Author: ![Vespura](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vespura/32/206564_2.png) [@Vespura](https://meta.discourse.org/u/Vespura)
#### Post date: [11 Abril, 2018 20:26 UTC](https://meta.discourse.org/t/cant-access-a-group-page-anymore/85109/4 "2018-04-11T20:26:12Z")

</div>

> [@simon](#):
>
> Yes, it was moved. See: Admin Group Setting Missing

Alrigh thanks for that!

---

<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: [12 Abril, 2018 03:50 UTC](https://meta.discourse.org/t/cant-access-a-group-page-anymore/85109/5 "2018-04-12T03:50:44Z")

</div>


