lgyers / firephp

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

Error in plugin #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using 0.2beta4 and the latest plugin beta.

The attached (rather large) HTTP headers output causes the plugin to
generat an error.

The console window shows just the first group with an empty array (which is
correct) and an object with an error icon
Clicking the object shows the DOM tab with the following two errors:
0: "There was a problem writing your data from the Wildfire Plugin
http://meta.firephp.org/Wildfire/Structure/FirePHP/FirebugConsole/0.1"

1: Object name=SyntaxError
   at 2
   message: "Expected 'r' instead of 'o'"
   name: "SyntaxError"
   text: "to get value
**","protected:_resources":[],"protected:static:_null":"** Need PHP 5.3 to
get value
**","undeclared:_oid":7}}},"protected:_columns":{"bed_id":{"primary":true,"autoi
ncrement":true,"type":"integer","length":4},"bed_naam":{"type":"string","length"
:50},"bed_telefoon":{"type":"string","length":50}},......

Original issue reported on code.google.com by jaap.t...@gmail.com on 11 Oct 2008 at 11:42

Attachments:

GoogleCodeExporter commented 9 years ago
I've found another situation where the plugin isn't working correctly (this 
time it
just leaves out some of the log statements.

Original comment by jaap.t...@gmail.com on 12 Oct 2008 at 11:33

Attachments:

GoogleCodeExporter commented 9 years ago
Are you using 0.2.b.4 of the PHP library?

Any chance you can narrow down these test cases? It would save me a lot of time
figuring out what the problem is.

Original comment by christ...@christophdorn.com on 14 Oct 2008 at 2:09

GoogleCodeExporter commented 9 years ago
Yes, I'm using 0.2.b.4

The headers are sent (I can see them in the Net tab page), the console displays 
them
incorrectly.

I'll see if I can come up with a smaller test case.

Original comment by jaap.t...@gmail.com on 14 Oct 2008 at 9:47

GoogleCodeExporter commented 9 years ago
I can't recreate the second problem, Changed my code too much to work around 
the problem.
The first problem should be something debuggable. I don't know however how to 
debug
firephp/firebug/firefox.

Original comment by jaap.t...@gmail.com on 14 Oct 2008 at 12:05