http://themoviekingdom.com/ if you look at the top it says something about a line and someother things, it is obviously a warning and i cannot get it off of there. If you can help me ill pay you 3dallors. Thanks
You can turn off error reporting by placing error_reporting(0); Code (markup): in the beginning of index.php Also you can disable gzip compression. Upload .htaccess file to your site root with following content: <ifModule mod_php4.c> php_value zlib.output_compression off </ifModule> Code (markup): Or i need to take a look at your source code