Knowledge Base - AllVideos (by JoomlaWorks) Error: Strict Standards: Declaration of JWElement::render() should be compatible with JFormField::render

Error:
Strict Standards: Declaration of JWElement::render() should be compatible with JFormField::render($layoutId, $data = Array) in /home/username/public_html/plugins/content/jw_allvideos/jw_allvideos/includes/elements/base.php on line 17

========================================

Line 36:
function render()
{
return $this->getInput();
}

 

Replace with:
public function render($layoutId, $data = array())
{
return $this->getInput();
}

 

 

Details

Created : 2017-06-18 22:17:09, Last Modified : 2018-12-23 01:08:34

Click to listen highlighted text!