Drupal 6 to Drupal 7 migration - field table missing

Hi,

Recently I have done a Drupal 6 to Drupal 7 migration using Migrate and Migrate_d2d module. After migration all other data migrated to Drupal 7 except two fields in a content type.

When I check the database backend I can see that field table is created only for one field. But there is no data in that table. Anyone please tell me there is anyway to migrate only the two field contents.

I have added the missed table from Drupal backend. but how I can retrieve the data from Drupal 6.

Following is My doubts:-

Need suggestions/advice on upgrading a Drupal 6 site to Drupal 8

Just joined Drupal.org. I could use some advice/suggestions. Here's my story...

My wife has a Drupal 6 website that I built for her back in 2011. She has used it consistently over the years since then, but Drupal was never updated. I came down with serious health problems that made that out of the question, and she had neither the time nor skills to do it herself.

Changes to a user account lost when he login

Hello,

i change user's e-mail and password for one particular user account (not admin), i navigate to other drupal sub-page and then back to this user editting and i see changes was saved.

When i open different web browser and login to that user account, switch back to my browser where i have admin account open, i see my changes was lost.

module created - unable to enable

so my new module is in the list but I am unable to enable it, please help

J

problems using drupal_http_request()

I get the error:
unexpected 'var_dump' (T_STRING)

Can anyone help please, I would like to post the data below to the url set at $url

Script to add files in S3 bucket folder and add files on new location using S3 api or s3fs module.

Script to add files in S3 bucket folder and add files on new location
************************************************************
try {
$config = _s3fs_get_config();
$s3 = _s3fs_get_amazons3_client($config);
}
catch (S3fsException $e) {
form_set_error('form', $e->getMessage());
return FALSE;
}

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x