Page 34 of 117 FirstFirst ... 2432333435364484 ... LastLast
Results 331 to 340 of 1165
  1. #331
    Join Date
    Apr 2006
    Posts
    121
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Yes I did.

    First my notification address contained a long name (with spaces) and the actual email address. Changed that to a short name (no spaces) and the email address. To top it off I gave it a go with just the email address without the name.

    Still nothing.

    I've only used the dummy 'toto' account as subscriber address, not as notification address. And subscriber mails are delivered (or bounced as in this case).

  2. #332
    Join Date
    Apr 2006
    Posts
    121
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Hi NotGoddess,

    Might have located the problem but I'm not sure. Comparing to files that do send extra emails I can't find a zen_mail statement at the bottom of includes/modules/pages/subscribe/header_php.php. I'm aware of the fact that there are more ways then one to get things done but this is what struck me as the most obvious reason for extra mails to fail. Am I wrong?

  3. #333
    Join Date
    Apr 2006
    Posts
    121
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    NotGoddess, one more thing. Within includes/modules/YOUR_TEMPLATE/subscribe_header.php on line 20 it reads:

    require($template->get_template_dir('tpl_subscribe_header',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_subscribe_header.php');

    Shouldn't it read:

    require($template->get_template_dir('tpl_subscribe_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_subscribe_header.php');

    Tried changing it and adding a new subscriber but still zero on the notification mails. Did stop my PHP log from cluttering though.

  4. #334
    Join Date
    Jan 2005
    Location
    Waukee, Iowa
    Posts
    206
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    In functions/functions_email.php on line 158 change:
    Code:
            if (EMAIL_SMTPAUTH_MAIL_PORT != '25' & EMAIL_SMTPAUTH_MAIL_PORT != '') $mail->Port = EMAIL_SMTPAUTH_MAIL_PORT;
    to
    Code:
            if (EMAIL_SMTPAUTH_MAIL_SERVER_PORT != '25' && EMAIL_SMTPAUTH_MAIL_SERVER_PORT != '') $mail->Port = EMAIL_SMTPAUTH_MAIL_SERVER_PORT;
    (add _SERVER to each define)
    and see if that works-it was reported as a bug for some zips.
    NotGoddess (Sara Jacobson)
    NotGoddess.com

  5. #335
    Join Date
    Apr 2006
    Posts
    121
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    I already have these SMTP lines in my functions/functions_email.php. This caused the SMTP problems I was reffering to in my earlier post to mathias. Already corrected them.

    Did you have time to check why your own setup wasn't sending emails?

  6. #336
    Join Date
    Oct 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Dear Not goddess,

    I have installed your mod on zencart 1.3.5. this i'm developing on my local server (not yet live.)

    There is one problem i'm facing. If i press the subscribe button without entering the e-mail id, it throws two errors:

    Warning: require(includes/templates/template_default/templates/tpl_subscribe_header.php) [function.require]: failed to open stream: No such file or directory in W:\www\simbanet\includes\modules\classic\subscribe_header.php on line 20

    Fatal error: require() [function.require]: Failed opening required 'includes/templates/template_default/templates/tpl_subscribe_header.php' (include_path='.;/usr/local/PHP/includes;/usr/local/PHP/pear') in W:\www\simbanet\includes\modules\classic\subscribe_header.php on line 20


    also the right panel dissapears.

    could you please guide.

    if i put a valid email id then there is no problem.

  7. #337
    Join Date
    May 2006
    Posts
    313
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Just copy the tpl_subscribe_header it can't find into the templates_default folder.

    that should fix it right up.

  8. #338
    Join Date
    May 2006
    Posts
    313
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    ...or to be more specific ---

    includes/templates/YOUR_TEMPLATE/templates/tpl_subscribe_header.php
    into includes/templates/template_default/templates/tpl_subscribe_header.php

  9. #339
    Join Date
    Oct 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Many thanks, that solved my problem..

  10. #340
    Join Date
    Apr 2006
    Posts
    121
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Hi NotGoddess,

    Still have not been succesfull getting the the notification messages out thus far. Have you found some time to go through your setup to check if your notification mails worked or not? If you got it to work could you please let me know what to modify to get me up and running?

    Thanks in advance. (not meaning to be impatient)

 

 
Page 34 of 117 FirstFirst ... 2432333435364484 ... LastLast

Similar Threads

  1. Newsletter-Only Subscriptions for v1.3x: reinstall problems
    By sharonmiranda in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Nov 2011, 07:43 PM
  2. Newsletter subscriptions in the code
    By fgabrieli in forum General Questions
    Replies: 4
    Last Post: 19 Aug 2010, 03:30 PM
  3. help with newsletter subscriptions page
    By meesh in forum Customization from the Admin
    Replies: 8
    Last Post: 29 Mar 2009, 06:14 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR