missing posts

This is a discussion on "missing posts" within the Databases section. This forum, and the thread "missing posts are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Databases

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 16th, 2006, 11:38
New Member
Join Date: Dec 2006
Location: United Kingdom
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
missing posts

Hi

We are running Nuke version 7.7 and have recently changed servers, however we now have the problem that some of the old posts are missing. To try and rectify this;

in MYSQL I ran the following query;

SELECT * FROM nuke_bbposts
WHERE poster_id = "-1" ;

giving;

poster_id username
-1 Sparky
-1 andymac
-1 andymac
-1 Old Bird
-1 andymac

although the table is over 200 rows in length.

The users who have posted over the history of the current database but who no longer exist have been set to -1 when from what I understand should have been set to 1.

To fix this I ran the following;

UPDATE nuke_bbposts
SET poster_id = '1'
WHERE poster_id = '-1'

still to no avail.

Any ideas would be greatly appreciated so that I am able to restore the missing posts.

Dean
Reply With Quote

  #2 (permalink)  
Old Dec 16th, 2006, 14:01
Up'n'Coming Member
Join Date: Jun 2006
Location: Rochester, NY
Posts: 64
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Compumaniac12 Send a message via MSN to Compumaniac12
Re: missing posts

i belive every user needs a different user id, which then needs to match settings, groups and posts.
__________________
www.MonsterCoding.com - Website Programming and Development Services
Reply With Quote
  #3 (permalink)  
Old Dec 16th, 2006, 17:32
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: missing posts

Quote:
Originally Posted by Compumaniac12 View Post
i belive every user needs a different user id, which then needs to match settings, groups and posts.
Correct.
Reply With Quote
  #4 (permalink)  
Old Dec 16th, 2006, 21:42
Up'n'Coming Member
Join Date: Jun 2006
Location: Rochester, NY
Posts: 64
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Compumaniac12 Send a message via MSN to Compumaniac12
Re: missing posts

i mixed in a CMS i wrote with phpbb, and if anything gets out of line i generally just let the user account or post go to pot because its such a pain to fix.
__________________
www.MonsterCoding.com - Website Programming and Development Services
Reply With Quote
  #5 (permalink)  
Old Dec 18th, 2006, 16:28
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: missing posts

If that's how you work, then frankly, I think you're beyond help.
Reply With Quote
  #6 (permalink)  
Old Dec 19th, 2006, 15:36
New Member
Join Date: Dec 2006
Location: United Kingdom
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: missing posts

Quote:
Originally Posted by Compumaniac12 View Post
i belive every user needs a different user id, which then needs to match settings, groups and posts.
What I do not understand is how the posts were viewable with the previous host but are no longer so. All we have done is transfer the site from one server to another.

Dean
Reply With Quote
Reply

Tags
missing, nuke, posts

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
N=Unanswered posts acrikey Webforumz Suggestions and Feedback 3 Oct 31st, 2007 15:00
new posts benbacardi Classic ASP 7 May 2nd, 2005 22:40


All times are GMT. The time now is 12:26.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43