[XS] "No Posts Exist For This Topic" »  Show posts from    to     

Icy Phoenix


Old Support Topics - [XS] "No Posts Exist For This Topic"



Vortex [ Thu 18 Jan, 2007 19:10 ]
Post subject: [XS] "No Posts Exist For This Topic"
Hi, I have a problem with XS 0.58b, used search function but found nothing


Randomly (I can't figure out specific events to connect this issue to) I get an error message "No posts exist for this topic" when someone tries to reach the last post from forum index or recent posts block in portal.

If someone accesses the first page (or another different from the very last one) and posts a new post, it "unblocks" and works again.


It seems like "it" creates a new page, but doesn't insert the new post in that page... so, for example, I got page 10 linked, but the last post is actually in page 9...


Does anybody else had this problem?


TheSteffen [ Fri 19 Jan, 2007 11:12 ]
Post subject: Re: [XS] "No Posts Exist For This Topic"
Hi Vortex,

take a look here:
http://www.icyphoenix.com/viewtopic.php?p=3466#p3466

MG says maybe mod rewrite


Vortex [ Fri 19 Jan, 2007 12:43 ]
Post subject: Re: [XS] "No Posts Exist For This Topic"
Thanks for answering, TheSteffen.

URL Rewrite is disabled.


It has something to do with the database... somehow relating with deleted posts or deleted users... but I can't figure out anything else.


TheSteffen [ Fri 19 Jan, 2007 14:01 ]
Post subject: Re: [XS] "No Posts Exist For This Topic"
Vortex wrote: [View Post]
Thanks for answering, TheSteffen.

URL Rewrite is disabled.


It has something to do with the database... somehow relating with deleted posts or deleted users... but I can't figure out anything else.


Sorry, than I can't help you... maybe other users can help you


Vortex [ Fri 19 Jan, 2007 14:46 ]
Post subject: Re: [XS] "No Posts Exist For This Topic"
TheSteffen wrote: [View Post]
Vortex wrote: [View Post]
Thanks for answering, TheSteffen.

URL Rewrite is disabled.


It has something to do with the database... somehow relating with deleted posts or deleted users... but I can't figure out anything else.


Sorry, than I can't help you... maybe other users can help you



Thanks a lot anyway


I'm trying something... If I'd like to set ALL users to 20 posts per page is this query right?


Code: [Hide]
  1. UPDATE phpbb_users SET user_topics_per_page=20 WHERE user_style=! 20  




?


TheSteffen [ Fri 19 Jan, 2007 15:15 ]
Post subject: Re: [XS] "No Posts Exist For This Topic"
It' enough if you use this:
Code: [Hide] [Select]
UPDATE phpbb_users SET user_topics_per_page=20;


This will set 20 to each user.
If I understand you right, you want this for every user.

Be sure you prefix is phpbb


Vortex [ Fri 19 Jan, 2007 18:38 ]
Post subject: Re: [XS] "No Posts Exist For This Topic"
TheSteffen wrote: [View Post]
It' enough if you use this:
Code: [Hide] [Select]
UPDATE phpbb_users SET user_topics_per_page=20;


This will set 20 to each user.
If I understand you right, you want this for every user.

Be sure you prefix is phpbb



Yes... but I discovered i totally useless


I'll try something else...




Powered by Icy Phoenix