undefined function mosgetparam()

Have a programming question regarding your component, plug-in, extension or core hacks? Have an interesting tidbit, FAQ or programming tip you’d like to share? This is the place for you.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Post Reply
denislici
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Tue Jul 17, 2007 9:14 pm

undefined function mosgetparam()

Post by denislici » Mon Feb 11, 2008 10:40 pm

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?

sgreen
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Mon Oct 24, 2005 1:36 am

Re: undefined function mosgetparam()

Post by sgreen » Sun Feb 24, 2008 10:12 am

Can you paste a bit more code in? The first 5 lines of code would help.

StuG


Post Reply