I have a TYPO3 4.5.37
website which works perfect on my local windows enviorement
, but after uploading it to a Linux environment
I get a broken front-end (the back-end is functioning normally) see:
What I already tried;
- Converted all database tables to a utf8_general_ci collation
- [BE][forceCharset] = utf-8
- [SYS][setDBinit] = SET NAMES utf8;
When I drop my database (so there is no connection) the problem with the output is still there so I think this has nothing to do with the database. The website outputs the front-end with TemplaVoila, I updated TemplaVoila from 1.6.x to 1.9.2 but this didn't work.
On the same server are a lot of other working TYPO3 sites hosted so this has probably nothing to do with the server settings.
I'm running out of options now. So I hope somebody can help me out here.