[PHP] Invalid argument supplied for foreach()

2005-12-19 Thread Jose Borquez
I am getting the following errors when accessing a php page: /usr/local/www/groupoffice-com-2.14-FINAL-4/configuration/index.php(299) : Warni ng - Invalid argument supplied for foreach() [Mon Dec 19 15:10:52 2005] [error] PHP Warning: Invalid argument supplied for f oreach() in

Re: [PHP] Invalid argument supplied for foreach()

2005-12-19 Thread Curt Zirzow
On Mon, Dec 19, 2005 at 03:48:53PM -0800, Jose Borquez wrote: I am getting the following errors when accessing a php page: /usr/local/www/groupoffice-com-2.14-FINAL-4/configuration/index.php(299) : Warni ng - Invalid argument supplied for foreach() [Mon Dec 19 15:10:52 2005] [error] PHP

[PHP] invalid argument supplied for foreach()

2003-02-17 Thread Lynn
Could anyone please tell me what a valid argument would be in this script? error message Warning: Invalid argument supplied for foreach() in /home1/domains/$domain/htdocs/image.php on line 334 line 323-343 $dg = opendir($thumb); echo HTMLHEADTITLE$title/TITLEMETA NAME=Description

Re: [PHP] invalid argument supplied for foreach()

2003-02-17 Thread Jason Wong
On Tuesday 18 February 2003 12:27, Lynn wrote: Could anyone please tell me what a valid argument would be in this script? error message Warning: Invalid argument supplied for foreach() in /home1/domains/$domain/htdocs/image.php on line 334 foreach needs an array. var_dump($retVal) to see

Re: [PHP] invalid argument supplied for foreach()

2003-02-17 Thread Ernest E Vogelsinger
At 05:27 18.02.2003, Lynn said: [snip] Could anyone please tell me what a valid argument would be in this script? error message Warning: Invalid argument supplied for foreach() in /home1/domains/$domain/htdocs/image.php on line 334 line 323-343 $dg =