Just my luck... After having experimented with this module on a test installation, I decided to install the newest 3.x-dev version on my ready-to-deploy-tomorrow installation.

I immediately get this error message when installing:

DatabaseSchemaObjectExistsException: Table with name phpbb2drupal_instances already exists. in DatabaseSchema->createTable() (line 657 του \path\to\aiolikos-fans\includes\database\schema.inc).

Apparently calling drupal_install_schema is not recommended in Drupal 7.

Comments

JeremyFrench’s picture

Can confirm this, and fix is in the works. Thanks.

JeremyFrench’s picture

Issue summary: View changes

additional info

JeremyFrench’s picture

Status: Active » Fixed

Just committed and pushed fix for this. Should appear in a build in the next 12 hours or so.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

fixed link

rcharamella’s picture

Issue summary: View changes

I just got this error on a 7.x-3.0 installation. I had installed 7.x-1.0 to try to migrate a phpbb2 forum. But after upgrading to phpbb3, I need 7.x-3.0. What can I do to get this to work?

rcharamella’s picture

Update: I deleted the phpbb2drupal_instances table. I tried the install again. I got an error in the error log "FieldException: Attempt to create field name field_attach which already exists and is active."

Update: The field_attach field looks like it was created by the forum module. The phpbb2drupal module tries to recreate it during install. I ended up commenting out the 2 parts of the module installation code that refers to field_attach. The module installed and worked flawlessly after that.