Page 1 of 2 12 LastLast
Results 1 to 10 of 209

Hybrid View

  1. #1

    Default Email Archive Manager

    Hello there, i just installed this modual..

    All seems to work just fine. however i do have this one error when i try and delete emails older than 6months old. I also tried to DEL orders older than 12 months, but get the same error

    ---------------------------------
    Warning: Cannot modify header information - headers already sent by (output started at /homepages/23/d173543998/htdocs/admin/email_history.php:62) in /homepages/23/d173543998/htdocs/admin/includes/functions/general.php on line 34
    ----------------------------------------

    can anyone help me
    i couldnt find an active topic for this contrib. if im posting in the wrong spot, please inform me.
    thanks in advance
    Benjamin

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Email Archive Search

    It seems that the purge features of the contribution should probably be handled at the top of the file instead of in the middle.

    Either way, I suspect, based on the code, that when you received that error, the delete/purge you request has actually been completed, and it was simply attempting to redraw the page and show you the success message. (but, due to order-of-operations, it failed because content was already showing on the screen.)

    Something to note for the next version ...
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Email Archive Search

    I've just installed this contribution, and I've this error too.
    Anyone have the solution?

  4. #4
    Join Date
    Sep 2006
    Posts
    142
    Plugin Contributions
    0

    Default Re: Email Archive Search

    I have this same error message, I have tried to trim anything older than 1 month.

    I continue to get the same error, and nothing has been trimmed or cut from the email archives...

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Email Archive Search

    The contribution was updated last week with a bugfix related to purging records. Are you using the updated edition?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Jan 2005
    Location
    Winter Haven, FL
    Posts
    163
    Plugin Contributions
    0

    Default Re: Email Archive Search

    this is a super utility - only problem is - how can I delete individual e-mails. Thanks in advance.

  7. #7
    Join Date
    Mar 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Email Archive Search (Archive Manager)

    I am having an issue. ZC1.3.7. EZ Populate, Database backup, ImageHandler2. Mime email.

    I installed the E-mail archive on two sites and get the same results with both.

    When I resend an HTML (or text) e-mail I just get the CSS/Template with no data.

    Source (from e-mail).
    <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=$CHARSET" /> <base href="$BASE_HREF" />
    <style type="text/css"> body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;} a:link {color:#0066cc;} a:hover {background-color:#eeeecc; color:#0066cc;} a:visited {color:#0066cc;} .holder {background-color:#f9f9f9; border:1px solid #9a9a9a; font-size:9px; text-align:left; width:550px;} .header {font-size:10px; padding:0px; width:550px;} .content {font-size:10px; padding:5px; width:550px;} .footer {border-top:1px solid #9a9a9a; font-size:9px; margin-top:10px; text-align:center; width:550px;} .extra-info {background-color:#cccc99; border:1px solid #9a9a9a; font-size:10px; margin-top:10px; padding:5px; width:550px;} .extra-info-bold {font-weight:bold;} .disclaimer {background-color:#f9f9f9; border:1px solid #cccccc; font-size:10px; margin-top:10px; padding:5px; width:550px;} .disclaimer1 {color:#666666; padding:5px;} .disclaimer1 a:link {color:#666666;} .disclaimer1 a:visited {color:#666666;} .disclaimer2 {color:#666666; padding:5px;} .copyright {border-bottom:0px solid #9a9a9a; padding:5px;} </style>
    </head>
    <body> <div class="holder">
    <!-- Header Section --> <div class="header"> <img src="email/header.jpg" alt="logo" /> </div>

    <!-- Content Section --> <div class="content"> <div>$EMAIL_SUBJECT</div> <div>$EMAIL_MESSAGE_HTML</div> </div>

    <!-- Footer Section --> <div class="footer"> <div class="copyright">$EMAIL_FOOTER_COPYRIGHT</div> </div>
    </div> <div class="disclaimer"> <div class="disclaimer1">$EMAIL_DISCLAIMER</div> <div class="disclaimer2">$EMAIL_SPAM_DISCLAIMER</div> </div> $EXTRA_INFO </body> </html>
    So it seems to be failing to "populate" all the variables! I tried going to my other site, same issue (sites are both intended to have the same code base).

    When I "Preview HTML" it is also strange, all the CSS is showing! When I "Preview Text" it looks fine.

    Any thoughts/suggestions?
    Jordan Dunne
    Marketnet/Team Store

    Phasing Zen Cart to these 4 sites
    Starting 4-07, 95% done with all September 15th


    www.logoteamstore.com

    www.shopccim.com
    www.shopwcr.com
    www.realtorteamstore.com
    www.iremteamstore.com
    www.shoprli.com

  8. #8
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Email Archive Search (Archive Manager)

    I don't believe it saves resent messages.
    That Software Guy. My Store: Zen Cart Support
    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.

  9. #9
    Join Date
    Mar 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Email Archive Search (Archive Manager)

    #1 Sorry to be trouble, I am not sure I understand your response. I have turned on the feature to archive e-mails. When I resend it is failing to populate the data.

    ANY ideas? Have you run into this issue at all?

    #2 I am considering hiring you for some help. I have a unique pricing structure I may need some help with! I reviewed your website! Is this (email archive) something that maybe I can pay you to diagnose when I am ready for the other issues?

    Thanks in advance for your help!
    Jordan Dunne
    Marketnet/Team Store

    Phasing Zen Cart to these 4 sites
    Starting 4-07, 95% done with all September 15th


    www.logoteamstore.com

    www.shopccim.com
    www.shopwcr.com
    www.realtorteamstore.com
    www.iremteamstore.com
    www.shoprli.com

  10. #10
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Email Archive Search (Archive Manager)

    Re: #1 - it doesn't save resent messages. This behavior could be changed,
    of course, but right now it doesn't.

    Re: #2 - please PM me.

    Scott
    That Software Guy. My Store: Zen Cart Support
    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.

 

 
Page 1 of 2 12 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

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