Page 1 of 1

undefined function mosgetparam()

Posted: Mon Feb 11, 2008 10:40 pm
by denislici
Im trying to do a component for J! 1.0.x but im having this error message:

Code: Select all

Fatal error: Call to undefined function mosgetparam() in /home/akademi/public_html/administrator/components/com_siteneekle/siteneekle/ornek2.php on line 5


In line 5:

Code: Select all

$rss  = mosGetParam($_REQUEST, 'rss', NULL );


Can anybody help plz?

Re: undefined function mosgetparam()

Posted: Sun Feb 24, 2008 10:12 am
by sgreen
Can you paste a bit more code in? The first 5 lines of code would help.

StuG