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've just upgraded a 6.22 site to 7.0 running on ubuntu LTS Hardy Heron. Everything works fine, except that when I edit a page I get the following errors:
Notice: Undefined index: description in field_multiple_value_form() (line 155 of /var/www/drupal-7.2/modules/field/field.form.inc).
Notice: Undefined index: required in field_multiple_value_form() (line 177 of /var/www/drupal-7.2/modules/field/field.form.inc).
Notice: Undefined index: required in field_multiple_value_form() (line 206 of /var/www/drupal-7.2/modules/field/field.form.inc).
I was migrating my site to a new host. I used Backup and Migrate module (which is AWESOME). At the same time I updated to the lastest version (or at least the latest6.x version). So here is the problem....
I was going to replace the the sites directory with the sites directory from the previous site. The problem is that the settings.php file is undeleteable. I tried chmod to 777 and that didn't work. I tried to -f but that didn't help either. WTF!?!?! Any ideas.
I 'mnot able to update chaos tool from version 7.x-1.0-alpha4 to 7.x-1.0-beta1. I reached the following error :"unable to delete site/all/modules/ctools.
I try several time with the permission 777 for all the ctools repository.
I have views and DS enable and a multisite installation.
Should i desactivate the DS and views module before the update ?
I've just updated a Drupal 6.19 site up to 6.22
I then had to update the modules.
All worked well except for Ubercart.
The earlier version of Ubercart was Ubercart 6.x-2.2.
I manually deleted the earlier version and replaced it by ftp with Ubercart 6.x-2.4.
Here is the strange thing, Drupal reports that the current version of the installed Ubercart is still 6.x-2.2 and NOT 6.x-2.4
I hope it's just a sticky reference somewhere.
Hi,
I have upgraded drupal5 to drupal6, and in D5 term_node(nid,tid) while in D6 term_node(nid,tid,vid). Now problem is when I migrate data from D5 term_node table , it dump into table and vid is null because there was no concept of vid in term_node in D5. But side effect comes when I am in D6 code and taxonomy function read from term_node in vid column. So what should I do in that case? should I write a manual script to equalize node=vid in table? kindly let me know if any one know good work around.