asandor Posted March 4, 2018 Report Posted March 4, 2018 Trying to fresh install phpvms 7 alpha2 and getting a blank white screen with the the following error in the apache log file. PHP Parse error: syntax error, unexpected '?', expecting variable (T_VARIABLE) in /var/www/phpvms/vendor/symfony/finder/Comparator/NumberComparator.php on line 42 PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0 Here is the version of php I am using PHP 7.1.14-1+ubuntu16.04.1+deb.sury.org+1 Quote
Administrators Nabeel Posted March 4, 2018 Administrators Report Posted March 4, 2018 If you create a php info page, does it show as running on PHP 7.1 as well? That line is the nullable type feature, and was new in 7.1: http://php.net/manual/en/migration71.new-features.php#migration71.new-features.nullable-types Quote
asandor Posted March 5, 2018 Author Report Posted March 5, 2018 Thanks, I just ran phpinfo and it shows 7.0. I'll fix that and try it again. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.