wbb konverter / sql-fehler
Verfasst: 17.03.2003 22:25
Hallo!
Folgendes Problem beim Konvertieren meines Burning Boards 1.1.1
nach phpBB (getestet mit allen Versionen >= 2.0.0).
Der Converter bleibt bei Step 6 of 24 kurz vor 100% hängen. Bei
abgeschaltetem Debugmodus kommt lediglich "couldn't obtain table information". Schalte ich den Debugmode an, erhalte ich
Kann mir jemand sagen, woher dieses Memory Problem kommen bwz. wie ich es beheben könnte?
Zur Verdeutlichung, was ich bereits alles getestet habe, kopiere ich hier mal den Text meines Artikels von phpbb.com rein - dort gabs bisher leider keinerlei reaktion auf mein Problem. Ashe (Author des wbb Konverters) scheint seit Februar abgetaucht zu sein ;-(

Folgendes Problem beim Konvertieren meines Burning Boards 1.1.1
nach phpBB (getestet mit allen Versionen >= 2.0.0).
Der Converter bleibt bei Step 6 of 24 kurz vor 100% hängen. Bei
abgeschaltetem Debugmodus kommt lediglich "couldn't obtain table information". Schalte ich den Debugmode an, erhalte ich
Code: Alles auswählen
General Error
Couldn't obtain table information.
DEBUG MODE
SQL Error : 2008 MySQL client run out of memory
SELECT posts.postid, posts.posttopic, posts.message FROM bb1_posts posts ORDER BY posts.postid ASC
Line : 715
File : /homepages/40/d30568981/htdocs/phpbb/convert/index.php
Zur Verdeutlichung, was ich bereits alles getestet habe, kopiere ich hier mal den Text meines Artikels von phpbb.com rein - dort gabs bisher leider keinerlei reaktion auf mein Problem. Ashe (Author des wbb Konverters) scheint seit Februar abgetaucht zu sein ;-(
Hi!
Converting my wbb 1.1.1c to phpBB 2.0.3 always hangs on step 6 of 24 at ~99% (I think it's the "posts" table).
This is the URL when stopping:
http://www.ilil.de/phpbb/convert/index. ... fa7ca9b0c7
And this is the error message: "Couldn't obtain table information."
I already copied the bb1_ tabels, delted the threads table to only 5000 records, but same error.
Where/what could the prob be?
Tia,
Wou.
Vielen Dank für Eure Hilfe! Wer mir zur Lösung des Problems hilft, den belohne ich mit einem neuen Akku für sein HandySo, i tried a little bit...
The converter imports all the posts correctly. I think the problem is
one of the two POSTS_TEXT_TABLE parts in convert_wbb111.php.
When running the converter "as is" it stops at 95-99% of step 6 (POSTS_TABLE ?).
So i tried deleting these 2 parts one after another. When deleting
the 1st POSTS_TEXT_TABLE part (line 190-207... ending with
'posts.postid ASC') the converter goes further but i am shown the following
error message later:
line 574 (in this case - other linenrs. because of delition) points to:Fatal error: Call to undefined function: prepare_message() in /homepages/40/d30568981/htdocs/phpbb/convert/convert_wbb111.php on line 574
Code: Alles auswählen
function wbb_post_edit_count($user_id) { global $row; return ($user_id == $row['userid']) ? 1 : 0; }
When deleting the 2nd POSTS_TEXT_TABLE (line 210-226 ending with
'announcements.announcementid' it's the same as running the converter
"as is".
So, the problem should be in the first case. BUT - what can i do??
Please help, i am getting sick of spending hours ans nights on converting
my "good old" wbb.
TIA,
Wou.
PS: phpBB now running is 2.0.1. I found out, that you have 2 converters,
one for 2.0.1 and one for 2.0.2. I checked out both of them - allways same
result (of course, when testing, i installed the corresponding phpBB-Versions).
