Page 16 of 21 FirstFirst ... 61415161718 ... LastLast
Results 151 to 160 of 209
  1. #151
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,378
    Plugin Contributions
    94

    Default Re: Email Archive Manager

    There's going to be a file in /YOUR_ADMIN/includes/extra_datafiles that's named something like email_archive_manager_filenames.php. Look in there for a definition named something like FILENAME_EMAIL_ARCHIVE_MANAGER.

    Does that definition set the value with .php at the end? If so, remove the .php from the definition.

  2. #152
    Join Date
    Jun 2005
    Posts
    355
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    That did it, thanks lat9!
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store •••••••• My Plugins List

  3. #153
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,378
    Plugin Contributions
    94

    Default Re: Email Archive Manager

    Quote Originally Posted by gothstone View Post
    That did it, thanks lat9!
    That's great (kind of)! It was a bit of a shot-in-the-dark because I thought that v1.5.4 had introduced a change that provided a work-around for that mis-coding.

  4. #154
    Join Date
    Oct 2008
    Posts
    384
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    Hi I did post this elsewhere and then found this thread so re posted here. Sorry to forum admin in advance

    Hi, I have installed email archive manager as some emails where not being received. When in the archive manager I have found that when I ask it to send again the order confirmation that it sends is truncated just after the first product

    How do I fix this please?

    Congerman

  5. #155
    Join Date
    Oct 2008
    Posts
    384
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    Quote Originally Posted by Congerman View Post
    Hi I did post this elsewhere and then found this thread so re posted here. Sorry to forum admin in advance

    Hi, I have installed email archive manager as some emails where not being received. When in the archive manager I have found that when I ask it to send again the order confirmation that it sends is truncated just after the first product

    How do I fix this please?

    Congerman
    This is what I am getting, this order actually had 5 products but resend only show 1 and without a price

    Order Confirmation / Invoice from BuyExtinguishersOnline.co.uk

    My customers name here

    Thanks for shopping with us today!
    The following are the details of your order. Our Vat reg number is **********
    ------------------------------------------------------
    Order Number: BEO- 2648

    Date Ordered: 04/11/2015

    Detailed Invoice:
    http://buyextinguishersonline.co.uk "standard acct info here"

    Products
    ------------------------------------------------------
    2 x 2kg Carbon Dioxide (FXC2) =

  6. #156
    Join Date
    Oct 2008
    Posts
    384
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    I have looked in the database and they are truncated there as well.????????

  7. #157
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: Email Archive Manager

    I'm having some weirdness with this contrib too... is it simply not compatible with 1.5.4?

    When I tried resending an email, it throws these errors (which means nothing to me):
    Code:
    22-Nov-2015 20:00:15 MST] PHP Warning: Illegal string offset 'EMAIL_TO_NAME' in /home/smartiep/public_html/shop/includes/functions/functions_email.php on line 99
    [22-Nov-2015 20:00:15 MST] PHP Warning: Illegal string offset 'EMAIL_TO_ADDRESS' in /home/smartiep/public_html/shop/includes/functions/functions_email.php on line 100
    [22-Nov-2015 20:00:15 MST] PHP Warning: Illegal string offset 'EMAIL_SUBJECT' in /home/smartiep/public_html/shop/includes/functions/functions_email.php on line 101
    [22-Nov-2015 20:00:15 MST] PHP Warning: Illegal string offset 'EMAIL_FROM_NAME' in /home/smartiep/public_html/shop/includes/functions/functions_email.php on line 102
    [22-Nov-2015 20:00:15 MST] PHP Warning: Illegal string offset 'EMAIL_FROM_ADDRESS' in /home/smartiep/public_html/shop/includes/functions/functions_email.php on line 103
    I tried looking up that vague "illegal string offset" error and it typically has something to do with treating a string like an array, but when I look at those lines there's no array magic going on at all?!?


    This isn't my only issue. Previewing in HTML shows me nothing. I *must* preview in text to see anything. My admin is set to HTML, if that matters.

    I suspect the two above problems are related since the error-throwing code chunk has something to do with the html block for sending an email.

  8. #158
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: Email Archive Manager

    Yeah it must be something to do with how HTML is handled because if I manually go in the DB and delete the HTML entry for a particular archived email, then send works fine.

  9. #159
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: Email Archive Manager

    OK, so now I'm thinking it has something to do with how the email is encoded/stored/retrieved/decoded

    The reason is when I look at the "preview" of an HTML message, I see nothing. No error, just no message. I inspected the output and I see some strangeness. In the database, it looks like the <html> tags were all (properly) encoded to _HTML_ tags. After this contrib tries to display it to me in the preview, SOME of the _HTML_ type tags are properly decoded (<HTML>) while some are partly decoded (<HTML_) and many are simply not decoded (_HTML_).

    If I manually finish the decoding job, magically the preview displays properly. I suspect this has something to do with both my preview and failure to send issues.

  10. #160
    Join Date
    Jul 2009
    Location
    Texas
    Posts
    209
    Plugin Contributions
    2

    Default Re: Email Archive Manager

    I don't think this fixes your problem s_mack but I have found why I have the same error even though my HTML is shut off in admin.

    Code:
        if($email->email_html == 'HTML disabled in admin') $email->email_html = array();
    I ended up putting that line of code right above the zen_mail in the beginning of email_archive_manager.php. This prevents a string from being entered into zen_mail when an array is expected and fixes this error.

 

 
Page 16 of 21 FirstFirst ... 61415161718 ... 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