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.
Hi,
a few days ago I update drupal from version 6.20 to 7.0. Everything was OK but on one site (I have 3 sites - one was only installed and 2 are used) update #7061 fails with this error:
Hello, I have just updated my site to drupal 6.22 but the database wasn't created properly for the core node module as I am getting the following reports:
user warning: Table '*****.*****_node_type' doesn't exist query: SELECT nt.type, nt.* FROM *****_node_type nt ORDER BY nt.type ASC in /htdocs/modules/node/node.module on line 557.
could someone please just let me know what the properties are meant to be for the table so I can make it manually also I am having issues with the views module as well but i am investigating this.
I have attempted to manually upgrade Drupal 7 to 7.2 but cannot run the update script. It says PDOException: SQLSTATE[2300]: Integrity constraint violation: 1062 (name, type, filename, module, weight) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, ditto ditto etc, and a noumer of other errors.
Hi. I just updated 2 sites from 7.0 to 7.2. Both updates seemed to go just fine (no errors logged). The first site is working just fine, but the second site won't let me into the admin panel. I appear to be logged in as the superuser, and I can see the Admin bar on top. The front page tells me the site is in maintenance mode, and has a link that says "Go Online." When I click it, I am taken to my hosting provider's "404-Page Not Found" page. I go back to the front page and try all the admin links, and every single one of them ends up in the 404.
I have all the taxonomy tables from a Drupal 6.20 website, and I need to complete a manual import of that taxonomy data into a Drupal 7.0 site with existing nodes etc. but empty taxonomy tables. I've completed everything but getting the Terms re-associated with the existing nodes; that's the part I can't figure out how to do:
I can't figure out how to do in a manageable way is to migrate the Taxonomy_Index/Taxonomy_Term_Node data into the Field tables created by Drupal 7 for each Term Reference Field created. Without this, I have almost 2,000 records linking terms to nodes, and I am trying to find a way to put all these term references back into the Drupal 7 nodes -- without spending what will probably be a day or several days worth of mind-numbing manual reassignment of term references.