Hi,
In my local Joomla site development I have set public $error_reporting = 'development';
in configuration.php
It was set to default
before.
And now, running the web site, I see this message before the module:
Notice: Undefined index: featured in /Applications/MAMP/htdocs/My_Site/modules/mod_news_pro_gk5/helper.php on line 203
The line 203 is: $news_featured_tab = $controller_data['featured'];
I don"t know about featured news.
For now I use json external file to load module content.
Some parameter value to be modified in backend for featured news?
Thanks for your support
Paul