Elxis CMS Forum

Support => General => Topic started by: xmanhattan on February 19, 2009, 17:02:56

Title: rss newfeeds error [SOLVED]
Post by: xmanhattan on February 19, 2009, 17:02:56
Hello all,

I have received the following error while trying to change the positions of my rss feeds.

Fatal error: Call to undefined function osGetParam() in /home/site/public_html/administrator/components/com_newsfeeds/admin.newsfeeds.php on line 299

Title: Re: rss newfeeds error
Post by: datahell on February 19, 2009, 20:16:19
Oooops! an "m" is missing!

Please open administrator/components/com_newsfeeds/admin.newsfeeds.php
go to line 299
Change this:
$catid = intval( osGetParam( $_REQUEST, 'catid', 0 ));
to this:
$catid = intval(mosGetParam( $_REQUEST, 'catid', 0 ));

Thanks for the bug report!
Title: Re: rss newfeeds error [SOLVED]
Post by: Farhad Sakhaei on February 20, 2009, 12:49:31
I must say that all these mistakes and many of them that I found are based on mistyping in Elxis source code ...
They are not really bugs!
And these misses happen in all projects :)
John does all his works great ...  ;)
Title: Re: rss newfeeds error [SOLVED]
Post by: xmanhattan on February 20, 2009, 19:16:53
It was the extra glass of ouzo while working so many hours!  ::)