? Success

User tests: Successful: Unsuccessful:

avatar andrepereiradasilva
andrepereiradasilva
19 Mar 2016

Pull Request for Issue #9480.

Summary of Changes

The extension discover view is throwing a php notice.

PHP message: PHP Notice: Undefined property: InstallerModelDiscover::$_message in /path/to/joomla-staging/administrator/components/com_installer/controllers/discover.php on line 30

Testing Instructions

  1. Have php error_reporting set to E_ALL and display_errors set to on
  2. Use latest staging
  3. Go to Extension -> Manage -> Discover
  4. You will get the a php notice
  5. Apply this patch
  6. Repeat step 2. you will get no notice.
avatar andrepereiradasilva andrepereiradasilva - open - 19 Mar 2016
avatar andrepereiradasilva andrepereiradasilva - change - 19 Mar 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 19 Mar 2016
Labels Added: ?
avatar richard67 richard67 - test_item - 19 Mar 2016 - Tested successfully
avatar richard67
richard67 - comment - 19 Mar 2016

I have tested this item :white_check_mark: successfully on b9d306f

Tested as described, works.


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

avatar zero-24 zero-24 - test_item - 19 Mar 2016 - Not tested
avatar zero-24
zero-24 - comment - 19 Mar 2016

I have not tested this item.

Thanks :+1:


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

avatar shubhamnba2009
shubhamnba2009 - comment - 20 Mar 2016

How to set php error_reporting to E_All and display_errors on?

Thanks in advance.


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

avatar shubhamnba2009
shubhamnba2009 - comment - 20 Mar 2016

I have included this piece of code in /joomla-staging/administrator/components/com_installer/controllers/discover.php

ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);

But it is not showing error report on discover page.
Where should i make changes?


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

avatar andrepereiradasilva
andrepereiradasilva - comment - 20 Mar 2016

do you have access to your server php error log file? if the error reporting is set to E_ALL you can check the notice there too.

avatar infograf768 infograf768 - test_item - 20 Mar 2016 - Tested successfully
avatar infograf768
infograf768 - comment - 20 Mar 2016

I have tested this item :white_check_mark: successfully on b9d306f


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

avatar infograf768 infograf768 - change - 20 Mar 2016
Status Pending Ready to Commit
avatar infograf768
infograf768 - comment - 20 Mar 2016

Issue solved here too. RTC.

@wilsonge

Please merge in 3.5.0


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

avatar joomla-cms-bot joomla-cms-bot - change - 20 Mar 2016
Labels Added: ?
avatar zero-24 zero-24 - test_item - 20 Mar 2016 - Tested successfully
avatar zero-24
zero-24 - comment - 20 Mar 2016

I have tested this item :white_check_mark: successfully on b9d306f

Opps i have hit the wrong radio button :) My test was also successful :) Thanks.


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

avatar brianteeman brianteeman - change - 20 Mar 2016
Milestone Added:
avatar wilsonge wilsonge - change - 20 Mar 2016
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-03-20 12:22:46
Closed_By wilsonge
avatar wilsonge wilsonge - close - 20 Mar 2016
avatar wilsonge wilsonge - merge - 20 Mar 2016
avatar joomla-cms-bot joomla-cms-bot - close - 20 Mar 2016
avatar joomla-cms-bot joomla-cms-bot - change - 20 Mar 2016
Labels Removed: ?

Add a Comment

Login with GitHub to post a comment