Topics about the migration of data from a site to another, or from different versions of Drupal.
0
votes
1answer
13 views
Core blog module only shows two blog entries?
I've enabled the core blog module, but it only shows two entries on exampe.com/blog
If I "unpublish" one of them, it brings up the next published blog post, which shows me that it does recognize that ...
1
vote
1answer
29 views
Drupal 6 Site Duplication - Looks Like My Theme is Broken
My goal is to duplicate a Drupal 6 site to a new host, but I am having some problems.
New host - 198.20.226.199/~paul8226/ -- No name resolution setup yet.
Old host - www.egcasting.com/
I ...
-1
votes
1answer
34 views
What external forum to integrate with Drupal 6? [closed]
I have a busy Drupal 6 community site (+500K registered users). I'd like to move my drupal forum content to an external forum software serveed from a subdomain in a separate server. The main goal is ...
0
votes
0answers
12 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
13 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
13 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
29 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 ...
2
votes
1answer
50 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
36 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
53 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
38 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
16 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
28 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
51 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
47 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 ...
0
votes
0answers
55 views
Drupal 7 Images in Views break after migration
after migrated to the server, the images in views all break.
I use inspect element tool to examine the images, they all say:
Failed to load resource: the server responded with a status of 500
...
1
vote
0answers
20 views
Migrate Multi-value Filefield (File Description)
Posted this here as well http://drupal.org/node/1943324
I am trying to migrate multi-value file-fields.
I checked out the wine.inc but the sample provided doesn't work for me.
I tried to use ...
0
votes
1answer
28 views
Migrating a forum created with Advanced Forum 1.x branch from Drupal 6 to a Drupal 7 site running Advanced Forum 2.x branch?
What's the best way to do it? What module(s) should I use to export the data from the Drupal 6 site and import the data into Drupal 7 and what do I need to think about regarding the different ...
0
votes
1answer
81 views
Migrate Organic Groups from a Drupal 6 database to Drupal 7
I'm using migrate_d2d to migrate my Drupal 6 site to Drupal 7. I've already created several working migration classes to migrate the content of the D6 site into the D7 site. Now I'm working on ...
0
votes
2answers
46 views
Features to import content type in D7 from D6
Features seem to be the right way to import custom centent type in a fresh D7 install from a D6.
But when i create my feature on the D6 one, it add dependencies like modules,and once i import the ...
0
votes
0answers
37 views
Can´t upgrade OG from D6 to D7. It does upgrade, but the “group” tab won´t appear
I´ve tried migrating OG from D6 to D7 in a testing environment.
After the test, I got this "Group" tab in each group, and when you click on it, it has some links:
Add people
Add group ...
0
votes
1answer
61 views
after migrating to D7 all images are missing
After migrating to D 7.20 all my images are gone, actually they exist on the server but are not being displayed at all. I have a multi-site installation and I've successfully migrated all the content ...
0
votes
1answer
29 views
Can I turn a list of Aliases into a menu structure?
So I'm elbow deep in a massive migration from a home grown CMS. So far I've been successful at using Feed Import to slurp in CSV exports of the old MySQL database. (The old database contained page ...
1
vote
2answers
66 views
Global search/replace on special characters accidentally taken in on an import ( ’ )
I have imported (through CSV using Feed Import) and large amount of information. I have a large amount character encoding issues such as
Grimsby’s teaching focus is on...
Where ’ is in ...
2
votes
1answer
93 views
Migrating data from Drupal 6 to 7 with a twist
I am working on an update of a site from Drupal 6 to 7. The site will have a complete redesign and - since the structure is somewhat chaotic - I don't want to migrate the complete data.
On the ...
0
votes
0answers
56 views
Migrating content from Joomla to Drupal [closed]
I have a Joomla site (running version 1.7) and I would like to migrate the content to a Drupal site running either Drupal 6 or Drupal 7.
Is there a module that can help me?
0
votes
1answer
86 views
Can I map to Body Summary in Feeds Importer?
I'm setting up a Feeds Importer to pull in content form a previous CMS. To keep things manageable I'm setting up MySQL exports saved to CSV files per Content Type. In a content type of News we're ...
2
votes
3answers
91 views
Migrating content from older custom CMS
Initial Question
Given an older CMS that kept data in a mysql database, how could we move this into a new D7 install?
It has a mysql database with a content table containing Title and Body (with ...
0
votes
1answer
44 views
WSOD on node edit/view pages only after migration - subdomain multisite
just migrated my company's website, foo.com, to a new server. It is a multisite installation with an intranet, intranet.foo.com, installed at /sites/intranet.foo.com. Everything migrated ...
0
votes
0answers
12 views
Drupal 6: Two quick questions about Migrate
1: Can I have two separate migrations use the same Destination Node? I have one that imports from a list, and another that I want to trigger when a user navigates to a URL which matches the name of ...
0
votes
0answers
35 views
Using Domain module in Drupal Migration
I am using migrate_d2d module to migrate users from D6 to D7 site. I am also using domain module to specify the domain for each user which is new to my D7 site.
$common_arguments = array(
...
2
votes
2answers
81 views
Moving site to new domain on the same server
We're having a problem (well, a series of problems actually, but this one appears more difficult to solve) moving a clients site to a new domain on the same server / hosting account.
The site is ...
1
vote
0answers
124 views
Drupal 7 migration - out of memory [closed]
I'm getting :
Fatal error: Out of memory (allocated 32243712) (tried to allocate 4864 bytes) in /content/sites/c/d/cdgray.co.uk/web/modules/system/system.admin.inc on line 2348
when I try to ...
0
votes
0answers
39 views
Keeping entity refferences when migrating a MSSQL data to Drupal
Is there any way of keeping the entity refference from other fields when migrating.
I have
Content type -> with terms and entity refferences
(im using migration module)
Question - How to I keep ...
0
votes
0answers
177 views
Problem with Drupal site go live on the web host
I am new to Drupal. I am currently using Drupal 7 and created a simple website with a few pages on my local computer. I have Drupal installed in my XAMPP directory, so the directory looks like this: ...
0
votes
1answer
121 views
Import latitude and longitude from XML to Location field for GMap, for Views display
From my XML data which I have imported into nodes, I have CCK fields for Latitude and Longitude. I want to import those values into Node Location so that I can have two Gmap integrations:
Show a ...
0
votes
0answers
86 views
View not showing content after upgrade from D6 to D7
I am new to drupal. I have just upgraded from version 6 to version 7. I have all my template files moved from the old version and the database is operational.
I have a view that is showing the ...
3
votes
4answers
177 views
Providing Archive feature in a website
We are considering to migrate an exiting website to Drupal: www.rkmission-shivanahalli.org The website has simple static content which I believe is not a big deal to migrate to Drupal.
However, there ...
0
votes
1answer
106 views
how to set the source connection in drupal d2d migrate
I am migrating my taxonomy and users from d6 site to d7 site. How can I set the legacy connection of source db of d6 site.
The user is root and password id empty with source database name as d6 for ...
0
votes
2answers
111 views
Logging into Drupal 7 site with headless browser: why would it fail?
NOTE: I've heavily revised the wording of my question to focus more clearly on the problem. There's a ton of really really useful information in the answers below, but not all of it applies to ...
2
votes
1answer
74 views
Strategy for upgrading large Drupal 6 site to D7
We are running a middle sized Drupal 6 site (about 10k nodes plus comments, 200k user accounts), which is using many additional modules like OG, Views, CCK, Messaging, Notifications, CKEditor, ...
0
votes
0answers
42 views
Correct path for images in WYSIWYG node edit view after moving site?
Im using the Insert module that gives users a nice UI to insert images into the body of nodes. The issue is that ive migrated the site and the image paths are now wrong.
I can use Pathlogic so when ...
0
votes
0answers
66 views
selecting hierarchical select values during migration
I want to select the values of a taxonomy which is being shown by heirachical select. These values are to be selected while importing the data through csv by using migration module.
right now i am ...
0
votes
1answer
158 views
Can't log in to Drupal instance after duplicating database
I wrote a quick script to pull down a live drupal database on to a machine on a local network, and that works fine.
I also made a copy of the actual Drupal instance on my own machine.
I edited ...
5
votes
1answer
244 views
Moving Drupal database from MySQL to Oracle
I've developed a website with Drupal 7 running on standard PHP/MySQL server. Now there's a need to move it to server with Oracle database. While I managed to set up testing environment with a fresh ...
0
votes
1answer
56 views
why the drupal migrate can't work?
I've migrated my site from example.com/drupal to test.com.
When i access the new domain, the front page shows ok, but all the links and other pages are unavailable.
I exported the example.com/drupal ...
1
vote
1answer
57 views
Planning for migration to version 7
I am just taking on responsibility for a Drupal 6.2 site. It has some custom modules and some quite poorly organised code which I am working with developers to improve alongside developing new ...
3
votes
1answer
145 views
How to migrate a custom field in WordPress to Drupal?
I'm working on migrating a fairly large blog type site from WordPress into Druapl 7. The WordPress Migrate module has imported the basic blog content very well (title, body, tags, etc), however there ...
2
votes
1answer
34 views
What better way to add new features on a project already in production?
We know that drupal is based on nodes.
I feel it difficult to make updates to a project already in production.
Currently I have two environments. A testing, and other production.
I make changes in ...


