View Issue Details

IDProjectCategoryView StatusLast Update
0007902mantisbtbugtrackerpublic2007-05-08 03:42
Reporterrunner80 Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Platformx86OSWin XPOS VersionSP2
Product Version1.0.7 
Target Version1.0.8Fixed in Version1.0.8 
Summary0007902: constant_inc is missing statement in 1.0.7
Description

The file constant_inc.php is missing a statement

define( 'ERROR_USER_REAL_NAME_INVALID', 809 );

so I get an undefined constant error after login. When the above line is added the error is gone.

Steps To Reproduce

Always after login.

TagsNo tags attached.

Activities

ryandesign

ryandesign

2007-04-16 02:29

reporter   ~0014353

victor already fixed this yesterday in revision 1.62 of core/constant_inc.php. I just don't know what version of Mantis he committed the fix to.

vboctor

vboctor

2007-04-16 02:33

manager   ~0014354

I've fixed it in 1.1.x branch. I didn't yet fix it in the stable one (1.0.x). I was waiting for this bug to be reported to track the change :). Will get it in soon.