Closed (fixed)
Project:
Drupal core
Version:
4.6.0
Component:
comment.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2005 at 05:33 UTC
Updated:
22 Apr 2005 at 17:36 UTC
If visitors do not write the subjects for the their comments, the subjects are just kept blank. The comment.module fail to extract subjects from the body.
Comments
Comment #1
kzeng commentedActually, if the content of the comments are in English, then the subject can be automatically extracted. But if the content is in non-Western languages, then the subject fails to be extracted. Does the comment module has certain filter to get rid of non-western language subject?
Comment #2
kzeng commentedI know the problem. It is caused by the PHP version I used. I updated PHP and now everything works well.
Comment #3
kzeng commentedNo, the problem is still there. I thought after I updated my PHP, it should be OK. But it turns out that the comment.module sitll fails to extract subject from comment contents. Could any one help me ? Thanks