[drupal-devel] [bug] aggregator's error after update system to fedora core 4

huyl drupal-devel at drupal.org
Fri Jul 29 05:08:34 UTC 2005


Issue status update for 
http://drupal.org/node/26274
Post a follow up: 
http://drupal.org/project/comments/add/26274

 Project:      Drupal
 Version:      4.6.2
 Component:    aggregator.module
 Category:     bug reports
 Priority:     normal
 Assigned to:  huyl
 Reported by:  huyl
 Updated by:   huyl
-Status:       active
+Status:       patch

I get it,just delete this line at function "drupal_xml_parser_create":
$encoding = $match[1];
or delete all lines before this line at function
"drupal_xml_parser_create":
$xml_parser = xml_parser_create($encoding);
and change this line to:
$xml_parser = xml_parser_create("utf-8");




huyl



Previous comments:
------------------------------------------------------------------------

Sun, 03 Jul 2005 10:27:16 +0000 : huyl

I think this is a bug.
after update system from fc3 to fedora core 4 .watchdog get these error
log:
"Bytes: 0xE7 0x99 0xBE 0xE5 in /drupal/modules/aggregator.module on
line 464." and
"input conversion failed due to input error in
/drupal/modules/aggregator.module on line 464."




------------------------------------------------------------------------

Mon, 25 Jul 2005 04:19:46 +0000 : huyl

I just download cvs package today and test a gb2312 encoding rss
feed.this
problem still at cvs package too.







More information about the drupal-devel mailing list