Correct, after updating from 1.1 to 1.2 I had the undefined function error.
After commenting out some code, I verified that the keyword 'var' caused this strange behaviour.
'var' seems to be deprecated in PHP5.
Search found 2 matches
- 01 Mar 2010, 14:27
- Forum: Help
- Topic: user_pref_get_language()
- Replies: 17
- Views: 49822
- 25 Feb 2010, 15:26
- Forum: Help
- Topic: user_pref_get_language()
- Replies: 17
- Views: 49822
Re: user_pref_get_language()
Maybe this is a problem of an old PHP version.
Changing all 'var's to 'public' in BugRelationData solved the problem for me (PHP 5.1.2).
Changing all 'var's to 'public' in BugRelationData solved the problem for me (PHP 5.1.2).