I had it all installed and working and now all of a sudden I get this error message:

ERROR : PHP could not safeguard the file sent in a temporary repertory.

2

(2 replies, posted in PunBB 1.2 troubleshooting)

Thanks sorry the post was an accident not a spammy bump honest. I was on another board both similiar.

I have figured out how to bring back all posts that were deleted because of my mistake.  I'm having trouble coming up with the query to do what I want though.  If there are any sql gurus out there help me come up with this query...

Table posts
  poster_id

Table users
  id

I need to select all posts that have a poster_id, but that poster_id is not in the users table.  The poster_id in those posts, need to be set to 1.  What's the query to do that?