Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2012 at 16:37 UTC
Updated:
11 Oct 2012 at 19:41 UTC
Jump to comment: Most recent file
There is an invalid multibyte sequence in tests.feeds.test which blocks parsing by API module:
WD api: API parse 6 contributions/feeds/tests/feeds.test [32.99 sec, 23.58 MB] [notice]
ERROR: htmlspecialchars(): Invalid multibyte sequence in argument on line 1572 in /srv/dev/includes/bootstrap.inc (Warning)
WD php: PDOException: in drupal_write_record() (line 7036 of /srv/dev/includes/common.inc). [error]
[33.33 sec, 22.8 MB]
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | feeds-invalid-multibyte-sequence-1792318.patch | 1.07 KB | psynaptic |
Comments
Comment #1
psynaptic commentedPatch attached.
Comment #2
twistor commentedComitted to 6.x.
http://drupalcode.org/project/feeds.git/commit/ff80e75
Comment #3
twistor commented7.x
http://drupalcode.org/project/feeds.git/commit/8fa4e7f
Comment #4
psynaptic commentedThanks