Posted by cprxmm7 on May 1, 2009 at 2:11am
Jump to:
| Project: | phpBB Forum Integration |
| Version: | 6.x-2.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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).
-------------------------------------------------
Comments
#1
I had this issue when updating from beta1 to beta2; I had to rename my database table from "phpbbforum_drupal2phpbb" to "drupal2phpbb".
#2