ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: paul on November 18, 2008, 12:39:37 pm

Title: Keep getting this error all of a sudden????
Post by: paul on November 18, 2008, 12:39:37 pm
When ever I try to send out mail.  I keep getting this error.  


Please wait while email is queued to send... Duplicate entry 'dc9570adc34723bb44e33b46d850390e' for key 1



I rebooted the server and same deal.

Any idea?
Title: I figured it out..
Post by: paul on November 19, 2008, 03:43:18 am
My host made a few changes making it difficult to send out.  I replaced the line:

In admin.php search for the line "function calc32" and change the entire function to:
Code:
function calc32($size=32){
 $unique_str = md5(uniqid(rand(), true));
 return substr($unique_str,0,$size);
}


Found it in another post.