? ? Pending

User tests: Successful: Unsuccessful:

avatar laoneo
laoneo
21 Feb 2017

Summary of Changes

When debug mode is activated and an exception is thrown, then the stack trace is shown. This trace includes the call stack except the information where the actual error happened. This PR includes that information

Testing Instructions

  • Set debugging to yes in the global configuration
    image
  • In the file /administrator/components/com_content/content.php after line 8 add the code throw new Exception();
  • In the back end open Content -> Articles

Expected result

A stack trace is shown where the last line is

/administrator/components/com_content/content.php:9

Actual result

A stack trace is shown where the last line is

/libraries/cms/component/helper.php:399

Documentation Changes Required

avatar laoneo laoneo - open - 21 Feb 2017
avatar laoneo laoneo - change - 21 Feb 2017
Status New Pending
avatar laoneo laoneo - change - 21 Feb 2017
Status Pending New
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - change - 21 Feb 2017
Category Libraries
avatar mbabker
mbabker - comment - 21 Feb 2017

This PR is doing nothing but adding a commented line of code?

avatar laoneo
laoneo - comment - 21 Feb 2017

Fixed. Should be not commented.

avatar N6REJ
N6REJ - comment - 6 Mar 2017

test passed...
image

avatar laoneo
laoneo - comment - 6 Mar 2017

@N6REJ can you please mark it as success in the issue tracker. Thanks.

avatar alikon alikon - test_item - 7 Mar 2017 - Tested successfully
avatar alikon
alikon - comment - 7 Mar 2017

I have tested this item successfully on cf00f07


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/14169.

avatar yvesh yvesh - test_item - 7 Mar 2017 - Tested successfully
avatar yvesh
yvesh - comment - 7 Mar 2017

I have tested this item successfully on cf00f07


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/14169.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 7 Mar 2017

RTC as there are 2 successfully Tests?

avatar jeckodevelopment jeckodevelopment - change - 7 Mar 2017
Status New Ready to Commit
avatar jeckodevelopment
jeckodevelopment - comment - 7 Mar 2017

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/14169.

avatar wilsonge wilsonge - change - 9 Mar 2017
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-03-09 16:44:29
Closed_By wilsonge
Labels Added: ?
avatar wilsonge wilsonge - close - 9 Mar 2017
avatar wilsonge wilsonge - merge - 9 Mar 2017

Add a Comment

Login with GitHub to post a comment