Keyword

Notice: Undefined variable not fixed!

  • ingemart
  • ingemart's Avatar Topic Author
  • Offline
  • New Member
More
14 years 10 months ago #24076 by ingemart
Notice: Undefined variable not fixed! was created by ingemart
hi

A realy nice module that suits my purposes perfect if I could get it to work

I followd the other post about this problem and chmoded everything after th advises.

still the problems are there.

I dont know if there is any possibility to get any help from the developer.I are not a customer to joomlawork and also that this is a freebe maybe dosen`t help to get support either.

I can only hope

I get the feeds from where I want them but on the "top" of the module iget this no mattre what i do.



Notice: Undefined variable: feed in /home/u/u0911748/www/main/modules/mod_jw_srfr/mod_jw_srfr.php on line 153

Notice: Trying to get property of non-object in /home/u/u0911748/www/main/modules/mod_jw_srfr/mod_jw_srfr.php on line 153


Best regards Ingemar Tyrén

Please Log in or Create an account to join the conversation.

More
14 years 10 months ago #24077 by twarfield
Replied by twarfield on topic Re: Notice: Undefined variable not fixed!
Here is a fix I think:
change this line
    if ($feed->error){ echo '<span class="message">'.$feed->error().'</span>'; }
to this
  if (isset($feed))
  {
    if ($feed->error)
    {
      echo '<span class="message">'.$feed->error().'</span>';
    }
  }

-TW
www.warfieldconsulting.com

Please Log in or Create an account to join the conversation.

More
14 years 9 months ago #24078 by gdesilva
Replied by gdesilva on topic Re: Notice: Undefined variable not fixed!
I had exactly the same problem and your fix worked like magic.

Thanks very much.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum