Maybe this is no peoblem of xenforo;
but xenforo could solve it with something like
fastupdate position minus 1, if position > 0
I dont know which add-on makes this problems; but I cant edit a first post now;
while i get the error position is out of reach, means position is 0 and xf tries to decrease it by one.
but xenforo could solve it with something like
fastupdate position minus 1, if position > 0
I dont know which add-on makes this problems; but I cant edit a first post now;
while i get the error position is out of reach, means position is 0 and xf tries to decrease it by one.
Code:
Find 'fastUpdate('position'' in 'C:\www\xencafe\src\XF\Entity\Post.php' (22.03.2023 23:05:44; 09.12.2022 06:00:00):
C:\www\xencafe\src\XF\Entity\Post.php(765): $this->fastUpdate('position', $basePosition - 1);
Upvote
0