- Posts: 1
COMMUNITY FORUM
I get an Error
- lunanera
- Topic Author
- Offline
- New Member
Less
More
16 years 3 months ago #16325
by lunanera
I get an Error was created by lunanera
Hi people.. i was get an error with the script, i list it below:
In the frontpage (home page) of the module this appear:
Notice: Undefined variable: feed in /web/htdocs/www.ladestra.grosseto.it/home/modules/mod_jw_srfr/mod_jw_srfr.php on line 153
Notice: Trying to get property of non-object in /web/htdocs/www.ladestra.grosseto.it/home/modules/mod_jw_srfr/mod_jw_srfr.php on line 153
What happen?? How can i fix it?
Thanks....
In the frontpage (home page) of the module this appear:
Notice: Undefined variable: feed in /web/htdocs/www.ladestra.grosseto.it/home/modules/mod_jw_srfr/mod_jw_srfr.php on line 153
Notice: Trying to get property of non-object in /web/htdocs/www.ladestra.grosseto.it/home/modules/mod_jw_srfr/mod_jw_srfr.php on line 153
What happen?? How can i fix it?
Thanks....
Please Log in or Create an account to join the conversation.
- John Cinquina
- Offline
- New Member
Less
More
- Posts: 1
16 years 2 months ago #16326
by John Cinquina
Replied by John Cinquina on topic Re: I get an Error
i don't know how to fix it up, but you can just comment the line out on line 150 within mod_jw_srfr.php found within the modules folder.
so:
Change line 150 from this:
<?php if ($feed->error){ echo '<span class="message">'.$feed->error().'</span>'; } ?>
to this:
<!-- ?php if ($feed->error){ echo '<span class="message">'.$feed->error().'</span>'; } ? -->
so:
Change line 150 from this:
<?php if ($feed->error){ echo '<span class="message">'.$feed->error().'</span>'; } ?>
to this:
<!-- ?php if ($feed->error){ echo '<span class="message">'.$feed->error().'</span>'; } ? -->
Please Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
Less
More
- Posts: 8743
16 years 1 week ago #16327
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic Re: I get an Error
Hello,
Please, i also get a similar as described when i used the reader:
Please can you tell me of your experience how you solved it.
Thank you
Johnson
Please, i also get a similar as described when i used the reader:
Please can you tell me of your experience how you solved it.
Thank you
Johnson
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- pauliv_de
- Offline
- New Member
Less
More
- Posts: 3
15 years 11 months ago #16328
by pauliv_de
Replied by pauliv_de on topic Re: I get an Error
I did the same as ctdesign87, I don't know why this line of code is there, but I'm happy now, the problem is solved.
Thanks
Thanks
Please Log in or Create an account to join the conversation.