View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011033 | mantisbt | bugtracker | public | 2009-10-13 01:18 | 2010-04-23 23:22 |
Reporter | vboctor | Assigned To | dhx | ||
Priority | normal | Severity | crash | Reproducibility | have not tried |
Status | closed | Resolution | no change required | ||
Product Version | 1.2.0rc2 | ||||
Summary | 0011033: Call to undefined function user_pref_get_language() | ||||
Description | Got the following report via the blog comments "I get the following error during login with 1.20rc1 and 1.20rc2: Fatal error: Call to undefined function user_pref_get_language() in c:\Inetpub\wwwroot\mantis\core\relationship_api.php on line 79 I see someone having posted this in the forums 3 weeks ago with no responses to it. :(" | ||||
Tags | No tags attached. | ||||
grep -Rn user_pref_get_language * core/lang_api.php:104: $t_lang = user_pref_get_language( auth_get_current_user_id() ); I've been hearing of a few users that do an in-place upgrade of Mantis and run into problems because they're mixing files of different Mantis versions without knowing it. I'm guessing this is the problem in this case because Mantis 1.2.0rc2 doesn't have any call to user_pref_get_language in relationship_api.php |
|
Closing this ticket due to lack of feedback and my earlier comment disproving the possibility of this bug :D |
|