Can anyone please tell me how to transfer all user accounts from an IPB to Drupal site?
I have an IPB forum and I'm migrating to Drupal and I need to transfer all user accounts from that forum to my Drupal site. Is it possible? If so, can anyone please tell me?
I have a website for homebrew beer and I am looking for a CMS that will help me and my other editors modify the content. I also need to have the ability to create a recipe database which would allow register users to enter/view in a new and existing recipes. I have worked with Joomla, but wanted to give Drupal a try.
I am trying to move a working Drupal 6.14 (non-clean URLs) site that someone else developed to a new server. I have access to all files on the new server (SuSE10) and am running Apache 2 and PHP 5. I am a relative newbie to both Drupal and server administration. Thanks for any help in advance.
I am getting the error "Access denied for user 'user@localhost' (using password: YES)", where "user" is my actual username.
I have successfully created a database on the new server and loaded the database files from the working site into it using phpMyAdmin. I have a user/password in my MySQL user file that matches the info in my settings.php file:
I have moved all of the Drupal files to the new server. I am running the new site as a VirtualHost and the server is working with other VirtualHosts. I have the following in my vhosts.d/sitename.conf:
<VirtualHost *:80>
ServerName sitename.com
ServerAlias *.sitename.com
DocumentRoot /srv/www/htdocs/sitename
ErrorLog /var/log/apache2/sitename.error.log
CustomLog /var/log/apache2/sitename.access.log combined
</VirtualHost>
<Directory "/srv/www/htdocs/sitename">
AllowOverride FileInfo Limit Options Indexes
Order allow,deny
Allow from all
</Directory>
I was able to pull the user database into excel. I can see all the users emails etc. The passwords are either not listed or encrypted. How do I get the passwords to my new Drupal install so the users don't have to be bothered with the migration?
I am new to drupal. I have currently setup a local drupal installation. I am the webmaster for a church which hosts weekly sermons. I would like to be able to take the existing directory of sermons and serve them using drupal for the interface.