Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis documentation
for users and developers.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
rss newfeeds error [SOLVED]
« previous
next »
Print
Pages: [
1
]
Author
Topic: rss newfeeds error [SOLVED] (Read 5162 times)
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
rss newfeeds error [SOLVED]
«
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
«
Last Edit: February 19, 2009, 20:16:31 by datahell
»
Logged
Bournias.net
datahell
Elxis Team
Hero Member
Posts: 10356
Re: rss newfeeds error
«
Reply #1 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(
m
osGetParam( $_REQUEST, 'catid', 0 ));
Thanks for the bug report!
«
Last Edit: February 19, 2009, 20:19:04 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Farhad Sakhaei
Elxis Community
Hero Member
Posts: 1190
I know nothing , Should know more & more
Re: rss newfeeds error [SOLVED]
«
Reply #2 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 ...
«
Last Edit: February 20, 2009, 12:51:30 by Farhad Sakhaei
»
Logged
DediData Web Hosting Services
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: rss newfeeds error [SOLVED]
«
Reply #3 on:
February 20, 2009, 19:16:53 »
It was the extra glass of ouzo while working so many hours!
Logged
Bournias.net
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
rss newfeeds error [SOLVED]