Flyspray - The bug killer!

“If debugging is the process of removing bugs, then programming must be the process of putting them in.” – Edsger Dijkstra

This is the Bug Tracking System for the Flyspray project. This is not a demo! Before opening a new task, please read the guidelines!

Do not issue bugs reports against versions earlier than 0.9.9.6

Security problem? Check the security section.

| Tasklist |

FS#1619 - Error upgrade 0.9.9.6 to 1.0.0-dev (login/rights management)

Attached to Project: Flyspray - The bug killer!
Opened by Thierry Hugue (ThierryH) - Monday, 04 January 2010, 09:18 GMT+1
Task Type Bug Report
Category Backend/Core
Status Unconfirmed
Assigned To No-one
Operating System Linux
Severity High
Priority Normal
Reported Version 1.0.0 devel
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 1
Private No

Details

After difficult upgrade from 0.9.9.6 to 1.0.0-dev (see Bug 1618), I’m now facing login/identification issues.
What ever login I select, I’m always disconnected after each action ! I need to identify again (and this last only for... one action !)

Moreover (don’t know if it is linked or not), when I log as administrator of my flyspray, I get the following message:

 An internal error occured. You can read the details of the error below. The cause is either a bug or an improperly configured system.

Location: 92@includes/class.tpl.php(117) : eval()'d code

Undefined index: recaptcha_public_key

Any suggestion ?
Thanks

This task depends upon

Comment by Eric Blade (eblade) - Thursday, 18 November 2010, 14:59 GMT+1

Looks like an error in the upgrade script, not adding a bunch of new fields to the database (of course, it's dependency on those fields BEING THERE is probably a bad thing, it could just assume default values ... meh)

insert into flyspray_prefs values(41, "recaptcha_public_key", "");

leads to recaptcha_priv_key not being there, leads to bounce_email not being there, leads to global_email ... and so on. each one i add fixes the error and i get a new one. hopefully i'll get there sometime soon. :D

Comment by Eric Blade (eblade) - Thursday, 18 November 2010, 15:36 GMT+1

... to add more info .. here are the items i had to add to the database, to get the admin stuff to pop up:

recaptcha_public_key
recaptcha_priv_key
bounce_email
global_email
global_jabber

Loading...