Results 1 to 2 of 2

Thread: Missing icons in back end

  1. #1
    New user
    Join Date
    01-11-13.
    Posts
    1

    Default Missing icons in back end

    Hello,

    I'm not really new to Contao, but certainly not very expierenced. I've just moved my website to a new webhoster succesfully, but then I upgraded to the latest version of Contao, 3.03.
    Now when logging in to the back end, I don't see the icons for the different actions anymore. Does anyone know what's causing this? Anyone with the same problem? The functions still work okay though, it's just the graphics...

    Michiel

  2. #2
    User taca's Avatar
    Join Date
    06-20-09.
    Location
    Kyoto, Japan
    Posts
    111

    Default Re: Missing icons in back end

    Hi,

    Quote Originally Posted by michielkienhuis
    Now when logging in to the back end, I don't see the icons for the different actions anymore. Does anyone know what's causing this? Anyone with the same problem? The functions still work okay though, it's just the graphics...Michiel
    Make sure to check existence of ".htaccess" files (from Contao 3 distribute file) under these directories:
    Code:
    system/modules/calendar/assets/.htaccess
    system/modules/comments/assets/.htaccess
    system/modules/devtools/assets/.htaccess
    system/modules/faq/assets/.htaccess
    system/modules/news/assets/.htaccess
    system/modules/newsletter/assets/.htaccess
    system/modules/repository/themes/.htaccess
    system/themes/.htaccess
    These .htaccess files permit to access directly under those directories:
    Code:
    order deny,allow
    allow from all
    And Contao 3 has system/.htaccess which deny direct acccess to under system direcoty:
    Code:
    order deny,allow
    deny from all
    So, if you missing system/modules/calendar/assets/.htaccess or system/themes/.htaccess, icon files under those directories would not shown.

    Best regards.
    --
    Takahiro Kambe

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •