Undefined property

Friend, Pls tell me why i’m getting this notification???

Notice: Undefined property: User::$picture in C:\wamp\www\SuiteCRM\modules\SugarFeed\SugarFeed.php on line 420
Call Stack

Time Memory Function Location

1 0.0000 133792 {main}( ) …\index.php:0
2 0.1730 10381848 SugarApplication->execute( ) …\index.php:52
3 0.2040 11212248 SugarController->execute( ) …\SugarApplication.php:105
4 0.2040 11213272 SugarController->processView( ) …\SugarController.php:310
5 0.2190 12353024 SugarView->process( ) …\SugarController.php:363
6 0.3470 14685408 HomeViewList->display( ) …\SugarView.php:160
7 0.3480 14740480 include( ‘C:\wamp\www\SuiteCRM\modules\Home\index.php’ ) …\view.list.php:52
8 0.5140 19133328 SugarFeedDashlet->process( ) …\index.php:236
9 0.5140 19137408 ListViewDisplay->setup( ) …\SugarFeedDashlet.php:267
10 0.5140 19137424 ListViewData->getListViewData( ) …\ListViewDisplay.php:153
11 0.5180 19162416 SugarFeed->get_list_view_data( ) …\ListViewData.php:437
12 0.5180 19167440 SugarFeed->fetchReplies( ) …\SugarFeed.php:393

Simply modify your servers php.ini file(different location for different web services used such as nginx/apache etc.) and make the modification so that notices and warnings are suppressed/do not show. Please search the forums or google if you need more information on how to do this.

Thanks,

Will.

Thank you so much Will