Zen Cart Logo
Forums / All Other Contributions/Addons / Short opening tags in email_history

Short opening tags in email_history

Locked

Views: 574

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
15 Sep 2010, 8:48 AM
#1
boudewijn avatar

boudewijn

Zen Follower

Join Date:
Jun 2009
Posts:
207
Plugin Contributions:
0

Short opening tags in email_history

Hi,

In email_history.php there are two lines with short opening tags for php. If the use of short tags is disabled in PHP.ini, this causes the email history tool to display nothing.

The lines in the file (version 1.3.9f) are:

Line 300:

<? echo TRIM_CONFIRM_WARNING; ?>

And line 307/308:

<? break; Boudewijn
15 Sep 2010, 12:58 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Short opening tags in email_history

Zen Cart v1.3.9 doesn't contain any files named "email_history.php", nor the constant "TRIM_CONFIRM_WARNING".

You must be referring to the Email Archive Manager addon.
Moving this thread out of the Zen Cart Bug Reports section, since it's not related to a Zen Cart bug.
*
*
Update: Yes, that addon has two short tags in it, which you'll need to change if you want to use it on newer versions of PHP.

15 Sep 2010, 7:47 PM
#4
boudewijn avatar

boudewijn

Zen Follower

Join Date:
Jun 2009
Posts:
207
Plugin Contributions:
0

Re: Short opening tags in email_history

Thanks all for the replies!

Boudewijn