| Re:phpBB 5 Years ago |
|
maybe check with your system admin? unless you are running this urself... otherwise... i don\'t have an answer. :T anyone else wanna take a stab?
|
|
|
| Re:phpBB 5 Years ago |
|
Im no system admin..:(
I tried to increase the memory in the converter script adding this ini_set(\"memory_limit\",\"36M\");
Now it does not give me the error but the script does end....but firefox says its ended...but no...the users are not imported the topics are not imported only my forums are imported and nothing more...
|
|
|
| Re:phpBB 5 Years ago |
|
attached is the modded version of the original phpbb2fb file concerning the issues addressed in my [url=http://www.bestofjoomla.com/component/option,com_fireboard/Itemid,38/func,view/id,3850/catid,6/limit,12/limitstart,0/#2192]original post[/url].
I was cleaning up my desktop and was about to junk the file, but before doing so, I fig maybe this could help someone out that had the same issue as i did.:S
[b]File attached below[/b] ... and remember to set your $host, $user, $pass, and $db fields at the beginning of the file.
Post edited by: gene, at: 2007/04/29 08:03
|
|
|
| Re:phpBB 5 Years ago |
|
here ya go. [file name=modded_phpbb2fb-6e30869fabedc028587ecaed26f85ee8.zip size=4032]http://www.bestofjoomla.com/components/com_fireboard/uploaded/files/modded_phpbb2fb-6e30869fabedc028587ecaed26f85ee8.zip[/file]
|
|
|
| Re:phpBB 5 Years ago |
|
[b]Arcanjo wrote:[/b]
[quote]Im no system admin..:(
I tried to increase the memory in the converter script adding this ini_set(\"memory_limit\",\"36M\");
Now it does not give me the error but the script does end....but firefox says its ended...but no...the users are not imported the topics are not imported only my forums are imported and nothing more...[/quote]
so no users or topics... then what exactly was imported when you mention \"only my forums\"?
|
|
|
| Re:phpBB 5 Years ago |
|
Hi again and thanks for all your help!
Only the Categories and names of the several forums and child forums....not topics or messages or users...nothing more than the categories, names of forums...
Arcanjo
|
|
|
| Re:phpBB 5 Years ago |
|
Hi
This is the error that I have with your and the original file.
[quote]Connecting to Database... OK
Populating Categories... OK
Populating Messages Table...
Warning: mysql_query() [function.mysql-query]: Unable to save result set in /home/oficinad/public_html/portal/phpbb2fb.php on line 109
Invalid query:
SELECT p.post_id, p.poster_ip, p.topic_id, p.poster_id, p.post_time, p.post_username, t.topic_title, t.forum_id, t.topic_views, x.post_subject FROM phpbb_posts AS p, phpbb_topics AS t, phpbb_posts_text AS x WHERE p.topic_id = t.topic_id AND p.post_id = x.post_id ORDER BY p.topic_id, p.post_id
MySQL client ran out of memory[/quote]
Arcanjo
|
|
|
| Re:phpBB 5 Years ago |
|
What I can say is that you have many posts that your code ran out of memory. The converter I finished for SMF (to be releasd) is using Ajax to load balance the whole migration. Maybe we can modify it for phpbb too.
|
|
|
| Re:phpBB 5 Years ago |
|
[b]danialt wrote:[/b]
[quote]What I can say is that you have many posts that your code ran out of memory. The converter I finished for SMF (to be releasd) is using Ajax to load balance the whole migration. Maybe we can modify it for phpbb too.[/quote]
This would be great, just if the conversion scripts get taken to a higher level!
|
|
|
| Re:phpBB 5 Years ago |
|
[b]danialt wrote:[/b]
[quote]What I can say is that you have many posts that your code ran out of memory. The converter I finished for SMF (to be releasd) is using Ajax to load balance the whole migration. Maybe we can modify it for phpbb too.[/quote]
hummm...
Thanks...maybe the solution is converting to SMF and then use your converter..because I wen I convert phpBB2 to SMF everything is ok!
What do you think?
Thanks
Arcanjo
|
|
|
|