I am getting this error frequently:

Notice: Undefined variable: filter_path in featured_content_get_filtered_nids() (line 1362 of sites/all/modules/featured_content/featured_content.module).

Any ideas/pointers?

CommentFileSizeAuthor
#6 featured_content_error.png14.94 KBAbilnet

Comments

mbeach1’s picture

Another:

Notice: Undefined index: rss-link in include() (line 63 of sites/all/modules/featured_content/featured_content-block.tpl.php).

kristen pol’s picture

I will try to update the code soon but in the meantime you can change your error reporting so you don't report notices. One way is to add the following to the top of your settings.php file like:

<?php
error_reporting(E_ALL && ~E_NOTICE);

Kristen

kristen pol’s picture

Status: Active » Fixed

Sorry for the huge delay... my life got crazy busy there for awhile. I have fixed this and checked into dev. I'll be making a beta release very soon.

Kristen

kristen pol’s picture

Please try it in beta1.

Kristen

kristen pol’s picture

Status: Fixed » Closed (fixed)
Abilnet’s picture

Version: 7.x-1.x-dev » 7.x-1.5
Status: Closed (fixed) » Active
StatusFileSize
new14.94 KB

Sorry for opening this, but I have a similar issue with ver. 7.x-1.5:

Notice: Undefined index: rss-link in include() (line 59 of /home/xxxxxxx/domains/mydomain/public_html/sites/all/modules/featured_content/featured_content-more.tpl.php).

I have "Read more" link activated (leading to teasers) and the error happens when clicking the link.

Thanks for the Great Module!

kristen pol’s picture

Assigned: kristen pol » Unassigned
Status: Closed (fixed) » Fixed

Please try the *dev* version (7.x-1.x-dev).

kristen pol’s picture

Assigned: Unassigned » kristen pol
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

lkoriel’s picture

Hello Kristen,

We are having the following issue with D6 FC 6.x-1.5, we got 33,413 of the following notices x today

Notice: Undefined variable: filter_path in featured_content_get_filtered_nids() (line 769 of /mnt/www/html/westgrow/docroot/sites/all/modules/featured_content/featured_content.module).

Is there a way you can create a new point-release that ocvers all of the PHP notices?

Please, advise. Appreciate the help.

Liliana