Welcome Guest, Not a member yet? Register   Sign In
CI Developer's Toolbar - Released!
#31

[eluser]smilie[/eluser]
When I hit an Ajax call I see new profiler apear = but I can't select it (preview one is 'higher').

But nice thing!
#32

[eluser]Luis ACE[/eluser]
[quote author="blinger2008" date="1309984842"]I downloaded it and installed it as directed, it shows up but it doesn't drop down when I hit open.[/quote]

Sorry for the late reply. Its been super busy at work.
Most likely you having a JavaScript error.

If you using another JavaScript library (not jQuery), you need to set no_conflict to true in the config file.

Code:
$config['developer_toolbar_jquery_no_conflict'] = FALSE;

TO:

Code:
$config['developer_toolbar_jquery_no_conflict'] = TRUE;
#33

[eluser]marcogmonteiro[/eluser]
I have a other problem. When I open the developer bar and then close it the button to open it again disappear...
#34

[eluser]Luis ACE[/eluser]
Do you get any JavaScript error?
#35

[eluser]marcogmonteiro[/eluser]
Yes, but not on your files...
#36

[eluser]ammonkc[/eluser]
I'm getting a php error when trying to get the developer's toolbar installed.
Code:
PHP Fatal error:  Cannot access protected property MY_Loader::$_ci_loaded_files in /Library/WebServer/Documents/Codeigniter_base/application/hooks/developer_toolbar_hook.php on line 981
The MY_Loader file is there to load sparks. Is the MY_Loader file the problem?
#37

[eluser]stuckinphp[/eluser]
How hard would this be to integrate updates to the profiler when ajax calls are made?




Theme © iAndrew 2016 - Forum software by © MyBB