Results 1 to 5 of 5

Thread: Problem: Automatically resetting the "System/html" folder and deleting all new files

  1. #1
    New user
    Join Date
    12-11-17.
    Posts
    3

    Beitrag Problem: Automatically resetting the "System/html" folder and deleting all new files

    Hello,

    I have the following issue in contao 2.11.6. : On every 1st of the month, the folder "Systems/html" resets itself. All files, which have been add after the 1st getting deleted. I just keeps files from a previous state. I can not even tell from which state.
    How can I switch this off?
    Any help is appreciated.
    Thank you very much.
    Cheers
    Ralph

  2. #2
    User Spooky's Avatar
    Join Date
    01-03-13.
    Posts
    339

    Default

    You should update to at least Contao 2.11.17 and then you should think about updating to at least Contao 3.5.31 due to security vulnerabilities.

  3. #3
    New user
    Join Date
    12-11-17.
    Posts
    3

    Default

    Quote Originally Posted by Spooky View Post
    You should update to at least Contao 2.11.17 and then you should think about updating to at least Contao 3.5.31 due to security vulnerabilities.
    Thank you very much Spooky for your advice.
    Cheers
    Ralph

  4. #4
    User Andreas's Avatar
    Join Date
    07-11-09.
    Location
    Mönchengladbach
    Posts
    499

    Default

    And this behaviour is normal. In 2.11 the system/html/ folder is a temporary folder which gets managed by Contao. This is done by a pseudo cron job that gets triggered on page request in FE. Look at the code at the bottom of BODY in your HTML markup. You should leave all files in this folder and not use it for your own files. Missing files in there gets automaticaly generated by Contao. Your own files only belong to /tl_files (/files in Contao 3.5).
    Web-Development, Freelancer, Burgtech, XHTML, HTML5, CSS, PHP, Javascript, MooTools, MySQL and more
    Amazon wishlist

  5. #5
    New user
    Join Date
    12-11-17.
    Posts
    3

    Beitrag

    Quote Originally Posted by Andreas View Post
    And this behaviour is normal. In 2.11 the system/html/ folder is a temporary folder which gets managed by Contao. This is done by a pseudo cron job that gets triggered on page request in FE. Look at the code at the bottom of BODY in your HTML markup. You should leave all files in this folder and not use it for your own files. Missing files in there gets automaticaly generated by Contao. Your own files only belong to /tl_files (/files in Contao 3.5).
    Thanks a lot for your help Andreas.
    Best
    Ralph

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
  •