Re: [PHP] PHP5 - Weird Error - "cannot find element in variable"

2004-08-06 Thread Miguel
Curt Zirzow wrote: * Thus wrote Scott Hyndman: Okay, I'm getting this error in a class I've written. I can't explain it. it works perfectly fine for me: http://zirzow.dyndns.org/html/php/oop5/IA.php With the information you provided its near impossible to tell you whats wrong. Curt I'm getting

Re: [PHP] PHP5 - Weird Error - "cannot find element in variable"

2004-07-22 Thread Jason Barnett
Give us the exact error as it is displayed in your browser. Also did you try to print_r on every Add as was suggested to you earlier? To be honest, I'm starting to wonder if we haven't stumbled on a bug. I have had similar problems (in an entirely different context) and improper cloning may b

Re: [PHP] PHP5 - Weird Error - "cannot find element in variable"

2004-07-21 Thread Curt Zirzow
* Thus wrote Scott Hyndman: > Okay, I'm getting this error in a class I've written. I can't explain > it. it works perfectly fine for me: http://zirzow.dyndns.org/html/php/oop5/IA.php With the information you provided its near impossible to tell you whats wrong. Curt -- First, let me assure

RE: [PHP] PHP5 - Weird Error - "cannot find element in variable"

2004-07-21 Thread Scott Hyndman
From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: Wed 7/21/2004 12:58 AM To: [EMAIL PROTECTED] Cc: Subject: Re: [PHP] PHP5 - Weird Error - "cannot find element in variable" * Thus wrote Scott Hyndman: > > N

RE: [PHP] PHP5 - Weird Error - "cannot find element in variable"

2004-07-21 Thread Scott Hyndman
Cc: Subject: Re: [PHP] PHP5 - Weird Error - "cannot find element in variable" * Thus wrote Scott Hyndman: > > Now here's the problem. When I'm debugging this thing, the line that > I've marked doesn't act

Re: [PHP] PHP5 - Weird Error - "cannot find element in variable"

2004-07-20 Thread Curt Zirzow
* Thus wrote Scott Hyndman: > > Now here's the problem. When I'm debugging this thing, the line that > I've marked doesn't actually add anything to the array. If I try to view > the contents of the array, it gives me a "cannot find element in > variable" error. Later, when I iterate through it, tw