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
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?
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.
Re: Email Archive Manager
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?
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.
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.)
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.
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
Re: Email Archive Manager
Quote:
Originally Posted by
OldNGrey
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?