nneonneo wrote:@orgijus: Hard to say. The hosts may have customized the phpBB templates enough to fool the converter. Sadly there is no workaround except to edit the regular expressions in the script yourself.
@morscerta: Seems right. Is it a ezBoard forum converted up to Yuku, by any chance?
@Belcegor: no plans at the moment. Try setting language to English. However, some multiforum systems use custom extensions to phpBB and require special modifications to make the converter work.
@Lumpy: Well, unfortunately, you have to crawl the members and the topics/posts in the same run, or they don't get linked up properly. (It sucks, but that's the way it's written now).
Code: Select all
# ---GLOBAL SETTINGS---
# Prefix of your forum tables
table_prefix='forum_'
# Make this value at least as high as the highest topic ID, if not higher. You can check by making a new topic and seeing what the showtopic= value is. Making it higher provides some protection against new topics.
NUMTOPICS=535450074
# Make this value at least as high as the highest forum ID, if not higher.
NUMFORUMS=18
# PLACE COOKIE DATA HERE.
# Visit the forum, login and type "javascript:document.cookie" (w/o quotes) into the address bar. Copy all the text to COOKIEDATA and put single quotes (') around it.
COOKIEDATA=''
# URL to your index.php file
URL='http://faidateforum.forumfree.it'
Error
SQL query:
TRUNCATE TABLE `smf_forums` ;
MySQL said: Documentation
#1146 - Table 'f6ocphpbb.smf_forums' doesn't exist
The table prefix needs to match your database. Please changewelshtony wrote:Hi there. For the past week I have been trying to convert my board from ZetaBoards to phpBB. I have followed the instructions in the notepad document listed as "Instructions" to the letter but when I get onto stage 4 (the importing of the files) I always get this error
Please help. I don't want to loose all of my forum.Error
SQL query:
TRUNCATE TABLE `smf_forums` ;
MySQL said: Documentation
#1146 - Table 'f6ocphpbb.smf_forums' doesn't exist
Code: Select all
table_prefix
Code: Select all
settings.py
Code: Select all
phpbb_
Code: Select all
Error
SQL query:
TRUNCATE TABLE `phpbb_categories` ;
MySQL said: Documentation
#1146 - Table 'swagu_rpgasm.phpbb_categories' doesn't exist