“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.
FS#1619 - Error upgrade 0.9.9.6 to 1.0.0-dev (login/rights management)
Opened by Thierry Hugue (ThierryH) - Monday, 04 January 2010, 09:18 GMT+1
|
Details
After difficult upgrade from 0.9.9.6 to 1.0.0-dev (see Bug 1618), I’m now facing login/identification issues.
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 ? |
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
... 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