? ? Pending

User tests: Successful: Unsuccessful:

avatar Quy
Quy
5 Jun 2018

Pull Request for Issue #20325.

Summary of Changes

When tracking clicks of a deleted/non existent banner ID, the redirect URL is http:// which causes browser error. This PR checks that the banner ID is valid and if not, display a 404 page.

Testing Instructions

On the front end, enter the following URL index.php/component/banners/click/123

Expected result

Display a 404 page

Actual result

Error message generated by the browser regarding broken contents. The return HTTP status is 303 with header Location: http://

In PHP error log:

PHP Notice: Trying to get property 'track_clicks' of non-object in \components\com_banners\models\banner.php on line 61
PHP Notice: Trying to get property 'clickurl' of non-object in \components\com_banners\models\banner.php on line 197

Documentation Changes Required

none

avatar Quy Quy - open - 5 Jun 2018
avatar Quy Quy - change - 5 Jun 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 5 Jun 2018
Category Front End com_banners
avatar Quy Quy - change - 5 Jun 2018
Title
Display 404 page if banner not found
Display 404 page if tracking click of a banner not found
avatar Quy Quy - edited - 5 Jun 2018
avatar Quy Quy - change - 5 Jun 2018
Title
Display 404 page if tracking click of a banner not found
Display 404 page when tracking clicks of a non-existing banner
avatar Quy Quy - edited - 5 Jun 2018
avatar NormanMalessa
NormanMalessa - comment - 5 Jun 2018

Verified that it works 👍 , have no clue why appveyor build fails

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 5 Jun 2018

@NormanMalessa please mark your Test as successfully:

  • open Issue Tracker
  • Login with your github-Account
  • Click on blue "Test this"-Button above Authors-Picture
  • mark your Test as successfully
  • hit "submit test result"
avatar NormanMalessa
NormanMalessa - comment - 5 Jun 2018

I have tested this item successfully on 00567a1


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

avatar NormanMalessa NormanMalessa - test_item - 5 Jun 2018 - Tested successfully
avatar ReLater
ReLater - comment - 5 Jun 2018

I have tested this item successfully on 00567a1


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

avatar ReLater ReLater - test_item - 5 Jun 2018 - Tested successfully
avatar Quy Quy - change - 5 Jun 2018
Status Pending Ready to Commit
avatar Quy
Quy - comment - 5 Jun 2018

RTC


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

avatar mbabker mbabker - change - 12 Jun 2018
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2018-06-12 22:43:57
Closed_By mbabker
Labels Added: ? ?
avatar mbabker mbabker - close - 12 Jun 2018
avatar mbabker mbabker - merge - 12 Jun 2018

Add a Comment

Login with GitHub to post a comment