After Install the latest dev version my site gives me a WSOD
The only way back to my site is .... delete the Module from my /sites/all/modules location.

i see this error in my Admin area:
Notice: Undefined index: alter in fbsmp_views_default_views_alter() (Zeile 1559 von /vz/www/*****/unity7/sites/all/modules/fbsmp/fbsmp.module)

and this Error in the DB Log: ( CTools )
Invalid plugin module/type combination requested: module fbsmp and type plugins

i use:
Views 7.x-3.3
Chaos tools 7.x-1.0
Statuses 7.x-1.0-unstable4+37-dev

greets from germany ...

CommentFileSizeAuthor
#4 fbsmp-views-issue-1516192-4.patch515 bytesmathankumarc
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bchester’s picture

I am receiving the same error message.

Notice: Undefined index: alter in fbsmp_views_default_views_alter() (line 1559 of /home/******/sites/all/modules/fbsmp/fbsmp.module).

joshuautley’s picture

Same here...

Notice: Undefined index: alter in fbsmp_views_default_views_alter() (line 1559 of /content/sites/all/modules/fbsmp/fbsmp.module).

inotafila’s picture

Priority: Normal » Major

I've got same error.

Notice: Undefined index: alter in fbsmp_views_default_views_alter() (line 1559 from../sites/all/modules/fbsmp/fbsmp.module)

Please help!!!

mathankumarc’s picture

Status: Active » Needs review
FileSize
515 bytes

The problem is fbsmp_views_default_views_alter() tries to modify the nothing text for all the views. Some views may not have it. thats why its throwing the error.

But it should modify the views which has the tag "statuses".

inotafila’s picture

Thanks for provide patch. I'll try it.

Best regards.

SocialNicheGuru’s picture

this worked too

mathankumarc’s picture

Status: Needs review » Fixed

Committed to dev. I'm the new Co - Maintainer for FBSMP.

Status: Fixed » Closed (fixed)

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