May be IIS problem


  • Default avatar
    javas    
     13 years ago
    0

    I tried your component run on Apache and it works, but my production server is IIS and i have problems there may be it is php.
    The result in administration panel you could see here:

    http://tt1u.servepics.com/coupon.jpg

    PHP settings are:
    Safe Mode: Off
    Open basedir: None
    Display Errors: Off
    Short Open Tags: Off
    File Uploads: On
    Magic Quotes: Off
    Register Globals: Off
    Output Buffering: Off
    Session Save Path: C:\Windows\Temp
    Session Auto Start: 0
    XML Enabled: Yes
    Zlib Enabled: Yes
    Disabled Functions: None
    Mbstring Enabled: Yes
    Iconv Available: Yes
    WYSIWYG Editor: Editor - No Editor

    What do you think this could be?
  • Your avatar
    seyi    
     13 years ago
    0

    This is the problem: Short Open Tags: Off
    Turn on short open tags.
  • Default avatar
    javas    
     13 years ago
    0

    Thanks, now it works. Thanks!