View Issue Details

IDProjectCategoryView StatusLast Update
0021029mantisbtbugtrackerpublic2017-01-31 04:02
Reportercproensa Assigned Tocproensa  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.0-rc.1 
Target Version2.1.0Fixed in Version2.1.0 
Summary0021029: Trigering a DEPRECATED error from the page body fails
Description

On error api
<pre>

Get the parent of the call that triggered the error to facilitate

debugging with a more useful filename and line number

$t_stack = debug_backtrace();
$t_caller = $t_stack[2];
</pre>

The problem is that when the error is triggered from the page body (not executing any function), the trace block at [2] does not exists.

TagsNo tags attached.

Relationships

child of 0021935 closedcproensa Filter api refactoring, manage stored filters 

Activities