Replies

May 23, 2020 5 years ago
Crow_914
has pride
User Avatar
Taako from TV

Since the new wardrobe's organize function isn't finished yet, I'm still on the old one, but earlier today I tried to organize my unsorted items and now a whole bunch are stuck in the not sorted category. In specific the one I've focused on just to be sure it's happening is one I've tried to move into a specific drawer several times throughout the day to see if just waiting would clear it up. I tried again just now and it's still broken.

EDIT: I also am able to organize things from one folder to another right now! I decided to split a folder into multiple and switching items from that folder into one of the new ones has worked generally fine, and SOME of the items from the first time i tried to sort my unsorted category did move as far as i can tell, but many are very stuck. DOUBLE EDIT: Moving things around between drawers worked earlier today, but now it also seems to be stuck!

IDK what details are relevant but I can give more if needed. Also I've been using the organize wardrobe page that I get to via a bookmark on my sidebar, so if the actual url changed at any point and i've been supposed to use that, there could be problems there?

(is it possible something got stuck in the cache and me trying over and over keeps adding to the buildup? I worry that's what's going on, but i dont know nearly enough about coding to know if that even is possible/makes sense)

Demiboy (He/They) ALWAYS LOOKING FOR: | or similar | any magpie-looking wings | Cool Ears

Jun 24, 2020 5 years ago Official
Spotlight Champion
Destiny
User Avatar
Dexter

Sorry for the wait on this! Are you still having this issue? https://subeta.net/wardrobe_items.php Is this the same page that your bookmark links to?

Dexter by

Jun 24, 2020 5 years ago
Crow_914
has pride
User Avatar
Taako from TV

I have figured out that when organizing it has been working, but the items show up in the list when I make it show the "not sorted" category

Demiboy (He/They) ALWAYS LOOKING FOR: | or similar | any magpie-looking wings | Cool Ears

Jun 25, 2020 5 years ago
Valiska
is wicked but sweet
User Avatar
Ravage

I have been experiencing that it takes several hours for the items to stop showing up in the Not Sorted category, but if you switch filters to Timeline, Descending, so that the items you added most recently show up first, it will usually reflect that the items are in fact actually sorted. They also usually are in the right folders when you try to put them on.


Slotting | CW Shop | Owned List | Releases
[KISS=Valiska] * [DANCE=Valiska] [Flower=Valiska] * [tot=Valiska] * [egg=Valiska] * [tp=Valiska]

Jun 27, 2020 5 years ago
Rienquish
only has room for one
User Avatar
Surmatar

I've been having problems with items not getting sorted for weeks now. I have waited for several days and tried again but some items just won't get sorted.

I tried what mentioned above and sorted the organizer with Timeline and Descending. This shows that most items have actually been sorted but they still show on not sorted as well and some of them I have tried to sort for weeks now so the wait has been longer than just hours. Also some items that show right on the organizer, don't show in the drawer when I try to put them on, and some items that don't show right in the organizer, are actually in the right drawer on the wardrobe.

I also have one drawer named "accessories" and so far no matter what I try to put it therefrom the unsorted, nothing new shows in there in the organizes nor my Wardrobe.

I use windows 10 and Chrome Version 83.0.4103.116 to play.

My CW releases:

Jun 27, 2020 5 years ago
Valiska
is wicked but sweet
User Avatar
Ravage

The problem with items persistently showing as 'not sorted' for hours, days or weeks (it's been 2 days max for me, and is usually hours, but I totally believe it's worse for you) is probably related to some of the site caching changes.

I really hope that Keith will take one of 's suggestions for breaking up the wardrobe table into multiple tables to ameliorate the need for this. :/ If nothing else, putting memorial accounts and frozen accounts into a separate table might help as there is no need to actually have to sort through the wardrobes of people who are not going to be signing in all the time everyone loads the wardrobe.

If your Accessories drawer is broken I recommend renaming or deleting it. Sometimes drawer names don't "take" very well. I have no idea why. Deleting is a last resort because I have heard that people haven't had good luck making drawers since the wardrobe switch. If it is a newer drawer, that could be why.

I used to have 80 drawers and have had 50 since we were limited, so I can't speak personally to this issue. Any time I rearrange my drawers I just change the names.


Slotting | CW Shop | Owned List | Releases
[KISS=Valiska] * [DANCE=Valiska] [Flower=Valiska] * [tot=Valiska] * [egg=Valiska] * [tp=Valiska]

Jun 27, 2020 5 years ago
Truffula
is quali-tree company
User Avatar
Daryonka

If you index the table that contains userid and itemid by userid, then just select from that, and match to the item table in a paged manner, you might not need to break up the tables.

Just don't "join* them.

Instead, do a SELECT * FROM wardrobe WHERE userid = ?

Cache the result, take 50 of the itemids and do

SELECT * FROM clothingitems WHERE itemid IN (<I>list of 50 IDs</I>)

Not as sure this would work as dividing up tables, but it might.

Would work ok for drawers since that's in the wardrobe table probably, but not for layers because that's in the items table...

Jun 27, 2020 5 years ago
Rienquish
only has room for one
User Avatar
Surmatar

renaming the drawer seems to have worked and items go in there again, thanks! :)

My CW releases:

Jun 27, 2020 5 years ago
Star Captain
Anrivef
User Avatar

I have also been having this issue, and I assumed it was just because that page is slowly being incorporated into the new wardrobe.

A strange thing I’ve noticed is, right after sorting, I can select the drawer and it will show the items I just sorted into it. But if I sort my items into their drawers, then immediately search by “not sorted,” instead of displaying the proper drawer the items will show in their dropdown, “none.” If I click “update items” while the previously sorted items show “none” in their dropdown, those items will actually be put back into the “not sorted” category. I noticed this pattern because I sorted thousands of items into drawers over a few weeks, and I was doing it quite systematically by body layer. I noticed that items I wanted to remove from the wardrobe were being removed fine, and I wasn’t losing any, so I decided to investigate. If I sorted one page at a time and didn’t sort again for a day or two, I wouldn’t have the problem. And then I realized, on the pages where I’d attempted to do half the sorting and return after a break, I kept having to submit the same items over and over again. Thus, lots of experimentation, and finding a weird solution that actually works great, lol.

Jul 9, 2020 5 years ago Official
Bug
User Avatar
Segfault

Hey everyone- We are going to retire this page soon, so we are not going to be fixing the issues with it, in favor of replacing it with our new organize page that's within the new wardrobe. We just brought back the new organize page so we recommend switching to that (and ofc, you can let us know if you have any issues with it in these forums)

Thank you!

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Please log in to reply to this topic.