Ver Mensaje Individual
  #5 (permalink)  
Antiguo 10/12/2011, 12:33
Avatar de ApipeMc
ApipeMc
 
Fecha de Ingreso: septiembre-2010
Ubicación: Medellín, Antioquia, Colombia
Mensajes: 76
Antigüedad: 14 años, 3 meses
Puntos: 1
Respuesta: Problemas con Uploadify Http error 500

Esta es mi configuracion de application.ini.
Código ini:
Ver original
  1. [production]
  2.  
  3. ; ------------------------------------------------------------------------------
  4. ; Mostrar Errores
  5. ; ------------------------------------------------------------------------------
  6.  phpSettings.display_startup_errors                   = 0
  7.  phpSettings.display_errors                           = 0
  8.  resources.frontController.params.displayExceptions   = 0
  9.  
  10. ; ------------------------------------------------------------------------------
  11. ; Ubicacion de los directorios
  12. ; ------------------------------------------------------------------------------
  13.  includePaths.library                                  = APPLICATION_PATH "/../library"
  14.  autoloaderNamespaces.App                              = "App_"
  15.  bootstrap.path                                        = APPLICATION_PATH "/Bootstrap.php"
  16.  resources.layout.layoutPath                           = APPLICATION_PATH "/layouts/scripts"
  17.  resources.frontController.moduleDirectory             = APPLICATION_PATH "/modules"
  18.  ;resources.frontController.plugins.access_check       = "App_Plugin_AccessCheck"
  19.  resources.view.helperPath.App_View_Helper             = APPLICATION_PATH "/../library/App/View/Helper"
  20.  
  21. ; ------------------------------------------------------------------------------
  22. ; Confirguracion y datos iniciales
  23. ; ------------------------------------------------------------------------------
  24.  bootstrap.class                                       = "Bootstrap"
  25.  appnamespace                                          = "Application"
  26.  
  27.  resources.modules[]                                   =
  28.  resources.view.encoding                               = "UTF-8"
  29.  resources.layout.layout                               = layout
  30.  resources.frontController.useDefaultControllerAlways  = true
  31.  resources.frontController.defaultModule               = default
  32.  resources.frontController.defaultAction               = index
  33.  resources.view.helperPath.ZendX_JQuery_View_Helper    = "ZendX/JQuery/View/Helper"
  34.  pluginPaths.ZendX_Application_Resource                = "ZendX/Application/Resource"  
  35.  resources.Jquery.noconflictmode                       = false        
  36.  resources.Jquery.version                              = 1.7.1
  37.  resources.Jquery.localpath                            = "/utravel/public/js/jquery-1.7.1.min.js"
  38.  resources.Jquery.enable                               = true
  39.  resources.Jquery.ui_enable                            = true
  40.  resources.Jquery.ui_version                           = 1.9m6
  41.  resources.Jquery.uiversion                            = 1.9m6
  42.  resources.Jquery.ui_localpath                         = "/utravel/public/js/jquery-ui-1.9m6.js";
  43.  resources.Jquery.cdn_ssl                              = false
  44.  resources.Jquery.render_mode                          = 255
  45.  resources.Jquery.stylesheet                           = "/utravel/public/css/jquery-ui-1.9m6.css"
  46.  
  47. ; ------------------------------------------------------------------------------
  48. ; Conexion Base de Datos Zend_DB
  49. ; ------------------------------------------------------------------------------
  50.  resources.db.adapter                                 = PDO_MYSQL
  51.  resources.db.params.host                             = quabox.com
  52.  resources.db.params.username                         = quabox_utravel
  53.  resources.db.params.password                         = utravel
  54.  resources.db.params.dbname                           = quabox_utravel
  55.  resources.db.params.profiler.enabled                 = "true"
  56.  resources.db.params.profiler.class                   = "Zend_Db_Profiler_Firebug"
  57.  
  58. [staging : production]
  59.  
  60. [testing : production]
  61.  phpSettings.display_startup_errors                   = 1
  62.  phpSettings.display_errors                           = 1
  63.  resources.frontController.params.displayExceptions   = 1
  64.  
  65. [development : production]
  66.  phpSettings.display_startup_errors                   = 1
  67.  phpSettings.display_errors                           = 1
  68.  resources.frontController.params.displayExceptions   = 1