|
I recently tried to access the admin page and got an 500 error that sounds like this ...
The error is found in : In template forum/skins/default/templates/osqaadmin/base.html, error at line 42 Line 42 is : {% for name,tool in tools.items %} Anyone has any thoughts on this ? Fix or something ? Help is much appreciated. Thanks. |
|
There seems to be a typo in there - did it come when you copied & pasted the 500 error, or was it there on screen: creare instead of create. Have you made any modifications to the code? Does creare=create in the language you are using OSQA in (if you're using something other than the default English locale) 1
Anyways, i removed the line 42 and seemed to work ok ...
(10 Jun '11, 04:02)
Teodoru Adri...
Ah, now that's interesteing - it may be pulling in something from the language file when it shouldn't: at a guess, something maps to "create user", and a translation operation is giving it internally as "creare user", which is then breaking. For someone who knows the innards of OSQA better than I, that might be enough of a lead to work out why this bit is broken. (looks round for Jordan & Hernani)
(10 Jun '11, 08:45)
Andrew_S ♦
|