packages icon indicating copy to clipboard operation
packages copied to clipboard

Not working on install with official doc

Open fabienlege opened this issue 4 years ago • 1 comments

I've tried to install this tool but I've an error when I follow install instruction.

On database creation (bin/console orm:schema-tool:create) i've got this error :

[ErrorException]                                                                         
  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?  

here my php -v :

PHP 7.3.24-3+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Oct 31 2020 16:59:59) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.24, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.3.24-3+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies

fabienlege avatar Dec 20 '20 14:12 fabienlege

This project does not seem to be compatible with PHP 7.3 (yet). Take a look at the "Continue Targeting Switch issues Warning" section in https://www.php.net/manual/en/migration73.incompatible.php.

LVoogd avatar Dec 30 '20 19:12 LVoogd