Modify

Opened 3 years ago

Closed 3 years ago

#2321 closed Bug/Fehler (fixed)

undefined constant CONTENT_CONDITIONS (xtc_php_mail.inc.php)

Reported by: web-looks.de Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.8.0
Component: Shop Version: 2.0.7.2
Keywords: Cc:
Blocked By: Blocking:

Description

Meldung:

Use of undefined constant CONTENT_CONDITIONS - assumed 'CONTENT_CONDITIONS' (this will throw an Error in a future version of PHP) in File: /inc/xtc_php_mail.inc.php on Line: 211

Vorschlag zur Korrektur:

/inc/xtc_php_mail.inc.php

Suchen nach:

$conditions = CONTENT_CONDITIONS;

Ersetzen mit:

$conditions = (defined('CONTENT_CONDITIONS') ? CONTENT_CONDITIONS : '');

Attachments (0)

Change History (1)

comment:1 by Gerhard Waldemair, 3 years ago

Resolution: fixed
Status: newclosed

In 14806:

fix #2321 - check for defined conditions

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.