We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28042 ☆ A M B ☆
    • 24,524 Posts
    Try completely clearing your browser cache and cookies for the domain. It’s possible that a scrambled javascript file or something is cached in the browser, triggering the delete?
      Studying MODX in the desert - http://sottwell.com
      Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
      Join the Slack Community - http://modx.org
      • 12153
      • 24 Posts
      The 2 new test sites are on 2 totally new subdomains- they were never cached at all and they both exhibited the deleting behavior on the first visit so it seems unlikely that cache is the problem. Also, while I have been testing on my computer only, the original behavior occurred using multiple computers. In the spirit of "you never know", I opened a new browser (chrome instead of FF), cleared the entire cache, went to my fresh install testsite manager and the same thing happened (I navigated to assets/templates/modxhost in file manager, paused for a few seconds, then went to reports- all css and js files were deleted)

      netProphet- look for access info in a PM- Thank you!!!
        ModX 1.0.4
        MySQL version 5.1.47-community-log
        No tables over 1MB
        Apache version 2.2.16
        PHP version 5.2.14
        Linux
        Architecture x86_64
        I have windows XP SP3, Firefox 3.6.
        • 3749
        • 24,544 Posts
        What happens if you select the remove option rather than edit? If the files aren’t deleted, it would suggest a mis-assignment of the menu options themselves.
          Did I help you? Buy me a beer
          Get my Book: MODX:The Official Guide
          MODX info for everyone: http://bobsguides.com/modx.html
          My MODX Extras
          Bob's Guides is now hosted at A2 MODX Hosting
          • 12153
          • 24 Posts
          Bob- I’m not selecting anything. All I’m doing is opening folders with file manager. As soon as I open the folders the files start automatically deleting.
            ModX 1.0.4
            MySQL version 5.1.47-community-log
            No tables over 1MB
            Apache version 2.2.16
            PHP version 5.2.14
            Linux
            Architecture x86_64
            I have windows XP SP3, Firefox 3.6.
            • 3749
            • 24,544 Posts
            Quote from: highpointdesign at Dec 20, 2010, 03:10 PM

            Bob- I’m not selecting anything. All I’m doing is opening folders with file manager. As soon as I open the folders the files start automatically deleting.

            If you right-click on them in the File tree, you get a menu. What happens when you select the various choices in the menu?
              Did I help you? Buy me a beer
              Get my Book: MODX:The Official Guide
              MODX info for everyone: http://bobsguides.com/modx.html
              My MODX Extras
              Bob's Guides is now hosted at A2 MODX Hosting
              • 12153
              • 24 Posts
              Bob-

              When I right click on the files in file manager I don’t get a context menu- I just get the standard windows context menu so I don’t know what you are talking about. And I don’t get much time to experiment with the files- when I keep the folder open for 30 seconds or so the files all disappear. All I did was try to right click a couple of files, then they all disappeared. Usually I don’t do anything and they disappear. Below is the manager log for the latest folder I opened.


              31 /home2/softsolu/public_html/testsite/assets/templates/modxhost/form.css Viewing File 12/20/2010 15:01:56
              31 /home2/softsolu/public_html/testsite/assets/templates/modxhost/modxmenu.css Viewing File 12/20/2010 14:59:40
              31 /home2/softsolu/public_html/testsite/assets/templates/modxhost/modxmenu.css Deleted File 12/20/2010 14:59:40
              31 /home2/softsolu/public_html/testsite/assets/templates/modxhost/print.css Viewing File 12/20/2010 14:59:40
              31 /home2/softsolu/public_html/testsite/assets/templates/modxhost/print.css Deleted File 12/20/2010 14:59:40
              31 /home2/softsolu/public_html/testsite/assets/templates/modxhost/drop_down_menu.js Viewing File 12/20/2010 14:59:39
              31 /home2/softsolu/public_html/testsite/assets/templates/modxhost/form.css Viewing File 12/20/2010 14:59:39
              31 /home2/softsolu/public_html/testsite/assets/templates/modxhost/form.css Deleted File 12/20/2010 14:59:39
              31 /home2/softsolu/public_html/testsite/assets/templates/modxhost/drop_down_menu.js Deleted File 12/20/2010 14:59:39
              31 /home2/softsolu/public_html/testsite/assets/templates/modxhost/layout.css Deleted File 12/20/2010 14:59:39
              31 /home2/softsolu/public_html/testsite/assets/templates/modxhost/modx.css Viewing File 12/20/2010 14:59:39
              31 /home2/softsolu/public_html/testsite/assets/templates/modxhost/modx.css Deleted File 12/20/2010 14:59:39
              31 /home2/softsolu/public_html/testsite/assets/templates/modxhost/layout.css Viewing File 12/20/2010 14:59:39
                ModX 1.0.4
                MySQL version 5.1.47-community-log
                No tables over 1MB
                Apache version 2.2.16
                PHP version 5.2.14
                Linux
                Architecture x86_64
                I have windows XP SP3, Firefox 3.6.
                • 18913
                • 654 Posts
                I wonder if temporarily commenting out lines 428 & 442 of files.dynamic.php would help any debuggin? It would seem that the "Deleted" message is only generated by a section of code where a REQUEST picks up mode=delete. That seems to occur at those points in the code (i.e the ls function) which is always called, even when viewing a list. Then the question would be why and where that logic is getting triggered.

                Just a swag ...
                Matt
                  • 3749
                  • 24,544 Posts
                  That’s truly wierd, especially so since it’s occurring in two different builds of MODx. Do you get the right-click menu in any browser? Do any JS errors show in FireBug?
                    Did I help you? Buy me a beer
                    Get my Book: MODX:The Official Guide
                    MODX info for everyone: http://bobsguides.com/modx.html
                    My MODX Extras
                    Bob's Guides is now hosted at A2 MODX Hosting
                    • 12153
                    • 24 Posts
                    Thanks Bob and Matt- I appreciate your help. At this point, netProphet is working in my test sites to see if he can debug and figure it out. I don’t want to get in his way, and since this is really over my head at this point anyhow (I’m a designer who’s learned to work with programming...)I’m going to leave things alone for right now. Please continue to post if you have ideas- all suggestions are appreciated and you guys might think of an angle that would help netProphet debug- I just don’t want you to think I’m being rude if I don’t respond.

                    Thanks again. Hopefully we can get to the bottom of this and post a solution!!!
                      ModX 1.0.4
                      MySQL version 5.1.47-community-log
                      No tables over 1MB
                      Apache version 2.2.16
                      PHP version 5.2.14
                      Linux
                      Architecture x86_64
                      I have windows XP SP3, Firefox 3.6.
                      • 9085
                      • 630 Posts
                      Quote from: highpointdesign at Dec 21, 2010, 09:41 AM

                      Thanks again. Hopefully we can get to the bottom of this and post a solution!!!
                      Sorry, I was fully busy "offline" few days. Was bug found?
                      @netProphet, if I can something to help - welcome PM smiley

                        Правильно заданный вопрос повышает вероятность получения нужного ответа.
                        Что-то не работает? Загляните в лог ошибок!
                        Есть проблема? "Локализуйте" её!
                        Ответы на большинство вопросов по MODx | MODx RTFM | API Evo Revo | галопом по Европам Азиям smiley wikibooks(ru) Ditto(en) | Wayfinder e-book | Заметки и о MODx