Some bugs I found with 2.1.2

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!
Nadrien
Registered User
Posts: 3
Joined: Mon Sep 05, 2005 3:50 pm
Location: Tampa, FL
Contact:

Some bugs I found with 2.1.2

Post by Nadrien »

Here are some bugs I found with the new phpBB and the solution (if any).

1)
Error trying to write to config.php during installation
Solution: Dont know, I downloaded it instead

2)
Adding friend.....
It tried to run.... INSERT INTO phpbb_zebra (user_id, zebra_id, friend) (2, 7, 1) .
Solution: I'm using MySQL 4.1.12. so it would be INSERT INTO phpbb_zebra (user_id, zebra_id, friend) VALUES (2, 7, 1) . :)

Other than that, it looks great. Good job!

rssfed23
Registered User
Posts: 23
Joined: Mon May 16, 2005 6:48 pm

Re: Some bugs I found with 2.1.2

Post by rssfed23 »

Bug reports are not welcome in these pre-alpha versions

This topic will probally get locked soon like the so many before it

Nadrien
Registered User
Posts: 3
Joined: Mon Sep 05, 2005 3:50 pm
Location: Tampa, FL
Contact:

Re: Some bugs I found with 2.1.2

Post by Nadrien »

But why? It gives the development team something to fix. :)

Stelminator
Registered User
Posts: 20
Joined: Fri Jun 18, 2004 10:31 pm

Re: Some bugs I found with 2.1.2

Post by Stelminator »

Nadrien wrote: But why? It gives the development team something to fix. :)
the code's not broken, it's not finished. therefore there is nothing to fix.

ScionCrow
Registered User
Posts: 68
Joined: Thu Aug 18, 2005 11:56 pm

Re: Some bugs I found with 2.1.2

Post by ScionCrow »

As per Stelminator, there is no support given for the Snapshots of Olympus whatsoever. You should read that small paragraph when downloading these snapshots.

Things are broken, things need to be fixed, this is a pre-alpha version, the team knows it, they are working on it as best as they can right now. We don't need bug reports of this kind until the BETA comes along.
Someplace where it's dark, someplace where it's quiet, I feel at home... I have nowhere to go any longer, as that's what I desire.

Nadrien
Registered User
Posts: 3
Joined: Mon Sep 05, 2005 3:50 pm
Location: Tampa, FL
Contact:

Re: Some bugs I found with 2.1.2

Post by Nadrien »

Alright then. Once again, good job. ;)

Sovereign
Registered User
Posts: 35
Joined: Fri Nov 14, 2003 9:17 pm

Re: Some bugs I found with 2.1.2

Post by Sovereign »

Isn't there a line of code in config.php that you have to comment out acknowledging that the alpha phpBB is unsupported before you run it? I found it in a recent snap...
Salute!!

Admiral Sovereign



ScionCrow
Registered User
Posts: 68
Joined: Thu Aug 18, 2005 11:56 pm

Re: Some bugs I found with 2.1.2

Post by ScionCrow »

That is a "message_die()" thing that is first executed in the "common.php" file before the CVS can be activated.
Someplace where it's dark, someplace where it's quiet, I feel at home... I have nowhere to go any longer, as that's what I desire.

User avatar
Eelke
Registered User
Posts: 606
Joined: Thu Dec 20, 2001 8:00 am
Location: Bussum, NL
Contact:

Re: Some bugs I found with 2.1.2

Post by Eelke »

It's amazing that people miss even that... :roll:

RagnaKaos
Registered User
Posts: 3
Joined: Fri Feb 18, 2005 8:55 pm
Location: Denmark
Contact:

Re: Some bugs I found with 2.1.2

Post by RagnaKaos »

Actually, it's just the native die() function that's used... At least in the snapshots I tried.

Locked