Title: Simple WP FirePHP
Author: corischlegel
Published: <strong>Igbe 8, 2010</strong>
Last modified: Ọwẹ́wẹ̀  15, 2010

---

Ṣàwárí àwọn plugin

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

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

# Simple WP FirePHP

 Láti ọwọ́ [corischlegel](https://profiles.wordpress.org/corischlegel/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/simple-wp-firephp.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/simple-wp-firephp/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/simple-wp-firephp/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/simple-wp-firephp/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/simple-wp-firephp/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/simple-wp-firephp/)

## Àpèjúwe

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Ìtumọ̀ Yorùbá:’
t want to have to deal with for a quick debugging task.

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

### Plans

I donÌtumọ̀ Yorùbá: ’t think IÌtumọ̀ Yorùbá: ’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.

## Ìgbéwọlẹ̀

 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Ìtumọ̀ Yorùbá: ’
    re using the FirePHP calls correctly. The [FirePHP website](https://yor.wordpress.org/www.firephp.org?output_format=md)
    is a good place to start.

## FAQ

  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 Ìtumọ̀ Yorùbá: – FirePHP requires that the server itÌtumọ̀
Yorùbá: ’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();

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“Simple WP FirePHP” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe 
ìkópa sí plugin yìí.

Àwọn Olùkópa

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

[Túmọ̀ “Simple WP FirePHP” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/simple-wp-firephp)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/simple-wp-firephp/), ṣàyẹ̀wò
[ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/simple-wp-firephp/), tàbí ṣe 
àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/simple-wp-firephp/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/simple-wp-firephp/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 0.1

 * Alpha release Ìtumọ̀ Yorùbá: – very simple includes

#### 0.2

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

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **0.2.0**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 16 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **10+**
 *  Ẹ̀yà WordPress ** 2.0 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **2.9.2**
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/simple-wp-firephp/)
 * Àwọn àmì
 * [debugging](https://yor.wordpress.org/plugins/tags/debugging/)[firebug](https://yor.wordpress.org/plugins/tags/firebug/)
   [firephp](https://yor.wordpress.org/plugins/tags/firephp/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/simple-wp-firephp/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

[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/)

## Àwọn Olùkópa

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

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/simple-wp-firephp/)

## Ṣe ìtọrẹ

Ṣé o fẹ́ ṣe àtìlẹ́yìn fún ìlọsíwájú plugin yìí?

 [ Ṣe ìtọrẹ sí plugin yìí ](http://kinrowan.net/contact)