I didn't use FirePHP for quite a while, though I assume it may be broken in the latest versions of Firefox + Firebug. CC'ing Christoph Dorn, the author of FirePHP. Maybe he can clarify that. As far as I saw on http://firephp.org/, he's already working on a FirePHP version for the Firefox DevTools compatible with the upcoming Firefox multi-process architecture <https://developer.mozilla.org/en-US/Firefox/Multiprocess_Firefox> (aka Electrolysis or e10s). Firebug was integrated lately as theme for the Firefox DevTools <https://blog.getfirebug.com/2016/02/08/merging-firebug-into-the-built-in-firefox-developer-tools/> .
Sebastian On Friday, May 27, 2016 at 5:48:36 PM UTC+2, [email protected] wrote: > > Everything seems to install properly, but just not seeing anything in the > console. I have checked wiki, faq, and the first-aid links. > > Client-side: FireFox 46.0.1 on Windows 7 with FireBug 2.0.16. > Server-side: Windows 2008 Server, IIS 7.5, PHP 5.4.38 (existing PHP sites > working) > > I copied FirePHPCore folder with fb.php, fb.php4, FirePHP.class.php, and > FirePHP.class.php4 files in my includes folder for the site. > > I created the following php file: testfire.php > > <?php > ob_start(); > include_once ('includes/FirePHPCore/fb.php'); > ?> > > <!DOCTYPE html> > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > <title>Untitled Document</title> > </head> > > <body> > > <?php echo 'Hello'; ?> > <?php > FB::log('hello world'); > FB::info('Hello, FirePHP'); > ?> > > </body> > </html> > <?php ob_end_flush(); ?> > > As you can see, I included basic log and info statements. I also did an > echo just to make sure php was running. > > In FireBug, it shows nothing in the console (I have ALL button selected). > > Any suggestions on what to check or try would be greatly appreciated! > > Thanks, > > -Michael > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/aea70cb8-25f2-4fff-87f2-07dc12d0c55f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
