Ver Mensaje Individual
  #7 (permalink)  
Antiguo 28/02/2012, 16:29
topikito
 
Fecha de Ingreso: abril-2007
Mensajes: 12
Antigüedad: 17 años, 7 meses
Puntos: 0
Respuesta: Problema con AutoLoader

Correcto, antes lo tenía bien pero siguiendo "consejos" de internet copié y pegué y quedó mal. Volví a hacerlo como dices, y descomento la línea del controller. Ahora el error es el inicial:

Código:
( ! ) Fatal error: Class 'Application_Model_User' not found in /mnt/www-host/ZendCMS/application/modules/admin/controllers/UserController.php on line 9
He reestructurado el INI:

Código:
[production]
;;ERROR STUFF
phpSettings.display_startup_errors = 1
phpSettings.display_errors = 1
resources.frontController.params.displayExceptions = 1

;;BASIC CONFIG
appnamespace = "Application"
includePaths.library = APPLICATION_PATH "/../library"
resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts"

;;MODULE CONFIG
bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
bootstrap.class = "Bootstrap"
resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
resources.frontController.moduleDirectory = APPLICATION_PATH "/modules" 
resources.frontController.defaultModule = "default"
resources.view[] =
resources.modules[] = 

;;DATABASE CONFIG
resources.db.adapter = "PDO_MYSQL"
resources.db.params.host = "localhost"
resources.db.params.username = "root"
resources.db.params.password = ""
resources.db.params.dbname = "zendcms"

[staging : production]

[testing : production]

[development : production]