1.0.0

Controlador no encontrado

Error: Google.esController no existe o no se puede encontrar.

Solución

Crea la clase Google.esController de abajo en el fichero :
/mnt/web118/a1/60/511849160/htdocs/default/app/controllers/google.es_controller.php


<?php

class Google.esController extends AppController
{

}

Rastro

/mnt/web118/a1/60/511849160/htdocs/core/kumbia/router.php(107)

104          self::$vars $router::rewrite($url) + self::$vars;
105  
106          // Despacha la ruta actual
107          return self::dispatch($router::getController(self::$vars));
108      }
109  
110      /**

/mnt/web118/a1/60/511849160/htdocs/core/kumbia/bootstrap.php(75)

72  
73  // Ejecuta el request
74  // Dispatch y renderiza la vista
75  View::render(Router::execute($url));
76  
77  // Fin del request exit()

/mnt/web118/a1/60/511849160/htdocs/default/app/libs/bootstrap.php(6)

3  // Para cargar cambia en public/index.php el require del bootstrap a app
4  
5  // Arranca KumbiaPHP
6  require_once CORE_PATH 'kumbia/bootstrap.php';
7  

/mnt/web118/a1/60/511849160/htdocs/public_html/index.php(112)

109   * @see Bootstrap
110   */
111   
112  require APP_PATH 'libs/bootstrap.php'//bootstrap de app
113  
114  //require CORE_PATH.'kumbia/bootstrap.php'; //bootstrap del core
115  
# Fichero (línea) Función
#0 /mnt/web118/a1/60/511849160/htdocs/core/kumbia/router.php(107): KumbiaRouter::getController()
#1 /mnt/web118/a1/60/511849160/htdocs/core/kumbia/bootstrap.php(75): Router::execute()
#2 /mnt/web118/a1/60/511849160/htdocs/default/app/libs/bootstrap.php(6): require_once('...')
#3 /mnt/web118/a1/60/511849160/htdocs/public_html/index.php(112): require('...')
#4 {main}

Información Adicional

Ubicación actual: /google.es
IP Visitante: 18.221.129.145
  1. /mnt/web118/a1/60/511849160/htdocs/public_html/index.php
  2. /mnt/web118/a1/60/511849160/htdocs/default/app/libs/bootstrap.php
  3. /mnt/web118/a1/60/511849160/htdocs/core/kumbia/bootstrap.php
  4. /mnt/web118/a1/60/511849160/htdocs/core/kumbia/autoload.php
  5. /mnt/web118/a1/60/511849160/htdocs/core/kumbia/util.php
  6. /mnt/web118/a1/60/511849160/htdocs/core/kumbia/config.php
  7. /mnt/web118/a1/60/511849160/htdocs/core/kumbia/router.php
  8. /mnt/web118/a1/60/511849160/htdocs/default/app/libs/app_controller.php
  9. /mnt/web118/a1/60/511849160/htdocs/core/kumbia/controller.php
  10. /mnt/web118/a1/60/511849160/htdocs/default/app/libs/view.php
  11. /mnt/web118/a1/60/511849160/htdocs/core/kumbia/kumbia_view.php
  12. /mnt/web118/a1/60/511849160/htdocs/default/app/config/config.php
  13. /mnt/web118/a1/60/511849160/htdocs/core/kumbia/kumbia_router.php
  14. /mnt/web118/a1/60/511849160/htdocs/core/kumbia/kumbia_exception.php
  15. /mnt/web118/a1/60/511849160/htdocs/core/views/errors/no_controller.phtml
  16. /mnt/web118/a1/60/511849160/htdocs/core/views/templates/exception.phtml
core app vendor

0.0129 seg.

Tiempo

0.505 MB

Memoria Usada

xdebug OPcache

PHP extensions

16 ficheros

Includes

240 seg.

Tiempo Máximo PHP

512M

Memoria PHP

8.2.18
cgi-fcgi

Versión PHP

Apache/2.4.59 (Unix)
IP:

Servidor

En PRODUCCIÓN no sale este error, muestra el template de error de la app:
/mnt/web118/a1/60/511849160/htdocs/default/app/views/_shared/errors/404.phtml
¡ Modifica el template de error 404 a tu gusto !