undefined index???

They have: 164 posts

Joined: Nov 2001

wat does this error means??

Warning: Undefined index: 2 in C:\Inetpub\wwwroot\template\admin.php on line 453

if i manually install php,(setting manually), this error wil not appear. but if i use the .exe to install, (means i dont' have to do the settings), this error will appear.

Mark Hensler's picture

He has: 4,048 posts

Joined: Aug 2000

what is line 453?

They have: 164 posts

Joined: Nov 2001

line 453:
for($i = 0; $i < count($array[$value]); $i++)

Mark Hensler's picture

He has: 4,048 posts

Joined: Aug 2000

echo $value;
echo $array[$value];
What's it print?

Mark Hensler's picture

He has: 4,048 posts

Joined: Aug 2000

Oh... check the error_reporting level too...

echo ini_get("error_reporting");

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.