Anomalie #7216
Mis à jour par Jérôme Augé il y a plus de 8 ans
Quand une exception est lancée dans la partie authentification :
<pre>
#0 /var/www/dynacase/WHAT/Class.LogException.php(90): Dcp\Core\LogException::getMessage(Object(League\OAuth2\Client\Provider\Exception\IdentityProviderException), 'DCP5a7036638e99...', 'redirect_uri_mi...')
#1 /var/www/dynacase/WHAT/Lib.Main.php(406): Dcp\Core\LogException::logMessage(Object(League\OAuth2\Client\Provider\Exception\IdentityProviderException), 'DCP5a7036638e99...')
#2 [internal function]: handleActionException(Object(League\OAuth2\Client\Provider\Exception\IdentityProviderException))
#3 {main}
thrown in /var/www/dynacase/WHAT/Class.LogException.php on line 124
</pre>
Correction ?
<pre><code class="php"> <pre>
$displayError = (is_object($action) && $action->getParam("CORE_DISPLAY_ERROR") === "yes");
</code></pre> </pre>