View Issue Details

IDProjectCategoryView StatusLast Update
0012455mantisbttime trackingpublic2012-01-05 03:01
Reporterdarylhurst Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.2.3 
Summary0012455: Error page not correctly sending header html
Description

If an incorrect (i.e. non-integer) value is entered into the cost field on the Billing page then the corresponding error page does not display correctly as the header html is not sent.
On debugging it would appear in core/error_api.php that the value of $g_error_send_page_header is evaluating as null rather than true.

Steps To Reproduce

Go to the Billing page and enter 'x' into the 'Cost:' field and then click 'Get Time Tracking Information'.

TagsNo tags attached.

Relationships

duplicate of 0011662 closeddregad Decimal cost causes error in time tracking/billing 

Activities

atrol

atrol

2010-10-19 03:42

developer   ~0027078

Reminder sent to: dhx

maybe related to the changes for 0012249 ?

darylhurst

darylhurst

2010-10-19 17:14

reporter   ~0027091

Atrol, putting the check back in for $g_error_send_page_header == null certainly works. I guess the question is what is setting $g_error_send_page_header to null?

AbsolutelyFreeWeb

AbsolutelyFreeWeb

2011-12-24 04:48

reporter   ~0030687

seems to be solved in 1.2.8.

I get:

APPLICATION ERROR #203
A number was expected for bugnote_cost.

Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.

dregad

dregad

2011-12-24 08:59

developer   ~0030695

This was actually resolved in 0011662, I did not realize at the time that this was a duplicate.