Opened 15 years ago

Closed 15 years ago

#544 closed enhancement (fixed)

Add FirePHP to Mapbender

Reported by: christoph Owned by: dev
Priority: minor Milestone: 2.7 release
Component: core Version:
Keywords: debugging Cc:

Description

FirePHP is a useful tool for debugging, see http://www.firephp.org/

You can, for example, log stuff in PHP and display it in Firebug. It is non-obtrusive, as it uses HTTP headers to transfer the data (no IE problems).

It is especially useful in scenarios where you have no access to your remote server: then FirePHP will re-route server side errors to Firebug.

It is of course a potential security hazard, so it should be turned off in production use (is turned off by default).

Change History (1)

comment:1 by christoph, 15 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.