Page 1 of 1

Newsletter not sending out

Posted: Thu Jun 17, 2010 11:53 pm
by acting15
I have a newsletter that is letting me sign up and all the code for that works fine, I'm in the database but my blast_script is not sending me my newsletter. I even set up a script to tell me that the newsletter has been sent to everyone and that script is working but I'm not getting the newsletter sent out. Here is what I get after I run the blast_script (after I run it I get the email saying that everyone has received the newsletter even though its not true.

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in D:\Hosting\5476681\html\blast_script.php on line 9

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\Hosting\5476681\html\blast_script.php on line 11

Re: Newsletter not sending out

Posted: Thu Jun 17, 2010 11:59 pm
by Phoenixheart
As the errors say, the MySQL query (maybe to get the subscribers?) has problems. Check if the DB settings are correct.

Re: Newsletter not sending out

Posted: Fri Jun 18, 2010 12:06 am
by acting15
The database is fine