Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
aggregator.module
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2015 at 00:33 UTC
Updated:
18 Jan 2015 at 23:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kim.pepperUpdated composer.json to require 2.3.* and ran
composer update zendframework/zend-feed zendframework/zend-stdlib zendframework/zend-escaperComment #3
kim.pepperThis change seems to be the cause of the fails. Is it possible we aren't passing in a string?
Comment #4
kim.pepperLooks like there was a call to getBody(TRUE) that was missed in the update to Guzzle 5.See #2348365: Update to Guzzle 5 for more info.
Comment #5
kim.pepperUpdating to critical as the parent issue is critical.
Comment #6
kim.pepperAdded a follow up for converting all instances of getBody(TRUE) to (string) getBody() #2401159: Convert instances of Guzzle getBody(TRUE)
Comment #7
larowlanManually tests fine

Comment #8
larowlanThis is a new composer property - all good
Comment #9
webchickSorry, this conflicts with #2401109: Update EasyRdf to latest stable. so needs a quick reroll. Tried a --3way merge but it still couldn't quite do it. I wanted to commit this one first, since I can see that it's harder to re-roll, but testbot wasn't back yet.
Comment #10
kim.pepperRe-ran
composer update zendframework/zend-feed zendframework/zend-stdlib zendframework/zend-escaperComment #11
larowlanComment #12
alexpottRan the commands locally myself and there were no unexpected differences. Committed d7e814a and pushed to 8.0.x. Thanks!