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] P
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
/usr/local/ww
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
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
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 "$title";
PrintHeader();
echo "";
echo "";
while ( g
5 matches
Mail list logo