Hello Everyone,
I have used the HEAD import script, the categories are imported well.
Only the topics and the post wont import.
I get this error:
user warning: Table 'ikvader_drupaltest.phpbb2drupal_temp_topic' doesn't exist query: SELECT n.nid, n.title FROM phpbb2drupal_temp_topic ptt LEFT JOIN node_revisions AS n ON ptt.nid = n.nid WHERE topic_id = 117 in /var/www/htdocs/ikvader/includes/database.mysql.inc on line 121.
What can i do?
Thanks..
Comments
Comment #1
beginner commentedHave you checked that the table exists in your database?
The tables are created when installing phphbb2drupal.
If the tables were not created, go to your database, look at the system table, and delete the row corresponding to phpbb2drupal (1 row only). Then go back to enable the module again. This time, make sure the tables were properly created. If they were not, provide more information about your setup, which database system your use, what error message you may have in your logs.
(it means you have to try to import everything all over again, so start from a fresh copy of the database).
Comment #2
naheemsays commentedclosing old issues that may no longer be relevant.