Forums / Addon Admin Tools / Email Archive Manager

Email Archive Manager

Results 1 to 20 of 209
20 Sep 2006, 00:24
#1
wickedklown avatar

wickedklown

Zen Follower

Join Date:
Aug 2005
Posts:
370
Plugin Contributions:
0

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
20 Sep 2006, 02:54
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: Email Archive Manager

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 ...
04 Nov 2006, 15:12
#3
100asa avatar

100asa

Totally Zenned

Join Date:
Oct 2006
Posts:
636
Plugin Contributions:
0

Re: Email Archive Manager

I've just installed this contribution, and I've this error too.
Anyone have the solution?
25 Nov 2006, 19:03
#4
paperthreads avatar

paperthreads

Zen Follower

Join Date:
Sep 2006
Posts:
142
Plugin Contributions:
0

Re: Email Archive Manager

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...
03 Dec 2006, 15:49
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: Email Archive Manager

The contribution was updated last week with a bugfix related to purging records. Are you using the updated edition?
13 Dec 2006, 15:54
#6
2004g35 avatar

2004g35

Zen Follower

Join Date:
Jan 2005
Posts:
156
Plugin Contributions:
0

Re: Email Archive Manager

this is a super utility - only problem is - how can I delete individual e-mails. Thanks in advance.
14 Dec 2006, 17:22
#7
signs avatar

signs

Zen Follower

Join Date:
Jun 2006
Posts:
128
Plugin Contributions:
0

Re: Email Archive Manager

Thanks so much for the contrib!! I am using it to try and figure out why, suddenly, no emails seem to be getting sent from my cart. I tested by sending an email via "contact us" and then went to this utility. It shows up in the email archive search, but when I try to resend I get this error message:

Warning: Invalid argument supplied for foreach() in xxx/shopping/includes/functions/functions_email.php on line 342

Warning: Cannot modify header information - headers already sent by (output started at xxx/shopping/includes/functions/functions_email.php:342) in xxx/shopping/admin/includes/functions/general.php on line 34


Any idea what that means? And could it have anything to do with why my emails aren't going through as well?

TIA
Signs
14 Dec 2006, 17:35
#8
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: Email Archive Manager

Signs,
Getting that error does not necessarily explain a problem with sending emails.
That error should not be happening, but will only happen if you are attempting to re-send an email that has no HTML-based component tied to it.

As to your email problems with "not sending", please discuss those in another thread, and leave this one for the email archive tool. You may open another topic for this purpose. I suggest you start by upgrading from v1.3.0.2 to at least v1.3.6 as a starting point. The line-number in your post above suggests you're using an out-of-date set of code.
15 Dec 2006, 03:02
#9
stevefriedman71 avatar

stevefriedman71

Zen Follower

Join Date:
Sep 2006
Posts:
269
Plugin Contributions:
0

Re: Email Archive Manager

I really like this contribution. but, somehow, it doesn't wor on the one month delete. any ideas?
06 Jan 2007, 22:25
#10
snowblind avatar

snowblind

New Zenner

Join Date:
Nov 2006
Posts:
11
Plugin Contributions:
0

Re: Email Archive Manager

My apologies, I was searching for the error in email archive search that I was experiencing and posted to another thread about it so this may count as a duplicate, if so sorry. I snipped and put it here hoping it would be found.

I just put this module in as per instructions, it works fine when previewing the emails in text, but in html it shows all the code:

"<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <base href="MySiteAddress.Com" /> <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;...................."

And when I resend the email I get the same error as I saw in A previous post:

"
MYLOGO (image is missing I get an X)
$EMAIL_SUBJECT
$EMAIL_MESSAGE_HTML

$EMAIL_FOOTER_COPYRIGHT


$EMAIL_DISCLAIMER
$EMAIL_SPAM_DISCLAIMER

$EXTRA_INFO
"

I've looked through my settings and html mime email is enabled.
I've read through the code for email_history.php but can't find any obvious errors. (As if a newbie like me could :) I don't get any errors or issues from the resend, the mailserver, the spam killer or antivirus filters, etc,...
I've tried the html template, checked my variables, Etc,... as described in the previous posts but I still get the $EMAIL_* in html format. When I send the original email ^ as if placing or updating the order, I get a nice html format with image and message, just as would be expected.
I'm wondering if it's something in the extraction of the message from the database, because I see the email excerpt looks correct as far as the message data goes (when looking in the email archive function) ^ but the email looks to be going out without the data from the original email inserted.

BTW, I'm using ZC 1.3.6, MySQL 5.0.20, PHP 5.1.6, Apache 2.2,...
If any other info would help... I'd be happy to solve this one.

Thanks,
SnowBlind
14 Feb 2007, 12:53
#11
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Posts:
10,620
Plugin Contributions:
212

Re: Email Archive Manager

2004g35:

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


I just added this feature; code will be released on 2/18.

Scott
21 Feb 2007, 22:01
#12
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Posts:
10,620
Plugin Contributions:
212

Re: Email Archive Manager

The new version with per message delete is now available.

Scott
26 Feb 2007, 23:00
#13
boyemillar avatar

boyemillar

Zen Follower

Join Date:
Jun 2004
Posts:
89
Plugin Contributions:
0

Re: Email Archive Manager

I installed the contrib but its not showing any emails... even though i have sent quite a few.

Zen version 1.3.7
email archive version 1.2
26 Feb 2007, 23:04
#14
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Posts:
10,620
Plugin Contributions:
212

Re: Email Archive Manager

You probably haven't turned on archiving. It's under configuration->email in admin.
28 Feb 2007, 12:18
#15
boyemillar avatar

boyemillar

Zen Follower

Join Date:
Jun 2004
Posts:
89
Plugin Contributions:
0

Re: Email Archive Manager

Cheerz for that Scott...

Maybe an idea to add that into the installation instructions to help dunder hieds like me to get it working.
28 Feb 2007, 14:47
#16
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Posts:
10,620
Plugin Contributions:
212

Re: Email Archive Manager

This is an excellent suggestion. I don't know if or when I'll update this contribution again, but if I do, I'll add this to the list.

Scott
27 Apr 2007, 14:13
#17
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Posts:
10,620
Plugin Contributions:
212

Re: Email Archive Manager

A fix has been submitted for the problem reported in

http://www.zen-cart.com/forum/showthread.php?p=365462#post365462

but of course, I forgot to update the help as suggested. After I submitted the change, I realized this and I updated my local copy, so the next time I change this mod, the help will be updated.

I renamed this contribution "Email Archive Manager," which I think is a more accurate representation of what it does now. Thanks to the folks who reported this bug.

Scott
06 May 2007, 14:08
#18
tonibarcelona avatar

tonibarcelona

Inactive

Join Date:
Feb 2007
Posts:
200
Plugin Contributions:
0

Re: Email Archive Manager

Hi all
I was using old version of the mod and alls was fine, but with the new version (email archive manager 1.3), i can view sent messages in txt format, but not in html. I see:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <base href="http://www.xxxs.com/shop/" /> <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;} .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> <!-- ,
,etc,...

I think this is not afecting sending emails but, what can i do to resolve it?
08 May 2007, 01:20
#19
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Posts:
10,620
Plugin Contributions:
212

Re: Email Archive Manager

A fix was just submitted for this problem. Look for version 1.4 of this mod in a few days.

Scott
09 May 2007, 18:38
#20
tonibarcelona avatar

tonibarcelona

Inactive

Join Date:
Feb 2007
Posts:
200
Plugin Contributions:
0

Re: Email Archive Manager

Many thanks, i will test it now.