Hi Guys!
There is a simple way to solve your problem.
Search for the short_open_tag property value, and apply the following change:
change this line
; short_open_tag = Off
to this one
short_open_tag = On
Don’t forget to reload php-fpm. When you use 7.0, simple use this:
service php7.0-fpm restart
Cheers!
Tom