Need someone for small fix for site.

Discussion in 'Programming' started by szhang, Dec 31, 2009.

  1. #1
    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
     
    szhang, Dec 31, 2009 IP
  2. Kaimi

    Kaimi Peon

    Messages:
    60
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    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
     
    Kaimi, Dec 31, 2009 IP
  3. ideas_man

    ideas_man Active Member

    Messages:
    212
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    58
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Job completed and payment received. Thanks software248 :)
     
    ideas_man, Dec 31, 2009 IP