# \[PAID\] Need someone to fix bugs and errors on my Discourse forum

**URL:** https://meta.discourse.org/t/paid-need-someone-to-fix-bugs-and-errors-on-my-discourse-forum/293806
**Category:** Marketplace
**Created:** [February 1, 2024, 5:24pm UTC](https://meta.discourse.org/t/paid-need-someone-to-fix-bugs-and-errors-on-my-discourse-forum/293806 "2024-02-01T17:24:59Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![chantal](https://avatars.discourse-cdn.com/v4/letter/c/85f322/32.png) [@chantal](https://meta.discourse.org/u/chantal)
#### Post date: [February 1, 2024, 5:24pm UTC](https://meta.discourse.org/t/paid-need-someone-to-fix-bugs-and-errors-on-my-discourse-forum/293806/1 "2024-02-01T17:24:59Z")

</div>

Hello,

ever since I restored my forum from backup, I have been running into an issue, where whenever anyone follows a hyperlink to any thread on the forum or simply copies and pastes a hyperlink to a forum thread into a browser, it goes to a broken blank page with just the thread title showing but no content. The forum works without issues, just hyperlinks to forum threads don’t open properly.

It would be great if anyone could fix it.

Budget depending on how complex the issue is - it could be an easy fix.

---

<div class="post-metadata">

### Author: ![jericson](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jericson/32/116215_2.png) [@jericson](https://meta.discourse.org/u/jericson)
#### Post date: [February 1, 2024, 5:26pm UTC](https://meta.discourse.org/t/paid-need-someone-to-fix-bugs-and-errors-on-my-discourse-forum/293806/2 "2024-02-01T17:26:03Z")

</div>

I can take a look. Sending a PM.

---

<div class="post-metadata">

### Author: ![jericson](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jericson/32/116215_2.png) [@jericson](https://meta.discourse.org/u/jericson)
#### Post date: [February 2, 2024, 8:11am UTC](https://meta.discourse.org/t/paid-need-someone-to-fix-bugs-and-errors-on-my-discourse-forum/293806/4 "2024-02-02T08:11:12Z")

</div>

I found the problem. It was in the site’s CSS:

```plaintext
#ember19 {
  display: none;
}

```

If you have code like this Discourse warns in the CSS editor:

> Sorry – using `#ember` or `.ember-view` CSS selectors is not permitted, because these names are dynamically generated at runtime and will change over time, eventually resulting in broken CSS. Try a different selector.

Presumably this was used to turn off some element of Discourse in the past, but the id was assigned to a new element after the upgrade. Whatever the case, removing this code fixed the problem.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [March 3, 2024, 8:12am UTC](https://meta.discourse.org/t/paid-need-someone-to-fix-bugs-and-errors-on-my-discourse-forum/293806/5 "2024-03-03T08:12:01Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
