View Issue Details

IDProjectCategoryView StatusLast Update
0011569mantisbtadministrationpublic2010-04-23 14:30
ReporterSL-Gundam Assigned Todhx  
PriorityurgentSeverityblockReproducibilityalways
Status closedResolutionfixed 
PlatformPHP 5.3.1OSWindows 7 x64OS Version5.2 (Build 3790)
Product Version1.2.0 
Target Version1.2.1Fixed in Version1.2.1 
Summary0011569: Error when visiting the "manage users" page
Description

Error:
Undefined variable: p_emp_filter_id
Full path: E:\webserver\htdocs\default\mantisbt-1.2.0\core\print_api.php
Line: 1460

Line 1460 is equal to line 1440 in the current git source tree

Git source:
Line 1440 - array_push( $t_items, "<a href=\"$p_page${t_delimiter}filter=$p_emp_filter_id&page_number=$i\">$i</a>" );

The $p_emp_filter_id is missing a "t" and should have been $p_temp_filter_id

This bug is present in the 1.2.0 stable release

TagsNo tags attached.

Relationships

related to 0011482 closeddhx [patch] print_page_links/print_page_number: allow ? in $p_page parameter 
has duplicate 0011581 closeddhx FilterID gets lost in pagelinks 

Activities

SL-Gundam

SL-Gundam

2010-02-26 13:58

reporter   ~0024548

On second thought i might have given this issue a to high severity and priority.

My mantis halts on every single error (even notice). I never considered that while creating this issue

If necessary please change it, i'm unable to do it since i've only got reporter rights.

dhx

dhx

2010-02-26 18:20

reporter   ~0024550

Thanks for finding this bug, I've fixed it now :)

Related Changesets

MantisBT: master-1.2.x 888a3561

2010-02-26 18:17

dhx


Details Diff
Fix 0011569: Incorrect variable name in print_page_links()

Commit f838e89dc6460f3f2e65d20e4bd904203bd6f880 introduced a bug whereby
a variable name was incorrect ($p_emp_filter_id instead of
$p_temp_filter_id), thereby causing errors.
Affected Issues
0011569
mod - core/print_api.php Diff File

MantisBT: master 6a424345

2010-02-26 18:17

dhx


Details Diff
Fix 0011569: Incorrect variable name in print_page_links()

Commit f838e89dc6460f3f2e65d20e4bd904203bd6f880 introduced a bug whereby
a variable name was incorrect ($p_emp_filter_id instead of
$p_temp_filter_id), thereby causing errors.
Affected Issues
0011569
mod - core/print_api.php Diff File