User tests: Successful: Unsuccessful:
Pull Request for Issue #9480.
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
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
I have not tested this item.
Thanks
How to set php error_reporting to E_All and display_errors on?
Thanks in advance.
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?
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.
I have tested this item successfully on b9d306f
Status | Pending | ⇒ | Ready to Commit |
Issue solved here too. RTC.
Please merge in 3.5.0
Labels |
Added:
?
|
I have tested this item successfully on b9d306f
Opps i have hit the wrong radio button :) My test was also successful :) Thanks.
Milestone |
Added: |
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 |
Labels |
Removed:
?
|
I have tested this item successfully on b9d306f
Tested as described, works.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9484.