As been stated in the past couple of pages - no, I didn't go back and read all 50 some pages, you can't delete subscribers in admin. The id numbers do not carry to the form. The id number does show in the url
subscription_manager.php?page=1&tID=549&cID=&action=delete
so the breakdown must come here
$subscriber_id = zen_db_prepare_input($_GET['tID']);
$customers_id = zen_db_prepare_input($_GET['cID']);
$db->Execute("delete from " . TABLE_SUBSCRIBERS . "
where subscriber_id = '" . (int)$subscriber_id . "'");
if(!empty($customers_id)) {
$sql = "UPDATE " . TABLE_CUSTOMERS . " set customers_newsletter = '0'
where customers_id = '" . (int)$customers_id . "'";
$db->Execute($sql);
I'm running php5 but seeing no errors. Anyone got an idea?
oh, sorry, it happens when you search for a email address and then try to delete it from that screen - not when deleting from the original list.
same problem i face, how to solve this problem ?
Customers receive html format newsletter emails containing html text and some $variables, like shown below:
.snip
Successful and Prosperous Holiday Season.
$EMAIL_CONFIRMATION_LINK
$EMAIL_CONTACT_OWNER
$EMAIL_CLOSURE
Copyright (c) 2007 AllCraftsOnline
This email address was given to us by you or by one of our customers
.snip
Again all generated emails look normal except some undefined variables inserted as is in the message body.
When customers subscribe on text version of the newsletter it works fine - they get correct message, no undefined variables in the email.
This ONLY happens when sending html newsletters. The subscription emails and text newsletters are always fine.
Any help is appreciated...
Custom Crafts Online
http://allcraftsonline.com
I have been reading this thread all the way thru and still haven't found an answer to my problem. I have done a fresh install of Newsletter Subscribe V2.0on my site and have checked it multiple times, but when I go to Admin, Subscription Manager does not show in The Customers tab. Any ideas what I can check next?
Lynn
http://www.lynnb-jewels.com
I solved the previous problem, by doing a 4th re-instal of the mod, now getting error message " ERROR: Failed sending email to: "" with subject: "Please confirm LynnB Jewels newsletter subscription" SMTP Error: The following recipients failed: ...." . Off to do more research, but am getting very frustrated.
Lynn
Just discovered that these email addresses are listed in the Subscription Manager, but are showing as pending. Any ideas?
Lynn
http://www.lynnb-jewels.com
v2.0.7 Bugs
Hi, we have discovered the following bugs on v2.0.7:
When searching for an email address then trying to delete that subscriber the delete function does not work.
When sorting by any field the sort order does not maintain state across pages.
When customers are added to the subscriber list through purchases and dates are in UK (correct) format they do not display correctly e.g. 30/11/2036
Hope this helps future development of a very useful module.
Bookmarks