Related to: #8925
Quickest was I can think to test is to download my extension:
https://github.com/JoomJunk/shoutbox/releases/tag/8.1.4
On Joomla 3.5, is works perfectly fine. The shouts are displayed. Should also work fine on Joomla 3.6
On Joomla 3.6, none of the shouts are displayed. We've extended JLayoutFile
and have the following:
protected function refreshIncludePaths() { ... }
Having looked at the JLayoutFile
class, this function appears to be deprecated, but was instead removed.
The fix was to change the above function to:
public function clearIncludePaths() { ... }
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-07-12 23:00:11 |
Closed_By | ⇒ | mbabker |
Labels |
Added:
?
|
#11085 reverts #8925 which should address this assuming nothing else has changed.