Need help migrating your site to Drupal?

migrating user passwords

I am migrating an old site from Xoops 2.0.x to Drupal 7. To minimize disruption for my users I need to migrate all user accounts. I find that in Drupal 7 'user' database table the passwords are saved in 'pass' field of varchar(128). In my old site the passwords are saved in a vachar(32) field. And for the same plain text passwords, the encrypted passwords are different. So clearly the passwords are encrypted in different way. I wonder if there is any way I can migrate all passwords.

URL structure and modules not detected

Hi guys,

I made a site locally in Drupal 6.26 and a few days ago I have transfer it to my hosting account using the exact steps from here: http://drupal.org/node/333675

Into my hosting account the root for my primary domain is public_html but my site is in public_html/domainname, and I have the following problems:

1. The URL always appear like domain.ro/domain and all content on my site appear like domain.ro/domain/content
2. The modules in sites/domainname/modules are not detected by drupal.

For (1) I did the following:
Initially if I’ve typed domain.ro nothing appeared and had to type domain.ro/domain to show my site, but after some lines in .htaccess I succeded to show the site at domain.ro although when I click the home page or any other menu the url structure domain.ro/domain/content appear again.

The code in my .htaccess is:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?domain.ro$
RewriteCond %{REQUEST_URI} !^/domain
RewriteRule ^(.*)$ domain/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L]

I’ve uncomment settings.php $base_url to domain.ro but nothing happened.

how can i put my drupal site with another website together?

i build a website with d7, and i have another website for users to try my online product. what i want to do is i want user to register at my drupal site. so they can use the product for free without register more on the other website. anyone can tell me how can i do this? register once, use anywhere.

Migration from Custom Built CMS

Hi

We are currently using our own custom built CMS for our existing sites.
The sites connect to our platform server using an XML API. This is used for requests such as login, register, accounting etc.

Convert my website to drupal

Hi all,

I'm struggling with Drupal for several weeks now. I used to know html, in which I've made my actual website (based on a drupal site I think), but I'm sick of doing all changes manually in html code. i want a dynamic site now. but I'm all stuck. I don't know any php, and I have to admit that I'm getting stuck all the time configuring a drupal-theme corresponding to my actual css...

Any help, suggestions, tools, ... available that might help?

Vincent

Importing data from CSV file into a file field in D7

Have a database in csv textformat. There is one field with pdf filenames.
I have succesfull imported the data to nodes with Feeds module, but the file field in my node type would not take the data from the .csv text field.

Is there a way to import into file field in D7 from csv files?
Of course I have to put my pdf:s into a right folder.

This is a huge database with 7000 items.

Pages

Subscribe with RSS Subscribe to RSS - Converting to Drupal