Page 1 of 1

Constant_inc error in 1.0.7

Posted: 13 Apr 2007, 11:59
by runner80
Hi all,
is it possible that the file constant_inc.php is missing a statement like

Code: Select all

define( 'ERROR_USER_REAL_NAME_INVALID',    809 );
I got errors in Mantis until I added this line. Anybody else experienced this problem?

Patrick

Posted: 14 Apr 2007, 01:49
by vboctor
This is a bug in 1.0.7 and the latest 1.1.x branch (i.e. pre-1.1.0a3). Please report this in the bug tracker.

Your fix is correct. Thanks for pointing this out. Also please report the steps to reproduce this error.