Actions
Bug #4674
closedFatal error with GuzzleHttp
Description
With morning build of 2014-09-10 installed when I click on CB Configuration I get:
Catchable fatal error: Argument 2 passed to GuzzleHttp\Event\Emitter::on() must be an instance of GuzzleHttp\Event\callable, array given, called in /home/cb20admin/public_html/libraries/CBLib/GuzzleHttp/Event/Emitter.php on line 132 and defined in /home/cb20admin/public_html/libraries/CBLib/GuzzleHttp/Event/Emitter.php on line 28
You can see this in action on the cb20 demosite.
However on my localhost install things seem to be working - so it might be PHP related.
php version on cb20 site is: 5.3.10-1ubuntu3.13
php version on localhost is: 5.4.10
Actions