Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
After upgrade to Drupal 7, I can't display correct files at the bottom of the page. I can select the file that I want to see, but there appear other files. The database yet set the correct files that I want to see (table field_revision_field_file, column field_file_display). Where can be another setting of the files visibility at the bottom of page? Can anybody help?
For example, if I set all uploaded files to display, I can see all of them. If I don't check them to be visible on the bottom of the page, I can see some of this files even if they are not checked ..
I want to develop a website within one month. But as Drupal 7 don't have enough modules so I wan to go with Drupal 6.20. But the main problem is when Drupal 7 will have all modules support, then will I be able to upgrade it.
I would be using following modules with Drupal 6 :
i created a page. i defined a three column layout. I added three blocks to the top column. (I'm replicating an existing site.) I used the GUI to disable two of the three blocks.
now i can't return to the GUI! If i click on the panel, click "content", Drupal keeps showing me the page. I don't want to see the page. I really want the GUI where i disabled two blocks.
I've rebooted my machine. i've clicked so many times. How do i edit the content so that I can enable blocks?
i'm still trying to fix my 404 errors (using Drupal 6) from the home page. here's a prior thread: http://drupal.org/node/1067010
when i look through the code i see this mysql command:
SELECT * FROM menu_router WHERE path IN ('home') ORDER BY fit DESC LIMIT 0, 1
when i look at the menu_router table i see no value for path=home. meanwhile, i have repeatedly rebuilt my menu and/or run update in the last few days.