:) Ah, yay. I feel dumb lol. But that fixed the issue ^-^ I am somewhat of a newb at php, so I did not know the difference really between that and mysql, I googled about the namespace error and assumed that by updating mysql that it was updating my php :) But I found out how to check my php version and then switched from 5.2 to 5.3 and that fixed my issue. :) Thank you very much!
Edit:
Hmm well at least I thought it had fixed my issues. I can view the site now, but I still can't login.
http://partymotif.com/pets/petsite/login.php returns a 404 error. I have checked the file structure many times to make sure that's the correct path where login.php is located.
I can view the site at
http://partymotif.com/pets/petsite/ so I at least know that it's installed. Now I just have to figure out why it's not letting me log in. I tried changing the permissions on the login.php to see if that was the issue, but it didn't make a difference.