Thank you for the quick replay,
I tar(ed) first, then Gziped. Upload and extracted.
FileZila + Cpanel
Edit: BTW - the Admin Panel is working without any problems or errors.
Edit 2: Installed on wampserver (local) And everything works just fine
local MySQL info
SOLVED!
It was caused by the following PHP variable which was enabled on the server:
zlib.output-compression
http://php.net/manual/en/zlib.configuration.php
The behaviour of these functions is affected by settings in php.ini.
The zlib extension offers the option to transparently compress your pages on-the-fly, if the requesting browser supports this.
I tar(ed) first, then Gziped. Upload and extracted.
FileZila + Cpanel
Edit: BTW - the Admin Panel is working without any problems or errors.
Edit 2: Installed on wampserver (local) And everything works just fine
local MySQL info
Server: localhost (localhost via TCP/IP)
Software: MySQL
Software version: 5.5.24-log - MySQL Community Server (GPL)
Protocol version: 10
User: root@localhost
Server charset: UTF-8 Unicode (utf8)
Apache/2.2.22 (Win64) PHP/5.3.13
Database client version: libmysql - mysqlnd 5.0.8-dev - 20102224 - $Id: 65fe78e70ce53d27a6cd578597722950e490b0d0 $
PHP extension: mysqli Documentation
SOLVED!
It was caused by the following PHP variable which was enabled on the server:
zlib.output-compression
http://php.net/manual/en/zlib.configuration.php
The behaviour of these functions is affected by settings in php.ini.
The zlib extension offers the option to transparently compress your pages on-the-fly, if the requesting browser supports this.