I am an old school programmer so I am having issues trying to install and use some of the newer programming tools. I am building a website using php but need some suggestions on the best debugging tools that are available for PHP. I am using Visual Studio and FireFox Developer browser for this but I am new to using both of these. I am asking for someone to please assist me in setting up FirePHP in FireFox Developer. I have installed the FirePHP extension in FireFox Developer but when I click on the debugging tools tab I get a window that says I need a server library. I put the FirePHP.class.php core file on the server and included the path to this in my php code. I still cant get this to work. If someone can step me through this so I can use these newer tools I would be so happy. Like I say, I am an old school programmer so I dont know how alot of these new tools work. Thanks
How to Setup and use FirePHP with FireFox Developer
1.1k views Asked by Miff At
1
There are 1 answers
Related Questions in PHP
- How to add the dynamic new rows from my registration form in my database?
- Issue in payment form gateway
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- Function in anonymous Laravel Blade component
- How to change woocomerce or full wordpress currency with value from USD to AUD
- General questions about creating a custom theme Moodle CMS
- How to add logging to an abstract class in php
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Composer installation fails and reverts ./composer.json and ./composer.lock to original content
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Laravel: Using belongsToMany relationship with MongoDB
- window.location.href redirects but is causing problems on the webpage
- Key provided is shorter than 256 bits, only 64 bits provided
- Laravel's whereBetween method not working with two timestamps
- Implementing UUID as primary key in Laravel intermediate table
Related Questions in FIREFOX
- (in promise) TypeError: NetworkError when attempting to fetch resource
- Optimizing Selenium script for faster execution
- Apply Firefox policies.json only to Firefox but not to Nightly
- Difficulty Accessing HTTP URLs/IP Addresses Due to Browser Redirecting to HTTPS: Seeking Solutions
- How do I separate emails (from 1 alias) in Thunderbird from invasive websites on Firefox with file browsing scripts? Should I worry?
- Gecko chrome @supports function for strings and numbers
- some CSS property working on chrome's console but not on firefox
- Playwright - Firefox tests time out, but Chromium tests don't
- Notification.permission always return 'denied' on firefox
- Useless horizontal scrollbar in Firefox with absolute positioned div with fixed height
- Why is it impossible to definitively know if your website is running as a PWA or as a website?
- WebRTC from Firefox to Android crashes
- Firefox CSS: Set a variable based on properties of another element
- Getting Negative Time Duration in Sender-to-Client Application using Date.now() api
- Prevent users accessing Firefox menu items
Related Questions in FIREFOX-ADDON
- Firefox extension background script terminated preemptively
- Can be their an extension to save pages in as offline in the browser itself?
- I'm building addon for firefox user can take screenshot, but browser.runtime.sendMessage returns undefined
- Detecting how much 'White' color there is, on an embedded video on a webpage
- How to programatically fast forward video on a website
- Convert code from manifest v2 to v3 chrome extension
- How to request host_permissions at install time with Manifest V3?
- How to store fetch headers in javacript from website I don't own?
- Firefox debugger server changes my search bar coloring
- How can the omnibox suggestions be styled in Firefox?
- How do I fix the following issues with my port of a manifest v2 browser extension to manifest v3?
- How Can I Edit the Body of an API Request With a Firefox Addon
- HTMLButtonElement.click() in content script doesn't work in second screen
- Error sending message to background script: Error: Could not establish connection. Receiving end does not exist (FireFox Extension Test)
- crossOrigin blocks requests for translate.google.com
Related Questions in FIREFOX-DEVELOPER-TOOLS
- In my range slider the track is coming over on thumb while working fine on Chrome
- Facing the error: "binary is not a Firefox executable" when using Selenium with Firefox WebDriver
- How to break on a *later* subtree modification in DevTools on github.com
- Is there any way to save in PDF automatically the website with window.print() or Ctrl+P in Firefox?
- Firefox developer tools Inspector advanced preferences
- Firefox devtools not showing request details
- Why does Firefox delete part of my CSS selector despite that it actually matches something in the HTML when testing it in the web inspector?
- Restore font size on Firefox developer tool
- Vulnerability: Password Exposed
- Can I show the responses to all the requests at once in the Firefox Network Monitor?
- How to locate the js statement that jumps to another web page?
- Identifying the domains implemented in Firefox RDP which is subset of the Chrome DevTools Protocol (CDP)
- How to force Chrome to use HTTP/1.1 for a particular Website?
- How to intercept an eventhandler in javascript?
- Creating a tab from inside a devtools extension returns successfully with a tab id of -1
Related Questions in FIREPHP
- How to Setup and use FirePHP with FireFox Developer
- Firebug and FirePHP: I can not get any message to console
- Debugging with FirePhp
- upstream sent too big header while reading response header from upstream
- Config FirePHP on laravel
- How do I use FirePHP in class.php files?
- How to debug PHP functions with FirePHP when the function definition and invocation are not in the same file?
- Chrome Postman missing wildfire headers (fire php)
- Printing debug output into browser console in Symfony 2
- Using FirePHP4Chrome with CakePHP 2.6
- How to make Firefox Developer Tools display FirePHP messages within console?
- Firebug freezes Firefox on showing errors from FirePHP
- FirePHP does not show some logs in console
- Why does Firebug delay console output?
- How to use FirePHP-Core Dependency
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
FirePHP consists of a server-side and a client-side component.
PHP library (server side)
The server-side component is responsible for sending PHP specific information (via special HTTP headers) to the browser.
For PHP there are two libraries, FirePHPCore and ChromePhp.
FirePHPCore
As far as I saw, there is no proper documentation on how to install it or its usage but the library includes some examples for object oriented and procedural code.
To install it, you just need either the FirePHP.class.php file (for object oriented programming) or the fb.php file (for procedural programming) from the repository. You can then use FirePHPCore like this:
Object oriented:
Procedural:
ChromePhp
ChromePhp uses the Chrome Logger protocol and can be used like this:
Browser extension (client side)
The browser extension FirePHP is used to display the data coming from the server.
When the extension is installed, you need to grant it permission to intercept the requests of your website.
When the permission is granted, open the Firefox DevTools (e.g. by pressing F12) and switch to the FirePHP panel. You may need to click the Click to Enable button on the right side of the panel.
And when everything's set up correctly, you'll see the output within the panel.