flightphp / skeleton

This is an example repository of how a more complex Flight project might be setup.
17 stars 4 forks source link

Deprecated Error when running fresh install #3

Closed goigarg closed 1 month ago

goigarg commented 1 month ago

This is the error I am getting

Deprecated

Return type of flight\debug\database\PdoQueryCapture::exec($statement) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

n0nag0n commented 1 month ago

What PHP version are you using? That comes if you are using the Tracy Extension and you're on PHP7 but trying to use the PHP8 version or vice versa. You might just need to run composer require flightphp/tracy-extensions by hand. I believe 0.1. is for PHP7 and 0.2. is for PHP8

goigarg commented 1 month ago

I am using php8 and i have updated the tracy-extensions and it worked thanks

n0nag0n commented 1 month ago

You're welcome! Tell your friends about Flight! :rocket: