[XS] "No Posts Exist For This Topic"


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?

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

Profile PM  
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.

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 :)

Profile PM  
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: [Download] [Hide]
  1. UPDATE phpbb_users SET user_topics_per_page=20 WHERE user_style=! 20  




?

Subject: Re: [XS] "No Posts Exist For This Topic"
It' enough if you use this:
Code: [Download] [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 ;-)

Profile PM  
Subject: Re: [XS] "No Posts Exist For This Topic"
TheSteffen wrote: [View Post]
It' enough if you use this:
Code: [Download] [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 :D


I'll try something else... :(


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.9598s (PHP: 2% SQL: 98%)
SQL queries: 10 - Debug Off - GZIP Enabled