ezeman Posted March 4, 2003 Share Posted March 4, 2003 I'm having real trouble with the newsletter contribution perhaps someone could help. On registering a new member I get the following error :- Warning: Cannot add header information - headers already sent by (output started at ...root.../includes/classes/snoopy1.class.php:2104) in ...root.../newsletters_subscribe.php on line 73 I still get a correct entry in the mailing list and I can unsubscribe OK Also - I can register the same email twice - is this perhaps cause by the above error? Cheers Kenny Quote If you learn more than you forget then that's a good thing. Link to comment Share on other sites More sharing options...
Guest Posted March 18, 2003 Share Posted March 18, 2003 Warning: Cannot add header information - headers already sent by (output started at ...root.../includes/classes/snoopy1.class.php:2104) in ...root.../newsletters_subscribe.php on line 73 Make sure you don't have a trailing space or line at the bottom of your newsletters_subscribe.php This is a common problem if you edit a file. hth, Tony Quote Link to comment Share on other sites More sharing options...
wizardsandwars Posted March 18, 2003 Share Posted March 18, 2003 Hmmn, not sure if you are talking about my contribution or not. Is it the Unsubscribe contribution you are having trouble with? No, your shop should not allow you to create more than one account with any give email address. This has nothing to do with my contribution. Quote ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help. Link to comment Share on other sites More sharing options...
Guest Posted April 4, 2003 Share Posted April 4, 2003 i get this same error as well the shop using it is a snapshot from august 2002. also on the subscribe page the continue button doesnt show. Quote Link to comment Share on other sites More sharing options...
Guest Posted April 4, 2003 Share Posted April 4, 2003 see other post on that subject for the monent in newsletter_subscribe.php REMOVE the line calling the class snoopy.php it is not necessary for this version and we for got to remove it Quote Link to comment Share on other sites More sharing options...
Guest Posted April 9, 2003 Share Posted April 9, 2003 Hi, can anybody tell me, where to get the subscribe information on different subjects in my admin section. The Contribution is working, so far as I can subscribe, choose different subjects in the subscription center (which would be better in the same process, i think...), a confirmation mail is sent, but than I get "only" the names, and mail adresses in the admin section... Regards, Annakin Quote Link to comment Share on other sites More sharing options...
Guest Posted April 15, 2003 Share Posted April 15, 2003 Has nobody this mod working, as it is intended to ? :? From some definitions it seems I?m maybe missing a part called "subscribers_utilities". Any suggestions ? Regards, Annakin Quote Link to comment Share on other sites More sharing options...
loxly Posted April 15, 2003 Share Posted April 15, 2003 What is the link to the contribution you are talking about? Is it the newsletter unsubscribe or is it a different one? Quote [no external urls in signatures please, kthanks] Link to comment Share on other sites More sharing options...
Guest Posted April 15, 2003 Share Posted April 15, 2003 It?s the following: http://www.oscommerce.com/community/contributions,535 but the unsubscribe mod didn?t work for me either... You can see my webpage here: www.campuscons.de/catalog/default.php and www.campuscons.de/catalog/master Thanks, J?rgen Quote Link to comment Share on other sites More sharing options...
Elmo Posted September 23, 2003 Share Posted September 23, 2003 (edited) Hi, I installed this contribution in version 2.2 MS1 and it works great! But when I installed this in another site with version 2.2 MS2, I get this error message: Fatal error: Call to undefined function: tep_array_merge() in /home/www/html/catalog/admin/newsletters_subscribers_view.php on line 469 when I go to admin panel>Newsletter>Subscribers Admin May I ask if anyone can shed some light on this? Thanks very much. Line 469 of newsletters_subscribers_view.php is : $cInfo_array = tep_array_merge($subscribers, $customer_info); Edited September 23, 2003 by Elmo Quote Best regards, Elmo Link to comment Share on other sites More sharing options...
Madman00 Posted October 11, 2003 Share Posted October 11, 2003 Any one found the solution to the following error Fatal error: Call to undefined function: tep_array_merge() in /home/www/html/catalog/admin/newsletters_subscribers_view.php on line 469 If yes please drop a reply on how to solve the matter. Thanks Quote Link to comment Share on other sites More sharing options...
Guest Posted October 12, 2003 Share Posted October 12, 2003 Madman00 -look for the tep_array_merge on line 469 and change it to array_merge The function name changed between releases Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.