User tests: Successful: Unsuccessful:
libraries/legacy
directory with CMS version numbers@deprecated
tag change to match new questionable structureReview
N/A
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | Libraries |
I have tested this item
On review
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Milestone |
Added: |
Done
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-10-29 14:48:56 |
Closed_By | ⇒ | rdeutz |
@mbabker
Fatal error when editing module and anyhting else as we have 41 instances of it:
( ! ) Fatal error: Access level to ModulesViewModule::$form must be public (as in class JViewLegacy) in ROOT/administrator/components/com_modules/views/module/view.html.php on line 18
You added
/**
* A form object
*
* @var JForm
* @since 3.2
*/
public $form;
and the module view.html.php has
protected $form;
as most of the views
( ! ) Fatal error: Access level to ContentViewArticle::$form must be public (as in class JViewLegacy) in /Applications/MAMP/htdocs/trunkgitnew/administrator/components/com_content/views/article/view.html.php on line 18
:)
Labels |
Removed:
?
|
I'm getting sick and freakin' tired of this code stack being so reliant on undeclared class variables. Issue a PR to remove it. This is outrageous.
I have tested this item✅ successfully on bc64649
Code review.
Seems fine to me
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/12242.