Hi everybody,
I'm the admin of soullovers.org, the Italian site for all soul music lovers.
Currently the site engine is phpbb, but since 10th sept. 2006 the site
has undergone a major trauma due to a server failure first and server
migration.... Basically some basic features are no longer available and
generate errors that I cannot recover.
Since I tried drupal on my other site www.soulbrew.net, I'm positive that
Drupal will fit our needs and I'm going through the test-migration on local.
So far I've downloaded my old phpbb 2.0.19 mysql db, installed
drupal on local and followed install instructions as per
http://www.tavon.org/site/work/phpbb2drupal
1. Copy phpbb2drupal_import.php, viewtopics.php, stories.php to your drupal root. - DONE
2. Edit the phpbb2drupal_import.php file to modify the import settings. - WHAT THE HECK DOES THIS MEAN....Modify the import settings??
I've open the file at least 4 times, looking for some line to edit with my MYsql db details or something like that but no chance!
3.---
4. Edit the the settings.php file in sites/default directory and let Drupal know where your phpbb database is using Drupal's Database URL format.
$db_url['phpbb'] = 'mysql://phpbb_username:phpbb_password@localhost/phpbb_db'; - DONE