largersmallernormaltext version of this page

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0015241 [phplist] Message Management major always 09-03-09 08:43 26-03-09 17:25
Reporter enes View Status public  
Assigned To
Priority normal Resolution fixed  
Status resolved   Product Version 2.10.9
Summary 0015241: Subject will empty when we edit the message
Description hello,
I've create a message, define a subject then save it. when I click the message for editing the subject will be empty. so I can't send the message if I try to send the message by editing window it sends with blank subject..

so I try to send it on the wiev secreen..

regards

 
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0050544)
h2b2 (reporter)
11-03-09 00:31

Seems related to http://mantis.phplist.com/view.php?id=1644 [^]
(0050545)
omar (administrator)
11-03-09 17:13

There we try to reproduce this error, but every thing are working fine.
Maybe you can attach to us your config file, because its could be happening
because some parameters in your config file.
(0050560)
h2b2 (reporter)
17-03-09 22:23

Please see note 0050558 for issue http://mantis.phplist.com/view.php?id=1644 [^]
(0050567)
h2b2 (reporter)
20-03-09 08:23

See also note 0050565 for test details which may help reproducing the error
(0050601)
omar (administrator)
25-03-09 16:26

trouble fixed, the problem was the use of htmlentities PHP function to display the saved message subject. The problem was in the use of htmlentities function.
I add an iconv() function call inside the call to htmlentities() to convert from ISO-... to UTF-8 because the database table of messages was created with the charset ISO-... and need to be converted to UTF-8 to apply the htmlentities() functionality.


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker