Welcome Guest, Not a member yet? Register   Sign In
Firebug and CI 1.7.1
#1

[eluser]dede125a[/eluser]
Hello I'm migrate an application I have made with CI 1.6.3 last year on CI 1.7.1
During the dev process I intensively use FirePHP (core lib 0.2.1) for tracking many things with this syntax :
Code:
$this->firephp->fb('form ok',FirePHP::INFO);

My application run well under CI 1.7.1 but I have a problem. The FirePHP logs lines (like over) produce a blank page like we have then we make a php syntaxe error...

I'm not good as I would to find the reason why the same code produce these type of error on CI 1.7.1 and not on CI 1.6.3 :-S

So if someone could help me, I'll very grateful Smile
#2

[eluser]cwt137[/eluser]
Hello,

How did you integrate FirePHP into CI? Did you build your own solution or did you use somebody's library?

When you upgraded your CI, the FirePHP libraries could of been erased. Make sure they are still there. If you used your own integration solution or built your own, make sure those libraries are still there too.
#3

[eluser]dede125a[/eluser]
I use FirePHP 4 CI, and yes the libs are on the right place.

Firebug work correctly as "normal use" (profiler) but I've got blank page only when I want log message appear in Firephp window with the code I mentioned previously, stange isn't it ?




Theme © iAndrew 2016 - Forum software by © MyBB