Bugzilla login problems

…apparently a column in our MySQL database was too small (should have
been varchar(40), it was varchar(14)…), and it was confusing Bugzilla
logins.

One ALTER TABLE later, and you shouldn’t have to relogin to
bugzilla.libsdl.org on every page.

You will need cookies enabled in your browser, of course, but this
should be fixed now, finally.

It’s a shame I’ll never win a nobel prize for what it took to track that
problem down. :slight_smile:

–ryan.

2009/6/29 Ryan C. Gordon

…apparently a column in our MySQL database was too small (should have
been varchar(40), it was varchar(14)…), and it was confusing Bugzilla
logins.

One ALTER TABLE later, and you shouldn’t have to relogin to
bugzilla.libsdl.org on every page.

You will need cookies enabled in your browser, of course, but this should
be fixed now, finally.

It’s a shame I’ll never win a nobel prize for what it took to track that
problem down. :slight_smile:

–ryan.

someone give this man a medal!

understood, will do ASAP. There is no power yet - damage is more
serious that I supposed.On 6/30/09, Ryan C. Gordon wrote:

…apparently a column in our MySQL database was too small (should have
been varchar(40), it was varchar(14)…), and it was confusing Bugzilla
logins.

One ALTER TABLE later, and you shouldn’t have to relogin to
bugzilla.libsdl.org on every page.

You will need cookies enabled in your browser, of course, but this should
be fixed now, finally.

It’s a shame I’ll never win a nobel prize for what it took to track that
problem down. :slight_smile:

–ryan.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Thank you Ryan. I hereby award you the noble prize! :)On Mon, Jun 29, 2009 at 2:33 PM, Ryan C. Gordon wrote:

…apparently a column in our MySQL database was too small (should have
been varchar(40), it was varchar(14)…), and it was confusing Bugzilla
logins.

One ALTER TABLE later, and you shouldn’t have to relogin to
bugzilla.libsdl.org on every page.

You will need cookies enabled in your browser, of course, but this should
be fixed now, finally.

It’s a shame I’ll never win a nobel prize for what it took to track that
problem down. :slight_smile:

–ryan.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


-Sam Lantinga, Founder and President, Galaxy Gameworks LLC

You will need cookies enabled in your browser, of course, but this
should be fixed now, finally.

(Also: if it’s still forcing you to log in over and over, delete any
existing, broken cookies for libsdl.org from your browser and the
problem will go away.)

–ryan.