vtiger Forum Index vtiger
The Honest Open Source CRM
 

getting error as Invalid argument supplied for foreach()
Click here to go to the original topic

 
       vtiger Forum Index -> Feature Requests - 5.0.3
Previous topic :: Next topic  
Author Message
dhana



Joined: 06 Feb 2008
Posts: 7

Posted: Thu Mar 27, 2008 8:42 am    Post subject: getting error as Invalid argument supplied for foreach()  

Hi all,

i am developing one module in the vtiger and for the list view screen , want to display all records from the DB.

The following part is not working .getting the error as "Invalid argument supplied for foreach() in include\utils\ListViewUtils.php on line 1160" .
not able to display all reords in the listview screen

$listview_entries=getListViewEntries($focus,"newmodule",$list_result,$navigation_array,"","","EditView","Delete",$oCustomView);
$smarty->assign("LISTENTITY", $listview_entries);

I have added the all colums in the program as well as DB...dont know wat is the exact mistake i have done..if anyone know, plz help me..


Thanks,
Dhana
Back to top  
 
       vtiger Forum Index -> Feature Requests - 5.0.3
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.15 © 2001, 2002 phpBB Group