We’ve decided to compile a list of known bugs in order to streamline the response process along with providing a centralised database of known bugs and possible solutions. We've done our best to compile but if any have been missed then let us know. [hider=Phantom Pages] Problem: A new page is generated which is blank and contains an improper page count, e.g. Page 4 of 3. Solution: Unfortunately no known solutions at the time as it is caused by the hiding of posts by moderator accounts. Due to coding errors it still counts towards the post count for the page generation. Only options is to migrate into a new thread if possible or potentially unhiding posts if they're not explicit. [/hider] [hider= Avatar Won't Change] Problem: Upload a new avatar yet it still shows your old one on the forum. Solution: Wait it out: Mahz: An avatar is always saved at the same URL on the server, so the browser just re-uses the image in its cache (the old one). The browser doesn't know that it should fetch the updated image from the server.I need to bust the browser cache when a new avatar is uploaded. Low priority since it's only on the user side and eventually fixes itself when user browser cache times out. [/hider] [hider=Unable to Edit] Problem: When you click on the edit button it takes you to a blank white page. Solution: None. This is due to you hitting the character limit for a post and no workaround exists other than continuin on in another post. [/hider] [hider=Multiple Posts] Problem: When you post a reply, the forum actually records mutliple version of it. Solution: Report the thread to the moderators who'll hide those posts. Unfortunately caused by posting on the brink of server downtime but work is being done to try and fix this. [/hider] [hider=Hider within a hider] Problem: unfortunately the QQ code doesn't stack so well on the forum. Leads to a situation where the second hider isn't actually generated. Solution: Retyping the code as such: [hider= x ] [hider2=y] Then close off hiders as normal. [/hider]