Download the PHP package hirale/openmage-debug without Composer
On this page you can find all versions of the php package hirale/openmage-debug. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package openmage-debug
This is a fork of https://github.com/madalinoprea/magneto-debug.
Features
- Request and Controller information: lists request attributes and controller that handled the request; captures request info for Ajax and POST requests
- Execution Timeline: shows execution timeline based on Varien Profiler timers
- Logs: shows log lines added to system and exception logs during a request
- Events: shows all events dispatched during request and observers that were called
- Database: lists all models and collections loaded during a request; when SQL profiler is enabled, lists all SQL queries executed and offers the ability to see their result or describe their execution plan
- E-mails: lists sent e-mails with preview
- Layout: outputs rendering tree, lists layout handlers loaded during current request and adds ability to see updated added by layout files to specific handle; offers information about instantiated and rendered blocks
- Configuration: lists available Magento modules with their status and their version; also offers the ability to enable/disable them
- Toolbar Tools: contains quick links to flush cache, enable template hints, enable SQL profiler, enable Varien Profiler, enable Magento Enterprise full page cache debug
Don't forget to check out screenshots gallery
Installation
Using composer
Install with Magento Composer Installer
Common Issues
-
'Mage Registry key already exists' exception is raised after installation
Mage registry key "_singleton/debug/observer" already exists
is reported when cache regeneration was corrupted. Please try to flush Magento cache.
-
Doesn'work. I see these logs on
var/log/system.log
:Not valid template file:adminhtml/default/default/template/sheep_debug/toolbar.phtml
- If you installed the module using modman you've missed an important step. Search this page after 'Allow symlinks for the templates directory' and complete that step.
-
I can't see toolbar.
- Toolbar is displayed in these conditions:
- module is installed and enabled
- toolbar is enabled from Admin / System / Configuration / Advanced - Developer Debug Toolbar (by default it's enabled)
- Magento is running in developer mode (MAGE_IS_DEVELOPER_MODE) Or your ip is listed under under 'Developer Client Restrictions'
- Check that module name Sheep_Debug is installed and enabled
- Check that 'Allow Symlinks' configuration is enabled for Modman installation
- Toolbar is displayed in these conditions:
-
I can't see toolbar on specific page
- Toolbar is added to all pages that have a structural block named
before_body_end
. By default this block is available on all Magento pages. Eliminate a possible cache problem by disabling all caches. Try to determine if there are any customizations that have removedbefore_body_end
.
- Toolbar is added to all pages that have a structural block named
- Fatal error while running unit tests
- If you get error
PHP Fatal error: Uncaught exception 'Exception' with message 'Warning: session_start(): Cannot send session cookie headers already sent by
you should review your phpunit configuration file and redirect phpunit output to stderr, please check my configuration file from phpunit.xml - More details can be found here #83
- If you get error
License
MIT License
All versions of openmage-debug with dependencies
PHP Build Version
Package Version
The package hirale/openmage-debug contains the following files
Loading the files please wait ....