Releases for sf 1.1
| Version |
License |
API |
Released |
|
1.1.2stable
|
MIT license |
1.0.1stable
|
19/04/2008 |
|
1.1.1stable
|
MIT license |
1.0.1stable
|
19/04/2008 |
Releases for sf 1.0
| Version |
License |
API |
Released |
|
1.1.0stable
|
MIT license |
1.0.1stable
|
19/04/2008 |
|
1.0.6stable
|
MIT license |
1.0.1stable
|
10/09/2007 |
|
1.0.5stable
|
MIT license |
1.0.1stable
|
01/12/2006 |
Changelog for release 1.1.2 - 19/04/2008
Not available
Other releases
Release 1.1.2 - 19/04/2008
Not available
Release 1.1.1 - 19/04/2008
Not available
Release 1.1.0 - 19/04/2008
Not available
Release 1.0.6 - 10/09/2007
Not available
Release 1.0.5 - 01/12/2006
Not available
Release 1.0.3 - 24/10/2006
Not available
Release 1.0.2 - 24/10/2006
Not available
Release 1.0.1 - 23/10/2006
Not available
Release 1.0.0 - 21/10/2006
Not available
sfErrorLoggerPlugin plugin
The sfErrorLoggerPlugin logs all your 404 and 500 errors to the database.
It also provides a module sfErrorLogViewer to navigate through the errors.
Installation
Install the plugin
symfony plugin:install sfErrorLoggerPlugin
Rebuild your model
symfony propel:build-all
Enable the viewer module in your settings.yml (optional)
all:
.settings:
activated_modules: [sfErrorLogViewer](...,)
Clear the cache
symfony cc
You're done.
Changelog
2008-- | 1.1.0
- converted the plugin to 1.1