Need help migrating your site to Drupal?

url rewriting

Hello,

can any one please let me know how to add a rule in the .htaccess file :

this is my file :

RewriteEngine on

# If your site can be accessed both with and without the 'www.' prefix, you
# can use one of the following settings to redirect users to your preferred
# URL, either WITH or WITHOUT the 'www.' prefix. Choose ONLY one option:
#
# To redirect all users to access the site WITH the 'www.' prefix,
# (http://example.com/... will be redirected to http://www.example.com/...)
# adapt and uncomment the following:
# RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
# RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
#
# To redirect all users to access the site WITHOUT the 'www.' prefix,
# (http://www.example.com/... will be redirected to http://example.com/...)
# uncomment and adapt the following:
# RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
# RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]

# Modify the RewriteBase if you are using Drupal in a subdirectory or in a
# VirtualDocumentRoot and the rewrite rules are not working properly.
# For example if your site is at http://example.com/drupal uncomment and
# modify the following line:
# RewriteBase /drupal
#
# If your site is running in a VirtualDocumentRoot at http://example.com/,

suggestion for drupal 2 drupal migration by feeds module.

Hello lovely drupal community,
on next days i will try a migration of nodes from a drupal 6 to d7 site. This is a big one, with more then 14,000 nodes stored in (more or less) 90/100MB csv file

From Xoops 1.??? to Drupal 7 [Solved]

I need to transfer a site from xoops! to drupal 7, I've found this https://drupal.org/node/63796 but it's for an old version of drupal (drupal 4 i believe). Can anyone help me update a few of these codes or at least point me to some documentation?

Migrating from SilverStripe to Drupal ?

Has anyone had success migrating a relatively large (several thousand pages) and relatively complex (dozens of page template types and + a few custom themes/CSS/layout) from SilverStripe CMS to Drupal?

DB History to...

Hi I have a old app that I'm trying to migrate to Drupal
My problem is: I have table with "users" and other with "history"; History shows all User's logs (something like company's events) and only Moderator users can write in "history"
Example DB:
User
UID=1,Name="Manolo",Rol="Moderator";
UID=2,Name="Pringado",Rol="None"
UID=3,Name="Pedobear",Rol="None"

History
HID=1,UID=2,Date="2013-02-23"
HID=2,UID=3,Date="2013-02-25"

In this example only "Manolo" can write/edit in history

Rule looping consuming Web Service

I'm a Drupal nubie. I develop a extranet portal for my client using Drupal 7 that consumes Web Services from SOAP WSDL using Rule. I'm having trouble with Rule loops over result arrays.

I can successfully consume and display, say, the web service "API Version" which is a single result object.

Yet I'm having trouble with Rule loops when my result returns an array of items. It's an array of Tickets in this case. I see the result contains 10 Ticket objects, each as a stdClass Object. Yet I cannot do anything with them. I'm not sure if Drupal Rules creates an error or if I simply use this Rules module incorrectly. I added a "Show Message on the Site" of the word "iter" within the loop, yet it never shows, not once, let alone 10 times.

When I view my created Tickets content, I see none of my tickets. I see no "Iter" message shown on the site. I get the error:

Warning: array_keys() expects parameter 1 to be array, object given in array_keys() (line 1040 of /Applications/MAMP/htdocs/drupal/sites/all/modules/entity/includes/entity.wrapper.inc). =>

... dump here

Pages

Subscribe with RSS Subscribe to RSS - Converting to Drupal