Hi,
this warning shows up when Developer mode error reporting is turned on:
Strict Standards: Declaration of CobaltViewRecordsController::display() should be compatible with that of JControllerLegacy::display()
Easy fix
components/com_cobalt/views/records/view.feed.php line 16
replace
function display()
with
function display($urlparams = false)
Inspired by http://stackoverflow.com/questions/11474397/component-from-joomla-2-5-to-joomla-3-0
Not sure if this fix compromises functionality...
Best regards,
Jeff
Hi,
this warning shows up when Developer mode error reporting is turned on:
Strict Standards: Declaration of CobaltViewRecordsController::display() should be compatible with that of JControllerLegacy::display()
Easy fix
components/com_cobalt/views/records/view.feed.php line 16
replace
with
Inspired by http://stackoverflow.com/questions/11474397/component-from-joomla-2-5-to-joomla-3-0
Not sure if this fix compromises functionality...
Best regards, Jeff