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.
I got strange problem with displaying taxonomy terms while editing node/ page after upgrading Drupal from 6.22 for 6.24. Terms are displyed if I'm using Garfield standard theme and are not displayed on custom built theme. I have also upgraded Views module for 3.0 version. But nothing was changing when I tried recommended 2.6 version. Still same problem. This problem obviously is not because of Views module. Help please!
I followed all of the instructions in the upgrade documentation, but I don't think the new drupal installation is finding the old database. I tried to add the connection information from $db_url to the new database array in settings.php in version 7, but when I go to http://mysite/update.php I get a blank screen. I tried running http://mysite/install.php and I get past the first two screens, and then I get a blank screen. I set: $update_free_access = TRUE;
I have a website built on Drupal. I'm running 6, and want to upgrade to 7.
A contractor has quoted me a large number of hours for doing so:
1) export of content from existing drupal6 website = 8hrs
2) export of users, feeds,book hierarchy from existing drupal6 website = 6hrs
3) Drupal7 content types = 6hrs,
4) Conversion of zen theme to drupal7 = 30-35hrs
5) Import of content, users,feeds and book hierarchy to new drupal7 website = 10hrs.
Hi. So far I tried several approaches. Dumbest one would be to just export the node table and other usefull ones (node_access, node_comment_statistics and so on) from drupal 4 database to drupal 7 database. I was carefull to see that every field existing in the 4 and not in the 7 was deleted so I could just do a basic sql import. Not successfull what-so-ever.
Then I'm thinking about serializing every node (node_load then serialize) then unserializing it into the 7. I'm not sure how to do that however and fear that if I succeed it'd be in vain.