Foros del Web » Programando para Internet » PHP » Zend »

Como usar Zend en un hosting gratuito

Estas en el tema de Como usar Zend en un hosting gratuito en el foro de Zend en Foros del Web. Estoy siguiendo el tutorial http://akrabat.com/zend-framework/zend-framework-on-a-shared-host/ y he puesto el App_Controller_Plugin_View.php en la carpeta application pero no consigo resultados, simplemente aparece la pantalla en blanco, sin ...
  #1 (permalink)  
Antiguo 26/09/2012, 10:41
 
Fecha de Ingreso: septiembre-2012
Mensajes: 2
Antigüedad: 11 años, 7 meses
Puntos: 0
Como usar Zend en un hosting gratuito

Estoy siguiendo el tutorial http://akrabat.com/zend-framework/zend-framework-on-a-shared-host/ y he puesto el App_Controller_Plugin_View.php en la carpeta application pero no consigo resultados, simplemente aparece la pantalla en blanco, sin errores y sin nada.

Mi application.ini es

[production]
phpSettings.display_startup_errors = 0
phpSettings.display_errors = 0
phpSettings.upload_max_filesize = 100M
phpSettings.post_max_size = 100M
phpSettings.max_execution_time = 6000
phpSettings.memory_limit = 100M
phpSettings.max_input_time = 6000
phpSettings.error_reporting = E_ALL & ~E_NOTICE

includePaths.library = APPLICATION_PATH "/../library"
bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
bootstrap.class = "Bootstrap"
appnamespace = "Application"
resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
resources.frontController.params.displayExceptions = 0
resources.view[] = ""
resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts/"
resources.view.encoding = "UTF-8"
resources.view.contentType = "text/html; charset=UTF-8"

[staging : production]

[testing : production]
phpSettings.display_startup_errors = 1
phpSettings.display_errors = 1
phpSettings.upload_max_filesize = 100M
phpSettings.post_max_size = 100M
phpSettings.max_execution_time = 6000
phpSettings.memory_limit = 100M
phpSettings.max_input_time = 6000

[development : production]
phpSettings.display_startup_errors = 1
phpSettings.display_errors = 1
resources.frontController.params.displayExceptions = 1
phpSettings.upload_max_filesize = 100M
phpSettings.post_max_size = 100M
phpSettings.max_execution_time = 6000
phpSettings.memory_limit = 100M
phpSettings.max_input_time = 6000

El htaccess

SetEnv APPLICATION_ENV production
RewriteEngine On
RewriteRule .* index.php

Etiquetas: gratuito, hosting, usar
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 21:01.