Missing posts after changing servers

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Missing posts after changing servers
apophis
CZ Newbie
 Codezwiz Site Donator
apophis has been a member for over 17 year's 17 Year Member
Gender: Male
Status: Offline
Joined: Sep 17, 2006
0.00 posts per day
Posts: 2
Points: 600
   
Hi

We have recently changed servers and now have the problem that some of the old posts are missing.

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.

We are running nuke version 7.7

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

Dean



Back to top Reply with quote
#2   re: Missing posts after changing servers
apophis
CZ Newbie
 Codezwiz Site Donator
apophis has been a member for over 17 year's 17 Year Member
Gender: Male
Status: Offline
Joined: Sep 17, 2006
0.00 posts per day
Posts: 2
Points: 600
   
Any ideas on this one anybody?



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum