Page 15 of 21 FirstFirst ... 51314151617 ... LastLast
Results 141 to 150 of 209
  1. #141
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Email Archive Manager

    Quote Originally Posted by mcpisik View Post
    Thanks. How could I empty the emails it has archived, as it only deletes a month back? (quite large)
    I imagine your prior post was proposing to use phpMyAdmin to drop the table. Instead, click the button that says "empty", which will run the SQL "truncate" command on the table, which completely purges that table's entire contents.
    .

    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.

  2. #142
    Join Date
    Jan 2007
    Location
    Mount Maunganui, New Zealand
    Posts
    419
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    Oh of course, thank you for that. I had originally meant that when writing previously, but as I wasn't viewing the phpmyadmin had forgotten the terms.
    Appreciate the correct fix.

  3. #143
    Join Date
    Oct 2007
    Location
    Hong Kong
    Posts
    111
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    Simple problem: I have uploaded all the files to server. I have double checked that. But the Archiver is not showing in my Admin under the Tools. I am using Version 1.3.7 (old I know).

    Thanks for quick help.

  4. #144
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Email Archive Manager

    Quote Originally Posted by haostaff View Post
    Simple problem: I have uploaded all the files to server. I have double checked that. But the Archiver is not showing in my Admin under the Tools. I am using Version 1.3.7 (old I know).

    Thanks for quick help.
    Besides possibley (probably) not being compatible with that version of ZC, installation to such an older version is a little different, requiring atleast one file I thought that is no longer routinely created to appear on the admin panel.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #145
    Join Date
    Oct 2007
    Location
    Hong Kong
    Posts
    111
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    Quote Originally Posted by mc12345678 View Post
    Besides possibley (probably) not being compatible with that version of ZC, installation to such an older version is a little different, requiring atleast one file I thought that is no longer routinely created to appear on the admin panel.
    Thank you, MC. I have gone back to re-install the latest version (1.6) that worked with Zencart 1.3.x, and it is now working for me as intended.

  6. #146
    Join Date
    Apr 2013
    Location
    eglisau switzerland
    Posts
    568
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    Hi
    when I use the automatic email send function in the "recover cart sales" add on I get multiple identical error logs, see below. It seems to work OK, the email is sent and I see a copy here in the archive.

    Log is; [22-Jun-2014 15:43:40 Europe/Zurich] PHP Warning: substr() expects parameter 3 to be long, string given in /home/httpd/vhosts/simmar.ch/httpdocs/catalog/..............admin/email_archive_manager.php on line 435

  7. #147
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Email Archive Manager

    Quote Originally Posted by marton_1 View Post
    Hi
    when I use the automatic email send function in the "recover cart sales" add on I get multiple identical error logs, see below. It seems to work OK, the email is sent and I see a copy here in the archive.

    Log is; [22-Jun-2014 15:43:40 Europe/Zurich] PHP Warning: substr() expects parameter 3 to be long, string given in /home/httpd/vhosts/simmar.ch/httpdocs/catalog/..............admin/email_archive_manager.php on line 435
    That tells me that either you're missing the /admin/includes/languages/(your_language_here)/admin_archive_manager.php file from your server (for EACH language you've got on your site), or you've changed that file's contents and adjusted the define('SUBJECT_SIZE_LIMIT', 25); to be a non-numeric value. Make sure it's a number.
    .

    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.

  8. #148
    Join Date
    Apr 2013
    Location
    eglisau switzerland
    Posts
    568
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    Great, thanks for your fast reply.

    I am using the German language pack as well as English. I have copied the file into the German language part and it now works fine; no error messages.

    Thanks again

  9. #149
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Email Archive Manager

    myDEBUG: email archive manager

    Is this a problem or one of those myDEBUG files to ignore?

    TNX Rick
    =========================

    I do not know if this is new to zc1.5.3

    zc v1.5.3 with database updated from v1.3.9 and charset converted from latin1 to utf8



    Code:
    [18-Oct-2014 07:54:26 America/Los_Angeles] #1  zen_mail() called at [/home/CPANELaccount/public_html/MYADMINFOLDER/email_archive_manager.php:33]
    
    [18-Oct-2014 07:54:26 America/Los_Angeles] PHP Warning:  Illegal string offset 'EMAIL_TO_NAME' in /home/CPANELaccount/public_html/includes/functions/functions_email.php on line 99
    [18-Oct-2014 07:54:26 America/Los_Angeles] #1  zen_mail() called at [/home/CPANELaccount/public_html/MYADMINFOLDER/email_archive_manager.php:33]
    
    [18-Oct-2014 07:54:26 America/Los_Angeles] PHP Warning:  Illegal string offset 'EMAIL_TO_ADDRESS' in /home/CPANELaccount/public_html/includes/functions/functions_email.php on line 100
    [18-Oct-2014 07:54:26 America/Los_Angeles] #1  zen_mail() called at [/home/CPANELaccount/public_html/MYADMINFOLDER/email_archive_manager.php:33]
    
    [18-Oct-2014 07:54:26 America/Los_Angeles] PHP Warning:  Illegal string offset 'EMAIL_SUBJECT' in /home/CPANELaccount/public_html/includes/functions/functions_email.php on line 101
    [18-Oct-2014 07:54:26 America/Los_Angeles] #1  zen_mail() called at [/home/CPANELaccount/public_html/MYADMINFOLDER/email_archive_manager.php:33]
    
    [18-Oct-2014 07:54:26 America/Los_Angeles] PHP Warning:  Illegal string offset 'EMAIL_FROM_NAME' in /home/CPANELaccount/public_html/includes/functions/functions_email.php on line 102
    [18-Oct-2014 07:54:26 America/Los_Angeles] #1  zen_mail() called at [/home/CPANELaccount/public_html/MYADMINFOLDER/email_archive_manager.php:33]
    
    [18-Oct-2014 07:54:26 America/Los_Angeles] PHP Warning:  Illegal string offset 'EMAIL_FROM_ADDRESS' in /home/CPANELaccount/public_html/includes/functions/functions_email.php on line 103
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  10. #150
    Join Date
    Jun 2005
    Posts
    355
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    Almost done with a fresh rebuild of the site on ZC 1.5.4 using the (among others) email archive manager 1-7b_zc1.5 . Superuser can access, but no other profile can. Have tried checking every box for that profile, only checking that box, building new profiles, re-registering the page all to no avail. In the DB it all looks right. This may hold me up from going live so if anyone has ANY ideas, please let me know!
    2 + 2 = 5 for extremely large values of 2

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

 

 
Page 15 of 21 FirstFirst ... 51314151617 ... 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