Log In
Poison Weather Castform Don't have an account yet? Register now!
.

Forum Thread

Seed Maker bug/glitch?

Forum-Index Bugs/Complaints Solved Seed Maker bug/glitch?
Leomon2004
OFFLINE
Trainerlevel: 25

Forum Posts: 12
Posted: Fri, 26/01/2018 00:28 (6 Years ago)
Lately when I put berries into the Seed Maker (any version) the number of berries I have left doesn't change until I refresh the page. Is it just me and how do I fix it?
Wolfsdrache
OFFLINE
Trainerlevel: 105

Forum Posts: 293
Posted: Fri, 26/01/2018 12:49 (6 Years ago)
I have noticed this too.
Leomon2004
OFFLINE
Trainerlevel: 25

Forum Posts: 12
Posted: Fri, 26/01/2018 16:25 (6 Years ago)
So it isn't just me then? I really want to get it fixed because it makes it hard to keep track of how many berries I have left.
Leomon2004
OFFLINE
Trainerlevel: 25

Forum Posts: 12
Posted: Tue, 30/01/2018 21:41 (6 Years ago)
Apparently this doesn't bother enough people because it got bumped to the second page.
Arseny
OFFLINE
Trainerlevel: 87

Forum Posts: 528
Posted: Wed, 31/01/2018 12:01 (6 Years ago)
It got bumped on te second page because of Riako working on the new battle system and other users helping him by finding bugs in the beta version of it and reporting the same. So I would advise you to be patient until Riako sort all battling related problems.

This problem is really minor compared to what we had to face before with the tool shed.
You can see that here
You can simply reload the page and solve your problem in no time.
Also it is possible that your issue is a trade-off of the issue I mentioned above.
SwampFall
OFFLINE
Trainerlevel: 59

Forum Posts: 604
Posted: Tue, 13/02/2018 13:20 (6 Years ago)
A maybe hacked solve:

When you put a berry in the seed maker it sends a request to includes/ajax/berrygarden/fillSeedMaker.php.
Then the server sends some stuff back that includes some code:

<script>addBerryToMultiBag('Cheri', 1, -1, berryBagArr);</script>

This doesn't work because berryBagArr isn't defined

it works when changed to

<script>addBerryToMultiBag('Cheri', 1, -1, [[true, ""]]);</script>

This surpasses the undefined berryBagArr so Riako should only change this little thing (or make sure berryBagArr is defined but I think this is easier since I did not find any other use for berryBagArr).
articuno13
OFFLINE
Trainerlevel: 72

Forum Posts: 703
Posted: Tue, 20/02/2018 15:38 (6 Years ago)
i ahve this issue too, just noticed today as i took a little break from ph for a bout a week so no clue how long it's been like that
Riako
OFFLINE
Trainerlevel: 69

Forum Posts: 2,604
Posted: Mon, 21/05/2018 08:39 (5 Years ago)
Fixed!