Hi all,
I installed the newsflash scroller locally and in my site an d I am getting the same error as here
[Notice: Undefined property: direction in /home/www/modules/mod_newsflashscroller.php on line 19
Notice: Undefined property: height in /home/www/modules/mod_newsflashscroller.php on line 20
Notice: Undefined property: scrollamount in /home/www/modules/mod_newsflashscroller.php on line 21
Notice: Undefined property: scrolldeley in /home/www/modules/mod_newsflashscroller.php on line 22
Notice: Undefined property: file in /home/www/modules/mod_newsflashscroller.php on line 23]
but I open mod_newsflashscroller and I have:
[$query ="SELECT * FROM #__modules WHERE module = 'mod_newsflashscroller' ";
$database->setQuery( $query );
$rows = $database->loadObjectList();
$params = mosParseParams($rows[0]->params);
if ($params->direction=='') $params->direction = 'up';
if ($params->height=='') $params->height = '100';
if ($params->scrollamount=='') $params->scrollamount = '1';
if ($params->scrolldeley=='') $params->scrolldeley = '50';
if ($params->file=='') $params->file = '']
I edited the height value from 150 to 100 but still no go

help please
