![]() |
Posts dont show after import db
Hi, after import db from myBB old posts dont show in forumdisplay.php
On forumhome i can see last post and posts count, I can view all posts and search them. Rebuild Forum and Threadas don`t help |
My guess is that the visible column in the thread and post table are set to 0.
Execute the following 2 queries individually: UPDATE post SET visible = 1 WHERE visible = 0; UPDATE thread SET visible = 1 WHERE visible = 0; |
UPDATE vb_post SET visible =1 WHERE visible =0;# mysql returned an empty result set (i.e. zero rows)
UPDATE vb_thread SET visible =1 WHERE visible =0;# mysql returned an empty result set (i.e. zero rows) Code:
Thread Display Options #EDIT: I found Quote:
Thanks for help :) |
All times are GMT. The time now is 10:46 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|