Quote:
Originally Posted by christianb
I get the same issue - how I found out is that I got an email regarding a database error (guess because someone tried to send me paypal)...
Code:
Database error in vBulletin 3.5.1:
Invalid SQL:
INSERT INTO vb_donation_paypalipn (
MySQL Error : Duplicate entry '*****************' for key 1
Error Number : 1062
Date : Friday, November 11th 2005 @ 05:40:19 PM
Script : http://www.christianboards.org/ppverify.php
Referrer :
IP Address : ***.***.***.***
Username : Unregistered
Classname : vb_database
|
i took a look in phpmyadmin to see what this dupe entry was and there's a line with just 0's in it so i deleted it. checked ppverify.php and it was a blank white page like how it should be. then i went back to phpmyadmin to see the line with 0's was there again and ppverify.php was doing the error again. maybe in ppverify.php the delete sql query command can be added to it, but i don't know where that would go.