phpBB2 -> phpBB3 Upgrade Script Discussion

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Post Reply
User avatar
Wernight
Registered User
Posts: 26
Joined: Sun Apr 02, 2006 2:15 pm
Location: France
Contact:

Re: phpBB2 -> phpBB3 Upgrade Script Discussion

Post by Wernight »

Klors wrote:
Wernight wrote: I also tried to test on my Linux server but I got a memory problem: Out of memory. :(
In which case can't you just reduce the number of records it processes at once as per Acyd's note a few pages back?

No, just the same. I changed $batch_size to 500 and $num_wait_rows to 5 but still tried to allocate 1179857 bytes.

User avatar
alycad
Registered User
Posts: 21
Joined: Fri Mar 18, 2005 7:44 pm
Location: Lisboa
Contact:

Re: phpBB2 -> phpBB3 Upgrade Script Discussion

Post by alycad »

Klors wrote:
alycad wrote: as u can see my phpbb2 as _phpbb prefix.

So.. what the fuc* is wrong with my conversor...
Its just me?

Im working on this... for more than 10 hours...

phpbb2 as u see now, this morning was phpbbfm... i have recovered all tables from phpbbfm pass it to ipb.. and then to phpbb2.22

now i have a clean vanilla install and there is no reason for this conversor not to work with me.

I had both phpBB installations using the same database just having different prefixes, is that how you're trying or do you have seperate mySQL databasess?


Hi Klors,

I have separated databases... could this be the issue?

Best reg,

Alvaro
http://www.globalfree.net" target="_blank
Just feel it
Image

User avatar
Acyd Burn
Posts: 1838
Joined: Tue Oct 08, 2002 5:18 pm
Location: Behind You
Contact:

Re: phpBB2 -> phpBB3 Upgrade Script Discussion

Post by Acyd Burn »

alycad, the convertor is clearly nothing for you. I would wait until beta5 before testing anything.

Image

User avatar
alycad
Registered User
Posts: 21
Joined: Fri Mar 18, 2005 7:44 pm
Location: Lisboa
Contact:

Re: phpBB2 -> phpBB3 Upgrade Script Discussion

Post by alycad »

Acyd Burn wrote: alycad, the convertor is clearly nothing for you. I would wait until beta5 before testing anything.


Hi a. burn,

Why do u say that?
Because im having difuculties passing prefix and old location forum?

I used day 7 january cvs...

DO u realy think i cant convert? or this cvs wont convert?

Best reg,

Alvaro
http://www.globalfree.net" target="_blank
Just feel it
Image

User avatar
alycad
Registered User
Posts: 21
Joined: Fri Mar 18, 2005 7:44 pm
Location: Lisboa
Contact:

Re: phpBB2 -> phpBB3 Upgrade Script Discussion

Post by alycad »

btw, i im running phpbb2.22 here http://phpbb-pt.com/

fm was history... finally....

For now i can stand with this version.
http://www.globalfree.net" target="_blank
Just feel it
Image

benchfrooser
Registered User
Posts: 2
Joined: Mon Dec 04, 2006 11:05 pm

Re: phpBB2 -> phpBB3 Upgrade Script Discussion

Post by benchfrooser »

Same problem here :(

The table prefix needs to be the one used by the software you are converting from.
» Specified table prefix was phpbb_


config.php

Code: Select all

<?php


// phpBB 2.x auto-generated config file
// Do not change anything in this file!

$dbms = 'mysql4';

$dbhost = 'localhost';
$dbname = 'benchfrooser_de';
$dbuser = 'root';
$dbpasswd = 'root';

$table_prefix = 'phpbb_';

define('PHPBB_INSTALLED', true);

?>
Attachments
Bild 4.png
(40.77 KiB) Downloaded 1022 times
{benchfrooser.de} Lower Bavarian Community-Board

Stefft
Registered User
Posts: 52
Joined: Tue Sep 27, 2005 9:02 pm

Re: phpBB2 -> phpBB3 Upgrade Script Discussion

Post by Stefft »

Did you put the phpBB3 and the phpBB2 in the same database?

benchfrooser
Registered User
Posts: 2
Joined: Mon Dec 04, 2006 11:05 pm

Re: phpBB2 -> phpBB3 Upgrade Script Discussion

Post by benchfrooser »

no
{benchfrooser.de} Lower Bavarian Community-Board

User avatar
Matty05
Registered User
Posts: 22
Joined: Fri Nov 10, 2006 5:15 pm
Location: Groitzsch (Germany)
Contact:

Re: phpBB2 -> phpBB3 Upgrade Script Discussion

Post by Matty05 »

lol, read the convert manual ^^

Till
Registered User
Posts: 3
Joined: Wed Aug 17, 2005 11:35 am

Re: phpBB2 -> phpBB3 Upgrade Script Discussion

Post by Till »

dear lovely developers,

we're running a 2.x with 6000+ users and 125000+ posts.
we would like to upgrade to 3.x.

I've tested the convertation script on the web maschine, failed due to a 500 error.
I've tried to import the db locally but phpMyAdmin takes hours to import 1.741.172 "phpbb_search_wordmatch"s .

So please release a stable convertation interface for large boards,
or - much more prefered - some proc that can be runned by SSH.


greetings, Till

Post Reply