?
avatar C-Lodder
C-Lodder
12 Jul 2016

Related to: #8925

Steps to reproduce the issue

Quickest was I can think to test is to download my extension:

https://github.com/JoomJunk/shoutbox/releases/tag/8.1.4

Expected result

On Joomla 3.5, is works perfectly fine. The shouts are displayed. Should also work fine on Joomla 3.6

Actual result

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() { ... }
avatar C-Lodder C-Lodder - open - 12 Jul 2016
avatar mbabker
mbabker - comment - 12 Jul 2016

#11085 reverts #8925 which should address this assuming nothing else has changed.

avatar brianteeman brianteeman - close - 12 Jul 2016
avatar mbabker mbabker - change - 12 Jul 2016
The description was changed
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-07-12 23:00:11
Closed_By mbabker
avatar mbabker mbabker - close - 12 Jul 2016
avatar brianteeman brianteeman - change - 13 Jul 2016
Labels Added: ?

Add a Comment

Login with GitHub to post a comment