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
Newsletter not sending out
Moderator: General Moderators
-
Phoenixheart
- Forum Contributor
- Posts: 123
- Joined: Tue Nov 16, 2004 7:46 am
- Contact:
Re: Newsletter not sending out
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
The database is fine