Closed (cannot reproduce)
Project:
phpBB2Drupal
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2012 at 20:02 UTC
Updated:
2 Oct 2012 at 16:28 UTC
I've installed the module (and activated) on a fresh Drupal 7.12 install.
However with little documentation (or I just can't find it) I have no idea how to now progress?!?!?
I've gone through all the menus options, cleared cached everything but nothing comes up for me to start the import or alike.
What am I missing?!?! Any help much appreciated!
Craig
Comments
Comment #1
konrad.sauer commentedSame thing here. I'm new to Drupal and thought I was missing something, but I just can't find the "Administer -> Site Configuration -> phpBB2Drupal Settings" page. I've found this tutorial - http://www.dratek.com/node/71 - but it was of no help to figuring out where the settings page is.
Comment #2
Z2222 commentedI'm not sure where it is in the menu, but the admin URL is in the readme file.
Comment #3
darksnowIf you have admin menu installed then it should appear under the content menu, with the rest of the migrate pages.
The path to the settings page is at admin/content/phpbb after which each individual migration will appear on the normal list of migrations offered by the migrate module. It's is recommended that you read the README file which comes with the module though, there are some important notes in there that you should at least be aware of before trying this module.
Comment #4
konrad.sauer commentedSorry, guys. I don't know what happened, but here at home I've installed a fresh new Drupal and the settings page appeared right where they should, under the content menu.
The issue was happening at the office, I'll try reinstalling there and see how it goes.
Thanks for the help anyway. =)
Comment #5
Renekcl commentedHey, this is also my first post to drupal community.
I just setup a new drupal 7.14 instance and now want to migrate my existing phpbb3 posts.
I installed and configured this plugin but i'm getting the following error when starting the migration process.
Hope that anyone could help.
Ein AJAX-HTTP-Fehler ist aufgetreten HTTP-Rückgabe-Code: 500 Im Folgenden finden Sie Debugging-Informationen. Pfad: /drupal/batch?id=22&op=do Statustext: Service unavailable (with message) Antworttext: PDOException: SQLSTATE[42000]: Syntax error or access violation: 1142 SELECT command denied to user 'baucre_phpbb'@'localhost' for table 'migrate_map_phpbbavatar': SELECT u.user_avatar AS user_avatar, map.destid1 AS migrate_map_destid1, map.needs_update AS migrate_map_needs_update FROM {users} u LEFT OUTER JOIN {baucre_phpbb.migrate_map_phpbbavatar} map ON user_avatar = map.sourceid1 WHERE (user_avatar IS NOT NULL ) AND (user_avatar <> :db_condition_placeholder_0) AND( (map.sourceid1 IS NULL ) OR (map.needs_update = :db_condition_placeholder_1) ); Array ( [:db_condition_placeholder_0] => [:db_condition_placeholder_1] => 1 ) in MigrateSourceSQL->performRewind() (Zeile 318 von /home/baucre/public_html/drupal/sites/all/modules/migrate/plugins/sources/sql.inc).baucre_phpbb is the name of the phpbb3 DB. DB User is also named as baucre_phpbb and this User has full access to phpbb3 DB.
Bye
René
---------
I think this bug is listed in this thread https://drupal.org/node/1483564#comment-5807056
Comment #6
JeremyFrench commentedI think the original error is resolved and the other is a duplicate so closing this issue.