Answers for "symfony check:requirements Fatal error: Using $this when not in object context in C:\Users\Admin\.symfony\cache\check.php on line 778 exit status 255"

PHP
0

symfony check:requirements Fatal error: Using $this when not in object context in C:\Users\Admin\.symfony\cache\check.php on line 778 exit status 255

Just define an older version of php 7 to be used by your symfony system with:
echo 7 > .php-version
You can check your php version used by your symfony white marked with following:
symfony local:php:list
Posted by: Guest on November-15-2020

Code answers related to "symfony check:requirements Fatal error: Using $this when not in object context in C:\Users\Admin\.symfony\cache\check.php on line 778 exit status 255"

Browse Popular Code Answers by Language