Saaze / saaze

An all-inclusive, flat-file CMS for simple websites and blogs.
https://saaze.dev
MIT License
48 stars 6 forks source link

Fatal Errors on PHP8 #4

Open teamayu opened 3 years ago

teamayu commented 3 years ago

Hi,

Installed everything, ran 'php saaze serve', got the following:

Fatal error: Uncaught Error: Call to undefined method Saaze\Commands\ServeCommand::isSurroundedBy() in xxxxx\blog\vendor\saaze\core\src\Commands\ServeCommand.php on line 65

Any ideas?

eklausme commented 3 years ago

Can you please re-install "everything" with php7?

Once installed, you can then use php8 again for running saaze.

AimForNaN commented 2 years ago

It's not an issue with how we install it. isSurroundedBy does not exist for Symfony\Component\Console\Command\Command.