Title: Simple WP FirePHP
Author: corischlegel
Published: <strong>اپریل 8, 2010</strong>
Last modified: ستمبر 15, 2010

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://s.w.org/plugins/geopattern-icon/simple-wp-firephp.svg)

# Simple WP FirePHP

 منجانب [corischlegel](https://profiles.wordpress.org/corischlegel/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/simple-wp-firephp.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/simple-wp-firephp/#description)
 * [جائزے](https://ur.wordpress.org/plugins/simple-wp-firephp/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/simple-wp-firephp/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/simple-wp-firephp/#developers)

 [معاونت](https://wordpress.org/support/plugin/simple-wp-firephp/)

## تفصیل

I like the very simple API to FirePHP and find it very useful for debugging WordPress
plugins and themes. There are a few other plugins out there that integrate FirePHP,
notable WP-FirePHP and WP-Logger, but both add complexity that I don’t want to have
to deal with for a quick debugging task.

It wouldn’t be that hard to install the FirePHP core and add the includes to wp-
config.php, and that’s what I generally do on sites that I control, but having this
plugin in the Wrodpress.org/extend directory means that I’ll be able to install 
it on the fly for a blog that someone hasn’t given me shell or ftp access to.

### Plans

I don’t think I’ll do a _whole_ lot more with this, since I want to keep it pretty
simple, but I plan to make sure the plugin loads first (see wp-logger) and perhaps
add a simple options screen. Might also add PHP4 support, but probably not.

## انسٹالیشن

 1. Upload the plugin folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Use FirePHP as you normally would on a general PHP site.
 4. If you have issues, the first place to look is to make sure you’re using the FirePHP
    calls correctly. The [FirePHP website](https://ur.wordpress.org/www.firephp.org?output_format=md)
    is a good place to start.

## عمومی سوالات

  Why am I getting the Headers Already Sent error when I activate Simple WP-FirePHP
and use the fb() function?

This is part of the behavior of FirePHP itself and is not related to the Simple 
WP-FirePHP plugin at all – FirePHP requires that the server it’s running on be configured
for output buffering (see line 4 on the [FAQ page](http://www.firephp.org/Wiki/Reference/FAQ)).
You can do this at the server level or within your script, either by opening output
buffering at the beginning of the output and closing it at the end, or by surrounding
the `fb()` call with buffering statements like so:

ob_start();

fb("echo some stuff to the console”);

ob_end_flush();

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“Simple WP FirePHP” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ
لیا:

شراکت دار

 *   [ corischlegel ](https://profiles.wordpress.org/corischlegel/)

[“Simple WP FirePHP” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/simple-wp-firephp)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/simple-wp-firephp/)،
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/simple-wp-firephp/) کو 
چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/simple-wp-firephp/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/simple-wp-firephp/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 0.1

 * Alpha release – very simple includes

#### 0.2

 * Included the DBAD License
 * Simple WP FirePHP loads first
 * credit where credit is due (i.e. mostly not me)

## میٹا

 *  Version **0.2.0**
 *  Last updated **16 سال پہلے**
 *  Active installations **10+**
 *  WordPress version ** 2.0 یا اس سے جدید **
 *  Tested up to **2.9.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/simple-wp-firephp/)
 * Tags
 * [debugging](https://ur.wordpress.org/plugins/tags/debugging/)[firebug](https://ur.wordpress.org/plugins/tags/firebug/)
   [firephp](https://ur.wordpress.org/plugins/tags/firephp/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/simple-wp-firephp/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/simple-wp-firephp/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/simple-wp-firephp/reviews/)

## شراکت دار

 *   [ corischlegel ](https://profiles.wordpress.org/corischlegel/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/simple-wp-firephp/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](http://kinrowan.net/contact)