I have the following problem in one of my websites backend: The website was developed on a standart shared hosting and later was moved to a dedicated in-house server. The agency that developed the website said that I should enable PHP short open tags. I tried that via .htaccess and php.ini but it does not make any difference. It seems that the problem is somewhere else and I cannot identify what is causing this issues. The server runs on ISPconfig, Apache and phpMyAdmin. Can anyone suggest why it is not working properly? Thank you!
I would have guessed it's short tags, too. Try putting 'short_open_tag = On' in the Custom php.ini settings for the site.