Issue of Undefined variable: loc

I am new to suiteCRM. Today just install suiteCRM.
I install in Microsoft Server 2008 Standard Edition with WampServer 2.5

I get error message only in Account module.

" Notice: Undefined variable: loc in C:\wamp\www\SuiteCRM\modules\Accounts\AccountsListViewSmarty.php on line 105"

Time Memory Function Location

1 0.0000 246712 {main}( ) …\index.php:0
2 0.2652 16443296 SugarApplication->execute( ) …\index.php:52
3 0.2964 19617696 SugarController->execute( ) …\SugarApplication.php:105
4 0.2964 20101616 SugarController->processView( ) …\SugarController.php:310
5 0.3120 21944288 SugarView->process( ) …\SugarController.php:363
6 0.3120 22249808 ViewList->display( ) …\SugarView.php:160
7 0.3120 22860224 ViewList->listViewProcess( ) …\view.list.php:285
8 0.3276 23457848 ListViewDisplay->setup( ) …\view.list.php:192
9 0.3432 24847024 AccountsListViewSmarty->process( ) …\ListViewDisplay.php:157
10 0.3432 24847104 AccountsListViewSmarty->buildAddAccountContactsToTargetList( ) …\AccountsListViewSmarty.php:111

Anyone can help me?

Turning off notices in you php settings might help.

Is the message not important? and how to turnoff the message?
Thanks in advanced

No notices and warnings are not really important. Only a fatal errors are really of any concern to the end user. Turn off errors in your php.ini file. This topic has been covered many many times on these forums.

1 Like