Table name 'drupal2phpbb' is inept under default installation of phpBB 3.0.4

cprxmm7 - May 1, 2009 - 02:11
Project:phpBBforum Integration module
Version:6.x-2.0-beta1
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:patch (to be ported)
Description

ERROR
-------------------------------------------------
user warning: Table 'phpbbforum_drupal2phpbb' doesn't exist query: SELECT topic_id, linked FROM phpbbforum_drupal2phpbb WHERE node_id = 1 in /public_html/modules/phpbbforum/phpbbforum.module on line 729.
-------------------------------------------------

CAUSE
-------------------------------------------------
The module creates an improperly named table upon installation.
-------------------------------------------------

SOLUTION
-------------------------------------------------
Manually rename table name from 'drupal2phpbb' to 'phpbbforum_drupal2phpbb', (or any other applicable suffix).
-------------------------------------------------

#1

FoolsRun - May 12, 2009 - 19:48

I had this issue when updating from beta1 to beta2; I had to rename my database table from "phpbbforum_drupal2phpbb" to "drupal2phpbb".

 
 

Drupal is a registered trademark of Dries Buytaert.