Page 20 of 21 FirstFirst ... 1018192021 LastLast
Results 191 to 200 of 209
  1. #191
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Email Archive Manager

    I am working on an updated module, right now.

    This update wil include, maybe more:

    • Update lay-out (Bootstrapped)
    • Change forms from GET to POST


    I am not going to provide support for Zen Cart versions lower then 1.5.6

    Development can be followed here on GitHub

  2. #192
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    If installing on ZC V1.5.6c do I need to merge any changes from includes/functions/functions_email.php that is included in the download?

    I know in the past it was needed to preserve the HTML but I'm not sure if it is needed with 1.5.6c as some of the original code is now already in the stock includes/functions/functions_email.php and the version in the download my now be redundant?

  3. #193
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: Email Archive Manager

    you are correct - the mod's changes to functions_email.php are not required for people who are up to date.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #194
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    Thanks Scott

  5. #195
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    377
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    The installation instructions state that their are no overrides, but /includes/functions/functions_email.php already exists in 1.5.6c. Can you clarify?

  6. #196
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: Email Archive Manager

    This isn't an override; it's a replacement of a core file.

    But as of 1.5.6c 1.5.6b it's not needed any more.
    Last edited by swguy; 20 Sep 2020 at 05:15 PM.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #197
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: Email Archive Manager

    Email Archive Manager was just updated to allow you to resend the text version of an email with the resend button. (In prior versions, this wouldn't work well if you had HTML email turned on.)
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  8. #198
    Join Date
    Mar 2004
    Posts
    201
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    i runing 157
    and i just uploaded this and this is my debug files. can it be fixed.. thank you

    [11-Apr-2021 02:58:32 UTC] Request URI: /shop/angRy-SZm-trusT/index.php?cmd=email_archive_manager, IP address: 24.113.216.190
    #1 require(/angRy-SZm-trusT/email_archive_manager.php) called at [/angRy-SZm-trusT/index.php:11]
    --> PHP Notice: Undefined index: print_format in /angRy-SZm-trusT/email_archive_manager.php on line 23.

    [11-Apr-2021 02:58:32 UTC] Request URI: /shop/angRy-SZm-trusT/index.php?cmd=email_archive_manager, IP address: 24.113.216.190
    #1 require(/angRy-SZm-trusT/email_archive_manager.php) called at [/angRy-SZm-trusT/index.php:11]
    --> PHP Notice: Undefined index: start_date in /angRy-SZm-trusT/email_archive_manager.php on line 73.

    [11-Apr-2021 02:58:32 UTC] Request URI: /shop/angRy-SZm-trusT/index.php?cmd=email_archive_manager, IP address: 24.113.216.190
    #1 require(/angRy-SZm-trusT/email_archive_manager.php) called at [/angRy-SZm-trusT/index.php:11]
    --> PHP Notice: Undefined index: end_date in /angRy-SZm-trusT/email_archive_manager.php on line 74.

    [11-Apr-2021 02:58:32 UTC] Request URI: /shop/angRy-SZm-trusT/index.php?cmd=email_archive_manager, IP address: 24.113.216.190
    #1 require(/angRy-SZm-trusT/email_archive_manager.php) called at [/angRy-SZm-trusT/index.php:11]
    --> PHP Notice: Undefined index: start_date in /angRy-SZm-trusT/email_archive_manager.php on line 139.

    [11-Apr-2021 02:58:32 UTC] Request URI: /shop/angRy-SZm-trusT/index.php?cmd=email_archive_manager, IP address: 24.113.216.190
    #1 require(/angRy-SZm-trusT/email_archive_manager.php) called at [/angRy-SZm-trusT/index.php:11]
    --> PHP Notice: Undefined index: end_date in /angRy-SZm-trusT/email_archive_manager.php on line 140.

    [11-Apr-2021 02:58:32 UTC] Request URI: /shop/angRy-SZm-trusT/index.php?cmd=email_archive_manager, IP address: 24.113.216.190
    #1 require(/angRy-SZm-trusT/email_archive_manager.php) called at [/angRy-SZm-trusT/index.php:11]
    --> PHP Notice: Undefined index: module in /angRy-SZm-trusT/email_archive_manager.php on line 350.
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  9. #199
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    257
    Plugin Contributions
    6

    Default Re: Email Archive Manager

    I have had this running for some time in my test systems and have made changes to line 23; line 75; line 481 485
    line 23 is undefined index -> insert @ as first character in the line
    lines 73 & 74 undefined index -> comment the lines out
    lines 481 and 485 have undefined variables html_button ->insert @ as first character on the lines

    Hope this helps

  10. #200
    Join Date
    Aug 2007
    Location
    NY
    Posts
    25
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    Quote Originally Posted by OldNGrey View Post
    I have had this running for some time in my test systems and have made changes to line 23; line 75; line 481 485
    line 23 is undefined index -> insert @ as first character in the line
    lines 73 & 74 undefined index -> comment the lines out
    lines 481 and 485 have undefined variables html_button ->insert @ as first character on the lines

    Hope this helps
    I just installed this addon too (zen 1.5.7c and plugin version 1.9) I am getting these debug files every time I load the Email Archive Manager page.

    I see this might be a solution (I hope without breaking the function of the addon) and I do understand "comment the lines out" I can do that easy enough.

    However I do not understand what the "insert @ as the first character on the lines" means. How would do I do that in the code?

 

 
Page 20 of 21 FirstFirst ... 1018192021 LastLast

Similar Threads

  1. Email Archive Manager - D/M/Y Date issue:
    By rlexyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 27 Jul 2010, 05:26 AM
  2. problem with Email Archive Manager on 1.3.6
    By rstevenson in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 Aug 2008, 02:57 PM
  3. Email Archive Manager kicks me out of Admin
    By Bostitch in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 8 Mar 2008, 01:30 AM
  4. Email sent to archive manager-never delivered
    By SweetandLavish in forum General Questions
    Replies: 10
    Last Post: 10 Jun 2007, 03:31 PM

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