Topics about the migration of data from a site to another, or from different versions of Drupal.

learn more… | top users | synonyms

0
votes
0answers
10 views

Migrate: external class (migration class) not found

I have a module for my migration. My .info is: name = "Migrate from MHT" description = "Module to migrate my old site content to Drupal 7" package = "ZbLabs" core = 7.x dependencies[] = migrate # ...
1
vote
0answers
10 views

Migrate: how to get uid from MigrateUser

I'm using migrate module, but I don't understand how to get "uid" from my "MigrateMhtAuthor" class (it is sourceMigration setting). I have this code in my main class: class MigrateMhtAdsMigration ...
0
votes
0answers
12 views

Bugs after migrating from MySQL to SQL Server

I have recently migrated my site to a different environment with the main difference being that we converted the database from mySQL to MS SQL Server. The website is essentially a listing of ...
1
vote
2answers
28 views

Moving site to another domain, install appears

I move the website to another domain on the same server, by copying all files to the other domain's folder. When I visit the new domain the install.php appears. Trying to navigate to another page like ...
-1
votes
0answers
32 views

How to host drupal from windows server [closed]

Hi I am developing a simple site for a client using drupal The client has their own web server using windows platform. THey asked me if windows server can host drupal and I said yes. They have not ...
-1
votes
0answers
18 views

Where do I find a formatting that might be mistakenly loaded after migration?

I have migrated some of my data into a Drupal site. Now the problem is that after the migration, the UI of my site went broken. I think there must be something from the migration that's causing this. ...
2
votes
1answer
47 views

Migrate from DotnetNuke to Drupal

Currently my clients are having DotNetNuke websites,now they are planning to move the DNN websites into the Drupal platform. Here my questions, how do i migrate the DNN content and users tables into ...
0
votes
1answer
33 views

Migrating SQL dump from Drupal 5 into Drupal 7

My site went recently down, and all the data were lost (PHP installation of Drupal 5). What I am left is simple SQL dump from PHPMyAdmin. I would like to "use" this disaster and finally migrate to ...
0
votes
0answers
47 views

Migrate Field CCK upgrading Drupal 6 to 7, reasons for subsequent Broken/missing handler in Views?

In the process of upgrading Drupal 6.x to 7.x I'm facing a problem that makes all my views show nothing relevant. (I believe the problem is here but I'm not sure, I don't know. That's why I'm asking): ...
3
votes
0answers
37 views

What is the best workflow to migrate a site using domain access?

i have a site with 20 subdomains using the domain access module on a dev server and i want to migrate them to a production server. There is only a change from subdomain.maindomain.eu to ...
0
votes
0answers
15 views

How can we add other drupal mysql database in settings.php in my local host? [duplicate]

We have connection to drupal database in settings.php as $databases = array ( 'default' => array ( 'default' => array ( 'database' => 'migrate_test', 'username' ...
0
votes
0answers
15 views

After upgrade from OG6 to OG7 directly to ver. 2.x: Is there any possibility to use OG migrate (available only in OG 1.5)?

I´ve realised that OG Migrate is only in 7.x-1.5 but NOT in OG 2.x. I´ve accidentally updated my site from D6 to D7 directely to OG 2.x. Is there anything I could do to use OG migrate?
0
votes
1answer
26 views

Saving Theme returns TImeout error in Drupal 6.16 after changing server

Everything was working fine till I was on my old server. After migrating it to a new server with same configuration (better memory and added load balancer), when I try saving the theme from the theme ...
1
vote
2answers
42 views

How do you add a prefix to an existing drupal database for single site use?

I have a drupal 7 site running on a webserver, it is currently using a database that was created with out a prefix. I am attempting to restore that database to a new drupal instance from a shared ...
0
votes
1answer
43 views

How to migrate a book from Drupal 6 to a menu in Drupal 7

Recently I came across a situation where I had to migrate a book with lots of links into a menu (since the customer wanted a simple navigational menu). I came up with some code that worked pretty ...

1 2 3 4 5 12
15 30 50 per page