Cyberek wrote:Could you please put a sample file (like test.html) on your server in the same folder where you have copied all your files and check if you can access it with a browser?
I was able to access the test.html.
After that, I got mad, and deleted everything from the server, dropped all tables from the database, and started the whole migration process all over. Exactly the same way as before.
After finishing, the fronted worked fine, but this time the backend was full of error lines all over. Since I didn't change anything, neither did anything other than before, it seemed sure, that some files were corrupted during the upload, despite the ftp client reported that everything went fine. To prove that, I tried the migration one more time. Full delete, then re-upload, import everything. And this time everything works fine and dandy.
tl;dr:
File corruption during upload to live server. Re-uploaded everything (2 times), and it works fine. Word of advice: always upload as a zip, and extract on the server, if you are allowed. Uploading tens of thousands of small files just way to many opportunities for errors.
Thanks, Cyberek for bearing with me!