In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Viewing Issue Advanced Details Jump to Notes ] Wiki ] View Simple ] Issue History ] Print ]
ID Category Type Reproducibility Date Submitted Last Update
0000294 [In-Portal CMS] Mailing System bug report sometimes 2009-09-15 11:52 2011-10-05 02:20
Reporter alex View Status public Project Name In-Portal CMS
Assigned To erik Developer
Priority normal Resolution no change required Platform
Status closed   OS
  OS Version
ETA none Fixed in Version 5.1.2 Product Version 5.0.0
  Target Version 5.2.0 Product Build
Time EstimateNo estimate
Summary 0000294: Use of undefined constant OS_WINDOWS in socket.php
Description When SMTP server is configured for email sending, then this constant is accessed, but it's missing and always is assumed as "true" in "if" operators. This could possibly lead to malformed email body sent to SMTP server.

Should investigate about this constant or totally replace it with:
DIRECTORY_SEPARATOR == '\\' check.
Steps To Reproduce
Additional Information
Tags No tags attached.
Reference
Change Log Message
Estimate Points 0
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
duplicate of 0000977closed (5.1.2)alex Constant OS_WINDOWS is undefined, when SMTP is used for email event sending 

-  Notes
User avatar (0003892)
alex (manager)
2011-09-24 04:15

I think, that is was done already. Needs to be checked.
User avatar (0004008)
Dmitry (manager)
2011-10-04 20:21

Erik, try to replicate this and see if something needs to be fixed.
User avatar (0004011)
alex (manager)
2011-10-05 02:20

Problematic code was already replaced with substr(PHP_OS, 0, 3) != 'WIN' code (which is equivalent to proposed one) in 0000977 task.

- Issue History
Date Modified Username Field Change
2011-10-05 02:20 alex Relationship added duplicate of 0000977
2011-10-05 02:20 alex Note Added: 0004011
2011-10-05 02:20 alex Status needs work => closed
2011-10-05 02:20 alex Time Estimate Removed 1 =>
2011-10-05 02:20 alex Resolution open => no change required
2011-10-05 02:20 alex Fixed in Version => 5.1.2
2011-10-04 20:21 Dmitry Note Added: 0004008
2011-10-04 20:21 Dmitry Assigned To => erik
2011-10-04 20:21 Dmitry Status active => needs work
2011-09-24 04:15 alex Note Added: 0003892
2011-09-23 21:59 Dmitry Target Version Icebox => 5.2.0
2009-09-29 12:05 alex Target Version 5.0.2 => Icebox
2009-09-23 13:22 alex Time Estimate Added 1
2009-09-21 03:21 alex Target Version => 5.0.2
2009-09-15 11:52 alex New Issue



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker