Hello.
Trying to update my ESPO from quite old version 5.4.5 and my execution envernoment accordingly.
But meet the issue.
After update php to 7.3 got error bellow:
As I can see application code enherits Doctrine base class not corretly. Is it version missincronisation of Doctrine library and Application?
Trying to update my ESPO from quite old version 5.4.5 and my execution envernoment accordingly.
But meet the issue.
After update php to 7.3 got error bellow:
Code:
"FastCGI sent in stderr: PHP message: PHP Fatal err: Declaration of PDO::Prepare(string $query), array $options = []): PDOStatment|false must be compatible with Doctrine\...\Connection::prepare($prepareString)"
Comment