Categories
PHP

Magento – parse error: syntax error, unexpected ‘else’ (T_ELSE)

Probably it’s the short_open_tag in php.ini.

you would have to set short_open_tag=On because Magento’s phtml templates use <? instead of <?php.