vivekrajenderan / simplesamlphp

Automatically exported from code.google.com/p/simplesamlphp
Other
0 stars 0 forks source link

failure in aggregator module #625

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. enable aggregator module
2. make any minimal configuration for the aggretator
3. try access configured aggregator by https://... 
/simplesaml/module.php/aggregator/?id=something&mimetype=application/xml

What is the expected output? What do you see instead?
Expect aggregated XML output. Get empty page in the browser and entry in the 
apache error_log
[Wed Jul 09 12:10:16 2014] [error] [client  ] PHP Fatal error:  Call to 
undefined method DOMElement::toXML() in 
/usr/local/www/dxxl.lt/vendor/simplesamlphp/saml2/src/SAML2/XML/md/EntitiesDescr
iptor.php on line 136, referer: 
https://dxxl.lt/simplesaml/module.php/aggregator/

What version of the product are you using? On what operating system?
SSP 1.12.0
Linux z 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u1 x86_64 
PHP Version 5.4.4-14+deb7u12

Please provide any additional information below.
seems like patch from Thijs resolves the issue
https://groups.google.com/d/msg/simplesamlphp/PrRmgBYhuGQ/yiuSYunsIbkJ

Original issue reported on code.google.com by esuasmar...@gmail.com on 9 Jul 2014 at 11:50

GoogleCodeExporter commented 9 years ago
Hi Marius,

Thanks for reporting this, though this issue tracker was closed several months 
ago and issues are tracked now in github:

https://github.com/simplesamlphp/simplesamlphp/issues

In any case, Thijs' patch has been applied in commit #986b344.

Original comment by jaim...@gmail.com on 9 Jul 2014 at 1:37