laravel-gitscrum icon indicating copy to clipboard operation
laravel-gitscrum copied to clipboard

error when try create issue in sprints

Open devalexandre opened this issue 7 years ago • 4 comments

Detailed description

after create a sprint, I try create a issue for it, but display a error

Symfony \ Component \ Debug \ Exception \ FatalThrowableError(E_PARSE) Parse error: syntax error, unexpected '='

https://uploaddeimagens.com.br/imagens/captura_de_tela_2018-03-09_as_14-25-01-png

Make it clear if the issue is a bug, an enhancement or just a question.

Your environment

Version used PHP 7.0 Operating system and version Ubuntu 16.04 http://scrum.indev.net.br

devalexandre avatar Mar 09 '18 17:03 devalexandre

@devalexandre as said on the documentation you must use PHP Versions: >= 7.1

unabomber87 avatar Mar 13 '18 10:03 unabomber87

How to

Install PHP 7.1 with Nginx on Ubuntu 16.04 https://www.rosehosting.com/blog/install-php-7-1-with-nginx-on-an-ubuntu-16-04-vps/

How to upgrade from PHP 7.0 to PHP 7.1 https://jakelprice.com/article/how-to-upgrade-from-php-70-to-php-71

renatomarinho avatar Mar 13 '18 12:03 renatomarinho

i'm using php 7.1 with apache2, and the error continues

devalexandre avatar Mar 15 '18 12:03 devalexandre

@devalexandre try phpinfo maybe you not`t only one php-fpm

manren avatar Jun 22 '18 09:06 manren