phpBB3 Beta 5 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
DBM
Registered User
Posts: 27
Joined: Sat Dec 24, 2005 9:22 pm
Contact:

Re: phpBB3 Beta 5 Discussion!

Post by DBM »

Not tried it yet, as I have to go out to work in a moment.

Can the converter be set to put the phpbb3 tables in a separate database? I'd rather have a separate test version of the board in a separate folder for now, especially since I'm using mod-rewrite on my live board for 'friendly' URLs.

User avatar
Nicholas the Italian
Registered User
Posts: 659
Joined: Mon Nov 20, 2006 11:19 pm
Location: 46°8' N, 12°13' E
Contact:

Re: phpBB3 Beta 5 Discussion!

Post by Nicholas the Italian »

DBM wrote: Can the converter be set to put the phpbb3 tables in a separate database? I'd rather have a separate test version of the board in a separate folder for now, especially since I'm using mod-rewrite on my live board for 'friendly' URLs.

Separate database, no. Separate tables within the same db, of course! that's the way it works. Also, you can (should/must) place phpBB3 files in a different folder than phpBB2.

Miyu
Registered User
Posts: 2
Joined: Sat Jan 27, 2007 2:53 pm

Re: phpBB3 Beta 5 Discussion!

Post by Miyu »

Filling table B5_posts:

skip_rows = 0:

skip_rows = 2000:
170 rows/s (2000 rows) |

skip_rows = 4000:
177 rows/s (2000 rows) |

skip_rows = 6000:
177 rows/s (2000 rows) |

is that suppose to be good or bad? o_O?

User avatar
dhn
Registered User
Posts: 1518
Joined: Wed Jul 04, 2001 8:10 am
Location: Around the corner
Contact:

Re: phpBB3 Beta 5 Discussion!

Post by dhn »

Miyu wrote: is that suppose to be good or bad? o_O?

Good, it is processing 2000 rows at a time (so the script doesn't time out and there is enough memory available to the script).

So, each new message tells you that another 2000 rows have been converted successfully and we are at a total of so and so rows. The "170 rows/s" (as in 170 rows per second) just tells you how fast the script was to process these 2000 rows.

If someone feels strong enough to make this clearer (as in using a more descriptive text instead of variable display), please add a bug to the tracker. ;)

User avatar
Nicholas the Italian
Registered User
Posts: 659
Joined: Mon Nov 20, 2006 11:19 pm
Location: 46°8' N, 12°13' E
Contact:

Re: phpBB3 Beta 5 Discussion!

Post by Nicholas the Italian »

dhn wrote: If someone feels strong enough to make this clearer (as in using a more descriptive text instead of variable display), please add a bug to the tracker. ;)

Is it possible to make something a little more sophisticated, like a progress bar, or just something that says "XX% completed"?
The total number of posts to be handled should be retrievable from old tables, isn't it?

muse-ic
Registered User
Posts: 95
Joined: Sun Aug 21, 2005 12:23 am

Re: phpBB3 Beta 5 Discussion!

Post by muse-ic »

^ that would be god

Miyu
Registered User
Posts: 2
Joined: Sat Jan 27, 2007 2:53 pm

Re: phpBB3 Beta 5 Discussion!

Post by Miyu »

looks like chinese big-5 can't convert correctly yet :(

the whole process was done correctly, but just can't read what was encoded in big-5 chinese code ...

User avatar
dhn
Registered User
Posts: 1518
Joined: Wed Jul 04, 2001 8:10 am
Location: Around the corner
Contact:

Re: phpBB3 Beta 5 Discussion!

Post by dhn »

Miyu wrote: looks like chinese big-5 can't convert correctly yet :(

the whole process was done correctly, but just can't read what was encoded in big-5 chinese code ...

Report this as a bug please.

User avatar
naderman
Consultant
Posts: 1727
Joined: Sun Jan 11, 2004 2:11 am
Location: Berlin, Germany
Contact:

Re: phpBB3 Beta 5 Discussion!

Post by naderman »

Miyu wrote: looks like chinese big-5 can't convert correctly yet :(

the whole process was done correctly, but just can't read what was encoded in big-5 chinese code ...

Please report this problem to the bug tracker http://www.phpbb.com/bugs/ so we can solve it, thanks!

Fury
Registered User
Posts: 4
Joined: Sat Nov 18, 2006 8:55 am

Re: phpBB3 Beta 5 Discussion!

Post by Fury »

Just installed the "Changed files only" patch to 5 different forums all on different providers and converted flawlessly. Great work guys..! ;)

Post Reply