View Issue Details

IDProjectCategoryView StatusLast Update
0011221mantisbtbugtrackerpublic2010-04-23 23:22
Reportermbogucki Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
OSWindows 2003 
Product Version1.2.0rc2 
Summary0011221: Call to undefined function user_pref_get_language()
Description

I have the same problem:

Fatal error: Call to undefined function user_pref_get_language() in C:\Program Files\apache\htdocs\mantis\core\relationship_api.php on line 81

OS: Windows 2003
Apache: 2.0.52

When I commented out this:

class BugRelationshipData {
var $id;
var $src_bug_id;
var $src_project_id;
var $dest_bug_id;
var $dest_project_id;
var $type;
}

the problem disappeared.

Additional Information

The problem is the same as described in
http://www.mantisbt.org/bugs/view.php?id=11033

TagsNo tags attached.

Relationships

duplicate of 0011033 closeddhx Call to undefined function user_pref_get_language() 

Activities

dhx

dhx

2009-12-01 06:55

reporter   ~0023835

Follow my advice from 0011033... back up your current MantisBT directory, delete it, then untar a new instance of MantisBT into a new directory. I suspect you're somehow mixing file versions from different versions of MantisBT.

There is no call to user_pref_get_language() in relationship_api.php as of 1.2.x and 1.3.x so the problem you're suggesting can't be true.