The Astral Pulse

Bug Reports and Questions => Forums Bugs Reports and Questions => Topic started by: Orchild on October 20, 2004, 07:30:14

Title: Broken link
Post by: Orchild on October 20, 2004, 07:30:14
Could you fix the link towards page 3 of The Child-Hero and the Demon War under profesy forum, thanks
Title: Broken link
Post by: yothu on October 25, 2004, 14:31:58
Yes, can't browse page 3 of
http://www.astralpulse.com/forums/viewtopic.php?t=13473&postdays=0&postorder=asc&&start=10

Says that there is 'parse error'

Greetings
Title: Broken link
Post by: Sygmoral on October 28, 2004, 18:24:46
Strange situation.


The problem can be 'avoided' by using this link: http://www.astralpulse.com/forums/viewtopic.php?t=13473&postdays=0&postorder=asc&&start=21 . This is the third page, but without the first post.

Post number 20 seems to be the problem here. If the admin has time, he should look in the database for posts that have "13473" as topic_id, and delete the 20th one. Since post nr 21 is post_id 130415 in the database, and post nr 19 is post_id 130272, the following would solve the problem (by deleting the problem-post - you could also adapt this mysql code to just show the row and see what's wrong with it):

DELETE FROM posts WHERE topic_id=13473 AND post_id>130272 AND post_id<130415 LIMIT 1

Sygmoral