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/45404652-11a6-456a-85f9-d008f8b057ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to