Install:
asp_tags = On and short_open_tag = On
in both files \ apache \ Apache2.2.22 \ bin \ php.ini and \ bin \ php \ php5.4 \ php.ini, and then restart the Apache server.
If you do not have access to php.ini, you can try to enable them through the .htaccess file, but this is possible if the hosting company has disabled it if you are on a shared hosting:
php_value short_open_tag 1
Remember to restart the service (apache2, etc.) for the changes to php.ini to take effect.
Abdel Sep 25 2018-12-12T00: 00Z
source share