Closed miclip closed 1 month ago
I don't understand which version of the oidc
module and SimpleSAMlphp you are using in the end. This shouldn't be a problem in the latest release.
But, maybe you have (unintentional) output of notices, warnings or similar. Try totally disabling error output and then opening the form: https://www.php.net/manual/en/function.error-reporting.php.
sorry, it's simplesamlphp 2.3.2 and v5.1.0 of the oidc module installed via composer. Error reporting is disabled and I haven't modified any of the oidc php files yet.
composer require simplesamlphp/simplesamlphp-module-oidc:v5.1.0 --with-all-dependencies
I do see this error when the migations execute
SimpleSAML\Error\Error: UNHANDLEDEXCEPTION
Backtrace:
2 src/SimpleSAML/Error/ExceptionHandler.php:36 (SimpleSAML\Error\ExceptionHandler::customExceptionHandler)
1 vendor/symfony/error-handler/ErrorHandler.php:538 (Symfony\Component\ErrorHandler\ErrorHandler::handleException)
0 [builtin] (N/A)
Caused by: Laminas\HttpHandlerRunner\Exception\EmitterException: Unable to emit response; headers already sent in /var/simplesamlphp/vendor/composer/ClassLoader.php:576
Backtrace:
7 vendor/laminas/laminas-httphandlerrunner/src/Exception/EmitterException.php:15 (Laminas\HttpHandlerRunner\Exception\EmitterException::forHeadersSent)
6 vendor/laminas/laminas-httphandlerrunner/src/Emitter/SapiEmitterTrait.php:38 (Laminas\HttpHandlerRunner\Emitter\SapiEmitter::assertNoPreviousOutput)
5 vendor/laminas/laminas-httphandlerrunner/src/Emitter/SapiEmitter.php:21 (Laminas\HttpHandlerRunner\Emitter\SapiEmitter::emit)
4 modules/oidc/src/Services/RoutingService.php:120 (SimpleSAML\Module\oidc\Services\RoutingService::callController)
3 modules/oidc/src/Services/RoutingService.php:59 (SimpleSAML\Module\oidc\Services\RoutingService::call)
2 modules/oidc/public/install.php:20 (require)
1 src/SimpleSAML/Module.php:302 (SimpleSAML\Module::process)
0 public/module.php:17 (N/A)
Again, 'headers already sent' issue.
No feedback, closing...
Hello,
I'm seeing this issue that appears to have been fixed in 2021 in the latest version. I get this error when adding a new client on
simplesaml/module.php/oidc/admin-clients/new.php
I've tried going back a couple of versions...