Constant_inc error in 1.0.7
Posted: 13 Apr 2007, 11:59
Hi all,
is it possible that the file constant_inc.php is missing a statement like
I got errors in Mantis until I added this line. Anybody else experienced this problem?
Patrick
is it possible that the file constant_inc.php is missing a statement like
Code: Select all
define( 'ERROR_USER_REAL_NAME_INVALID', 809 );
Patrick