We are currently experiencing payment processing issues. Our team is working to resolve the problem as quickly as possible. Thank you for your patience
Enemy bugs and boss bugs.
0
Post any bugs you find here, I'll add them to the list at a later date.
Enemy bugs (Minor)
User Uploads topic count does not count topics in subsections.
Latest Post preview sometimes reads the wrong thread (or is blank).
Some threads say a new post has been made when it hasn't.
# of replies is always 1 higher than it should be (it counts the topic post as a post).
View count does not update until a new post is made.
New post indicator for subforums does not work.
When looking at someone's posts, there is a link to Manga, Doujinshi, and Hentai.
Topic Image cannot have a period in it (other than th filetype).
Boss bugs (Major)
Embedding youtube videos and some images does not work properly on IE8.
Post Reply/New Topic button does not work in some places.
Threads are not deleted when topic post is deleted (for a few minutes).
Signatures do not appear and cannot be edited properly.
Some text formatting does not work properly.
Thread disappears when a post is deleted.
On large threads, sometimes the user cannot see a new page until someone else posts.
Rare enemy bugs (Can be minor at times, major at other)
Cannot jump to first or last page of topic.
-------------
I tried uploading stuff into the Fakku art section and I realized, though some of mine were visible before, now they are cropped off automatically, is that a change for speed or an accident?
edit by tsujoi: Whoops...I should of deleted those threads and not merged them to the sticky
Enemy bugs (Minor)
User Uploads topic count does not count topics in subsections.
Latest Post preview sometimes reads the wrong thread (or is blank).
Some threads say a new post has been made when it hasn't.
# of replies is always 1 higher than it should be (it counts the topic post as a post).
View count does not update until a new post is made.
New post indicator for subforums does not work.
When looking at someone's posts, there is a link to Manga, Doujinshi, and Hentai.
Topic Image cannot have a period in it (other than th filetype).
Boss bugs (Major)
Embedding youtube videos and some images does not work properly on IE8.
Post Reply/New Topic button does not work in some places.
Threads are not deleted when topic post is deleted (for a few minutes).
Signatures do not appear and cannot be edited properly.
Some text formatting does not work properly.
Thread disappears when a post is deleted.
On large threads, sometimes the user cannot see a new page until someone else posts.
Rare enemy bugs (Can be minor at times, major at other)
Cannot jump to first or last page of topic.
-------------
I tried uploading stuff into the Fakku art section and I realized, though some of mine were visible before, now they are cropped off automatically, is that a change for speed or an accident?
edit by tsujoi: Whoops...I should of deleted those threads and not merged them to the sticky
0
That's a minor bug -- they should be resized to fit the width of the page. Working on a fix.
EDIT: ah, heh, the merge function doesn't quite work as intended it seems.
EDIT: ah, heh, the merge function doesn't quite work as intended it seems.
1
Post any bugs you find here, I'll add them to the list at a later date.
Enemy bugs (Minor)
User Uploads topic count does not count topics in subsections.
Latest Post preview sometimes reads the wrong thread (or is blank).
Some threads say a new post has been made when it hasn't.
# of replies is always 1 higher than it should be (it counts the topic post as a post).
View count does not update until a new post is made.
New post indicator for subforums does not work.
When looking at someone's posts, there is a link to Manga, Doujinshi, and Hentai.
Topic Image cannot have a period in it (other than the filetype).
Looking at reps, the date/time is weird.
Titles don't appear.
Cancelling reports returns you to report page.
Emoticons do not work.
New page is made when previous page is full.
Highlighted posts are not highlighted.
Boss bugs (Major)
Embedding youtube videos and some images does not work properly on IE8.
Post Reply/New Topic button does not work in some places.
Threads are not deleted when topic post is deleted (for a few minutes).
Signatures do not appear and cannot be edited properly.
Some text formatting does not work properly.
Thread disappears when a post is deleted.
On large threads, sometimes the user cannot see a new page until someone else posts.
-repping someone resets their rep to 1.
Topic post gets pushed down sometimes.
Avatar caannot be changed.
Timezone does opposite of what it says.
Doujins return to first page when "Next" button is clicked.
When stickying a thread, it only stickies the current state of the thread (meaning no new posts will appear there, they will instead appear in the actual thread).
Rare enemy bugs (Can be minor at times, major at other)
Scroll bar in text field doesn't work properly at times.
Enemy bugs (Minor)
User Uploads topic count does not count topics in subsections.
Latest Post preview sometimes reads the wrong thread (or is blank).
Some threads say a new post has been made when it hasn't.
# of replies is always 1 higher than it should be (it counts the topic post as a post).
View count does not update until a new post is made.
New post indicator for subforums does not work.
When looking at someone's posts, there is a link to Manga, Doujinshi, and Hentai.
Topic Image cannot have a period in it (other than the filetype).
Looking at reps, the date/time is weird.
Titles don't appear.
Cancelling reports returns you to report page.
Emoticons do not work.
New page is made when previous page is full.
Highlighted posts are not highlighted.
Boss bugs (Major)
Embedding youtube videos and some images does not work properly on IE8.
Post Reply/New Topic button does not work in some places.
Threads are not deleted when topic post is deleted (for a few minutes).
Signatures do not appear and cannot be edited properly.
Some text formatting does not work properly.
Thread disappears when a post is deleted.
On large threads, sometimes the user cannot see a new page until someone else posts.
-repping someone resets their rep to 1.
Topic post gets pushed down sometimes.
Avatar caannot be changed.
Timezone does opposite of what it says.
Doujins return to first page when "Next" button is clicked.
When stickying a thread, it only stickies the current state of the thread (meaning no new posts will appear there, they will instead appear in the actual thread).
Rare enemy bugs (Can be minor at times, major at other)
Scroll bar in text field doesn't work properly at times.
0
unpantsu wrote...
Sweet, thanks for making this topic :3* Editing should be fixed!
And it works just fine~!
If I could ask, what was the problem with the code that caused this?
I'm learning programming, it might be useful someday. xD
0
Quadratic wrote...
unpantsu wrote...
Sweet, thanks for making this topic :3* Editing should be fixed!
And it works just fine~!
If I could ask, what was the problem with the code that caused this?
I'm learning programming, it might be useful someday. xD
The code was trying to pull some non-existent values out of an array (specifically, the image URL data). They weren't in the array because the SQL query that generated the array didn't ask for them. Threw an extra JOIN in the query and it worked fine :3
0
unpantsu wrote...
Quadratic wrote...
unpantsu wrote...
Sweet, thanks for making this topic :3* Editing should be fixed!
And it works just fine~!
If I could ask, what was the problem with the code that caused this?
I'm learning programming, it might be useful someday. xD
The code was trying to pull some non-existent values out of an array (specifically, the image URL data). They weren't in the array because the SQL query that generated the array didn't ask for them. Threw an extra JOIN in the query and it worked fine :3
Ahh, don't understand any of that. Thanks anyway.
Well, I get it, but I don't see how it would pull image URL data out and use that.
0
I don't know about other topics but this one has the first post missing.
https://www.fakku.net/viewtopic.php?t=41218
https://www.fakku.net/viewtopic.php?t=41218
0
Unsigned wrote...
I don't know about other topics but this one has the first post missing.https://www.fakku.net/viewtopic.php?t=41218
That topic had exactly one post when you linked to it; there are no other posts in the database for it.
0
unpantsu wrote...
Unsigned wrote...
I don't know about other topics but this one has the first post missing.https://www.fakku.net/viewtopic.php?t=41218
That topic had exactly one post when you linked to it; there are no other posts in the database for it.
Maybe it's because the update conveniently took the space that was being used for that thread and used it for the update, eliminating the thread.
...I dunno. D:
0
One is able to double post in a thread that is not there own.
One is able to post an entirely blank text box.
One is able to post an entirely blank text box.
0
TehMikuruSlave wrote...
One is able to double post in a thread that is not there own.One is able to post an entirely blank text box.
Added them both to minor, since they don't affect the wellbeing of the forums.
0
Uh, when you're viewing a topic, the options to go to the first or last page is now gone (when your actually viewing the topic). Is that part of the update or is it just a bug?
0
Just wondering but is it a bug for the "Preview Post" button to be gone or is it gone for now. Cause if it is not a bug can it be brought back. I don't know about other people, but I used it a lot.
0
HIM520 wrote...
Just wondering but is it a bug for the "Preview Post" button to be gone or is it gone for now. Cause if it is not a bug can it be brought back. I don't know about other people, but I used it a lot.It's coming back. I just didn't have enough time to write it in for today :(
Fixed double posting and blank posting.
0
unpantsu wrote...
Unsigned wrote...
I don't know about other topics but this one has the first post missing.https://www.fakku.net/viewtopic.php?t=41218
That topic had exactly one post when you linked to it; there are no other posts in the database for it.
So... I'm assuming you can see deleted posts right? Odd. I'm very positive that there was one. I went back and looked to find it by going through the 'Chat and Forum Games' but I could not find it. Quadratic even posted in it today and it has not appeared on the first page.
Probably not a very high priority problem but it could have happened to other threads too.
0
I am not sure why but for some reason the small indicator for the Sub-forums that shows if there is an unread post in there or not is not working.
Ex. Is in the image showing the chat topics and forum games sub-forum. It shows there are no new unread posts there.
However, when I open the sub-forum ( like in the image below ) it shows newposts in multiple topics in there.
Just pointing it out. I don't think this is a big issue. Just trying to help get the forum back to how it was running.
Ex. Is in the image showing the chat topics and forum games sub-forum. It shows there are no new unread posts there.
Spoiler:
However, when I open the sub-forum ( like in the image below ) it shows newposts in multiple topics in there.
Spoiler:
Just pointing it out. I don't think this is a big issue. Just trying to help get the forum back to how it was running.

