Results 1 to 9 of 9

Thread: Problem with cataloge.css

  1. #1
    User
    Join Date
    05-25-10.
    Location
    Rotterdam, The Netherlands
    Posts
    39

    Default Problem with cataloge.css

    Hi all,

    I am building a new site for a customer while old site is still live, but sometimes his .css file of his old site is deleted from the sever somehow. So i have to upload the file again once upon a month.

    It's about the file cataloge.css, is Contao using this file? or have you guys any idea how this is possible?

    Looking forward to your response,

    Warm regards, Paul
    --
    Regards, Paul Kegel
    Online designer at Artified | Follow me on twitter

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

    Default Re: Problem with cataloge.css

    Have you import the css file into Contao?
    --
    Takahiro Kambe

  3. #3
    User
    Join Date
    05-25-10.
    Location
    Rotterdam, The Netherlands
    Posts
    39

    Default Re: Problem with cataloge.css

    Hi,

    No the cataloge.css file is related to the old html webshop.

    So it looks like contao is deleting it someway.
    --
    Regards, Paul Kegel
    Online designer at Artified | Follow me on twitter

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

    Default Re: Problem with cataloge.css

    If your cataloge.css resides on the same directory as Contao (i.e. the same directory containing cron.php or index.php), that css file would be deleted by Contao.
    --
    Takahiro Kambe

  5. #5
    User
    Join Date
    05-25-10.
    Location
    Rotterdam, The Netherlands
    Posts
    39

    Default Re: Problem with cataloge.css

    Hi,

    Thanks for your reply, is their a way to change that so that contao does not erase the cataloge.css?
    --
    Regards, Paul Kegel
    Online designer at Artified | Follow me on twitter

  6. #6
    Community-Moderator xchs's Avatar
    Join Date
    06-19-09.
    Posts
    1,287

    Default Re: Problem with cataloge.css

    Hi Artified,

    Quote Originally Posted by Artified
    Is their a way to change that so that contao does not erase the cataloge.css?
    Yes! Add the following line to your local configuration file "localconfig.php" ("/system/config"):
    Code:
    $GLOBALS['TL_CONFIG']['rootFiles'][] = 'cataloge.css';
    Contao Community Moderator
    → Support options

  7. #7
    User
    Join Date
    05-25-10.
    Location
    Rotterdam, The Netherlands
    Posts
    39

    Default Re: Problem with cataloge.css

    Hi,

    Lets see if it works out! Many thanks!
    --
    Regards, Paul Kegel
    Online designer at Artified | Follow me on twitter

  8. #8
    User
    Join Date
    06-29-09.
    Posts
    271

    Default Re: Problem with cataloge.css

    mod (permissions) it so the file cannot be deleted in the first place?

  9. #9
    User
    Join Date
    05-25-10.
    Location
    Rotterdam, The Netherlands
    Posts
    39

    Default Re: Problem with cataloge.css

    It still works with the way written above on the localconfig.. so if no post, thats the solution ;-)
    --
    Regards, Paul Kegel
    Online designer at Artified | Follow me on twitter

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
  •