lgyers / firephp

Automatically exported from code.google.com/p/firephp
0 stars 0 forks source link

undefined index php notice #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
issue about FirePHP class:

I am getting PHP Notices about undefined indexes (class file, line 166,
167, 171, 172).

How to reproduce? Print a backtrace in procedural script (i.e., not inside
a class member) with E_NOTICE included in error_reporting()

Original issue reported on code.google.com by m.lebkow...@gmail.com on 11 Aug 2008 at 8:30

GoogleCodeExporter commented 9 years ago
Sorry: FirePHPCore latest (0.1.2.1)

Original comment by m.lebkow...@gmail.com on 11 Aug 2008 at 8:34

GoogleCodeExporter commented 9 years ago

Original comment by christop...@gmail.com on 12 Aug 2008 at 8:08

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install version 0.1.1 from the firephp site
2. visit the demo oo.php page
3.

What is the expected output?
A working demo

What do you see instead?
Notice: Undefined offset: 1 in
/xxx/htdocs/fire/lib/FirePHPCore/FirePHP.class.php on line 167
This is because you are looking at $trace[$i+1] when trace only contains
one element. There is no element 1.

What version of the product are you using? On what operating system?
0.1.1 on linux

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072612
GranParadiso/3.0.1

Original comment by christ...@christophdorn.com on 31 Aug 2008 at 5:58

GoogleCodeExporter commented 9 years ago

Original comment by christop...@gmail.com on 22 Sep 2008 at 9:34

GoogleCodeExporter commented 9 years ago
Fixed in 0.2 BETA

Original comment by christop...@gmail.com on 1 Oct 2008 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by christ...@christophdorn.com on 22 Oct 2008 at 5:10