This website requires JavaScript.
Explore
Help
Sign In
adulau
/
cakephp2-php8
Watch
1
Star
0
Fork
You've already forked cakephp2-php8
0
mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced
2024-11-15 11:28:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8a701f3ac9
cakephp2-php8
/
lib
/
Cake
/
Error
History
Ceeram
26588827dc
Fix incorrect exceptions message for missing plugins
2011-05-26 16:24:54 +02:00
..
ErrorHandler.php
Added usage of configured error handler instead of hard coded. Moved try/catch block to where its nessecary. Set Configure::write('Error.trace', false) since its useless with internals. Addition to
#1707
.
2011-05-17 08:44:55 +02:00
ExceptionRenderer.php
Added check if Router::getRequest(false) is returning a CakeRequest or null in ExceptionRenderer::_getController(). Fixes 'call to undefined method here()' when having Exceptions raised without valid request set to the Router in testsuite (i.e. undefined database config 'test').
Fixes
#1678
.
2011-05-16 21:11:33 -04:00
exceptions.php
Fix incorrect exceptions message for missing plugins
2011-05-26 16:24:54 +02:00