Page 1 of 1

Warnings in News module?

Posted: Sun Jun 17, 2007 5:57 pm
by hansom
I get two warnings from the News module:

Warning: Parameter assign is not known... dropped in [...]/lib/misc.functions.php on line 1228
Warning: Parameter inline is not known... dropped in [...]/lib/misc.functions.php on line 1228


The error messages disappear if these lines are added to News.module.php:

Code: Select all

$this->SetParameterType('assign',CLEAN_STRING);
$this->SetParameterType('inline',CLEAN_STRING);
Is this all or are the warnings symptoms of actual errors?

(Using 1.1RC2, don't know if it occurs in stable versions as well.)

Re: Warnings in News module?

Posted: Fri Jun 22, 2007 2:11 pm
by soudmaijer
I have a simular problem with the news module, this only occures when the $config['internal_pretty_urls'] = true;