I was just doing some updating on my Ringlink scripts, then while making sure everything worked right, I came across something that alarmed me: When I tried to create a new ring, I got the error message "Ring ID already in use, please choose a different one" or something to that effect. I tried several different ids and got the same error message. When I went to check out what was happening, I realized everything was working correctly- but I was seeing the error message instead of getting the success page. The ring's had all been created, and the emails had been sent. After spending quite some time trying to figure out what was wrong with my ring.pm and gentools.pm - I remembered that I had updated my rlconfig.pm before the trouble started. I had changed the $adminemail = 'email@server.com'; line to say $adminemail = 'email@server.com, email2@server.com'; I wanted all system messages to be sent to two different email addresses and I thought this would work. Sure enough, when I changed it back to only one email address everything worked again. Go figure???? I thought maybe this could be the same thing that's happening with your "Site ID already in use" problem. And I also was wondering if there is a way for me to include two email addresses for adminemail. (I have two administrators) Thanks, Brock Reese