Menu

#2215 3.2.0 dev install

Future release
not-a-bug
None
Setup/Packaging
Critical
3.2.0
defect
2024-01-19
2023-12-23
Vincent K
No

Good morning, installing version 3.2.0 dev During the first installation I encountered problems preventing the installation, the file to correct is the following: datamodels/2.x/authent-cas/src/CASLogger.php.

This is an example error that was shown to me in the log.

Declaration of Combodo\iTop\Cas\CASLogger::emergency($message, array $context = []) must be compatible with Psr\Log\LoggerInterface::emergency(Stringable|string $message, array $context = []): void

However, this error affects all methods from Emergency to log included.

To solve this problem and continue with the installation I modified the file personally, how can I share the Fix with you?

i want contribute

Discussion

  • Vincent K

    Vincent K - 2023-12-23
    Declaration of Combodo\iTop\Cas\CASLogger::emergency($message, array $context = []) must be compatible with Psr\Log\LoggerInterface::emergency(Stringable|string $message, array $context = []): void
    
    Declaration of Combodo\iTop\Cas\CASLogger::alert($message, array $context = []) must be compatible with Psr\Log\LoggerInterface::emergency(Stringable|string $message, array $context = []): void
    

    all methods was affected.

     
  • Pierre Goiffon

    Pierre Goiffon - 2024-01-19

    Hello,
    Please only use officially released packages, downloadable from https://sourceforge.net/projects/itop/files/itop/
    The 3.2.0-dev is the currently developed version and we do not provide support on ongoing developments nore do we guarantee their stability.

     
  • Pierre Goiffon

    Pierre Goiffon - 2024-01-19
    • status: new --> not-a-bug
    • assigned_to: Pierre Goiffon
     

Log in to post a comment.