Strict (2048) : Declaration of XmlLegacy::toString() should be compatible with XmlLegacyNode::toString($options = Array, $depth = 0) [APP/Lib/XmlLegacy.php , line 732 ]Code Context * @ since CakePHP v .0.10.3.1400
*/
class XmlLegacy extends XmlLegacyNode {
$boot = true
$engine = 'File'
$duration = '+10 seconds'
$prefix = 'myapp_'
$exception = array(
'handler' => 'ErrorHandler::handleException'
)
$error = array(
'handler' => 'ErrorHandler::handleError',
'level' => (int) 24575
) include_once - APP/Lib/XmlLegacy.php, line 732
include - APP/Config/bootstrap.php, line 186
Configure::bootstrap() - CORE/Cake/Core/Configure.php, line 94
include - CORE/Cake/bootstrap.php, line 171
[main] - APP/webroot/index.php, line 82 Strict (2048) : Declaration of XmlLegacyTextNode::append() should be compatible with & XmlLegacyNode::append(&$child, $options = Array) [APP/Lib/XmlLegacy.php , line 1261 ]Code Context * @ since CakePHP v .1.2.6000
*/
class XmlLegacyTextNode extends XmlLegacyNode {
$boot = true
$engine = 'File'
$duration = '+10 seconds'
$prefix = 'myapp_'
$exception = array(
'handler' => 'ErrorHandler::handleException'
)
$error = array(
'handler' => 'ErrorHandler::handleError',
'level' => (int) 24575
) include_once - APP/Lib/XmlLegacy.php, line 1261
include - APP/Config/bootstrap.php, line 186
Configure::bootstrap() - CORE/Cake/Core/Configure.php, line 94
include - CORE/Cake/bootstrap.php, line 171
[main] - APP/webroot/index.php, line 82
Errors - Navegador de Anomalías Congénitas
(500) Something went wrong
La página que está buscando no existe en nuestros servidores
Regresar
Stack Trace
CORE/Cake/Routing/Router.php line 332 → Router::_validateRouteClass(string) } else {
list(, $routeClass ) = pluginSplit ( $options [ 'routeClass' ], true );
}
$routeClass = self :: _validateRouteClass ( $routeClass );
unset( $options [ 'routeClass' ]);
APP/Config/routes.php line 12 → Router::connect(string, array, array)
// Region
App :: import ( 'Lib' , 'routes/RegionRoute' );
Router :: connect ( '/:region' , array( 'controller' => 'regions' , 'action' => 'view' , 'menu' => __d ( 'urls' , 'browser' )), array( 'routeClass' => 'RegionRoute' ));
'/:region'
array(
'controller' => 'regions',
'action' => 'view',
'menu' => 'navegador'
)
array(
'routeClass' => 'RegionRoute'
)
CORE/Cake/Routing/Router.php line 1185 → include(string) */
protected static function _loadRoutes () {
self :: $initialized = true ;
include APP . 'Config' . DS . 'routes.php' ;
}
'/home/anomalia/public_html/app/Config/routes.php'
CORE/Cake/Routing/Router.php line 544 → Router::_loadRoutes() */
public static function parse ( $url ) {
if (! self :: $initialized ) {
self :: _loadRoutes ();
}
CORE/Cake/Routing/Dispatcher.php line 215 → Router::parse(string) public function parseParams ( $event ) {
$request = $event -> data [ 'request' ];
Router :: setRequestInfo ( $request );
$params = Router :: parse ( $request -> url );
$request -> addParams ( $params );
[internal function] → Dispatcher->parseParams(CakeEvent) object(CakeEvent) {
data => array(
[maximum depth reached]
)
result => null
[protected] _name => 'Dispatcher.beforeDispatch'
[protected] _subject => object(Dispatcher) {}
[protected] _stopped => false
}
CORE/Cake/Event/CakeEventManager.php line 248 → call_user_func(array, CakeEvent) if ( $listener [ 'passParams' ] === true ) {
$result = call_user_func_array ( $listener [ 'callable' ], $event -> data );
} else {
$result = call_user_func ( $listener [ 'callable' ], $event );
}
array(
(int) 0 => object(Dispatcher) {},
(int) 1 => 'parseParams'
)
object(CakeEvent) {
data => array(
[maximum depth reached]
)
result => null
[protected] _name => 'Dispatcher.beforeDispatch'
[protected] _subject => object(Dispatcher) {}
[protected] _stopped => false
}
CORE/Cake/Routing/Dispatcher.php line 142 → CakeEventManager->dispatch(CakeEvent) */
public function dispatch ( CakeRequest $request , CakeResponse $response , $additionalParams = array()) {
$beforeEvent = new CakeEvent ( 'Dispatcher.beforeDispatch' , $this , compact ( 'request' , 'response' , 'additionalParams' ));
$this -> getEventManager ()-> dispatch ( $beforeEvent );
object(CakeEvent) {
data => array(
[maximum depth reached]
)
result => null
[protected] _name => 'Dispatcher.beforeDispatch'
[protected] _subject => object(Dispatcher) {}
[protected] _stopped => false
}
APP/webroot/index.php line 97 → Dispatcher->dispatch(CakeRequest, CakeResponse) App :: uses ( 'Dispatcher' , 'Routing' );
$Dispatcher = new Dispatcher ();
$Dispatcher -> dispatch (new CakeRequest (), new CakeResponse ());
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array(
[maximum depth reached]
)
url => 'regions/view/1'
base => ''
webroot => '/'
here => '/regions/view/1'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}