Closed (fixed)
Project:
Facebook-style Micropublisher
Version:
7.x-1.x-dev
Component:
Code - Functionality
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2012 at 10:44 UTC
Updated:
26 May 2012 at 13:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
bchester commentedI 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).
Comment #2
joshuautley commentedSame here...
Notice: Undefined index: alter in fbsmp_views_default_views_alter() (line 1559 of /content/sites/all/modules/fbsmp/fbsmp.module).
Comment #3
inotafila commentedI'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!!!
Comment #4
mathankumarc commentedThe 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".
Comment #5
inotafila commentedThanks for provide patch. I'll try it.
Best regards.
Comment #6
socialnicheguru commentedthis worked too
Comment #7
mathankumarc commentedCommitted to dev. I'm the new Co - Maintainer for FBSMP.