I want to migrate an existing drupal site to another domain name. I finished browser based installation under the new domain using the same database I used at the old one. But I cannot see the existing users nor their content. The tables are still there containing all the data. I guess additionally I would have to configure some drupal files but I have no idea which one those are. Any help would be appreciated. Thanks.
We are having a strange issue, every time we register a new user via the user register page, the data is correctlu send to the database but then the page seems to keeps on loading and do not redirect to the homepage (or whatever page we would like it to redirect to).
It seems to do that even on a fresh install of drupal and ONLY on our live server (witch we seted up ourself). I am then guessing it comes from our server.
Does anyone have an idea of what could cause that behavior on our server?
I am using webform module and created webform. It can be submitted by anonymous user and I have included email-field to form. So how to send confirmation email to that address which is in email-field (anonymous user have been given his/her email address).
So it should go like this: anonymous fills webform including field where is asked email address -> submits form -> form sends confirmation email to address which was given to email-field.
I enabled clean URLs on Drupal 7 and they work fine, however, I can not log in (and its not because a password issue). Therefore I would like to disable clean urls, but as I can't do it through the admin, I'd like to know how I can do it through the database.