Hi

Today I upgraded my site to 4.4.2 from 4.3 and there are still some cron errors left. When I start a croin I get:

warning: xml_parser_create: unsupported source encoding "windows-1252" in /var/www/html/myblog/includes/common.inc on line 1215.warning: xml_parser_set_option(): supplied argument is not a valid XML Parser resource in /var/www/html/myblog/includes/common.inc on line 1216.warning: xml_set_element_handler(): supplied argument is not a valid XML Parser resource in /var/www/html/myblog/modules/aggregator.module on line 360.warning: xml_set_character_data_handler(): supplied argument is not a valid XML Parser resource in /var/www/html/myblog/modules/aggregator.module on line 361.warning: xml_parse(): supplied argument is not a valid XML Parser resource in /var/www/html/myblog/modules/aggregator.module on line 363.warning: xml_get_error_code(): supplied argument is not a valid XML Parser resource in /var/www/html/myblog/modules/aggregator.module on line 364.warning: xml_get_current_line_number(): supplied argument is not a valid XML Parser resource in /var/www/html/myblog/modules/aggregator.module on line 364.[root@kjell modules]#

(note, started from the cli, but same from browser)

Anyone an idea? Did I leave some old files?

Comments

Steven’s picture

Drupal 4.4 is more strict about encodings. You will need to install iconv support for PHP to be able to import this feed.

bertboerland’s picture

but since all of the offending feeds validate, shouldnt drupal be made less strict ("(be conservative in what you send, be liberal in what you accept and so...)--

groets


bertb

--
groets
bert boerland

bertboerland’s picture

is this the solution?
--
groets


bertb

--
groets
bert boerland