Agile project management as never seen before.
0
Solucionado

PHP Error creating a project

BrianG hace 13 años actualizado por Ricardo hace 13 años 0

PHP Error

Cannot modify header information - headers already sent by (output started at /homepages/44/d353854819/htdocs/tonkapps/scrumrf/protected/messages/en/gui.php:1)

/homepages/44/d353854819/htdocs/tonkapps/yii/framework/web/CHttpRequest.php(657)

645     /**646      * Redirects the browser to the specified URL.647      * @param string $url URL to be redirected to. If the URL is a relative one, the base URL of648      * the application will be inserted at the beginning.649      * @param boolean $terminate whether to terminate the current application650      * @param integer $statusCode the HTTP status code. Defaults to 302. See {@link http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html}651      * for details about HTTP status code. This parameter has been available since version 1.0.4.652      */653     public function redirect($url,$terminate=true,$statusCode=302)654     {655         if(strpos($url,'/')===0)656             $url=$this->getHostInfo().$url;657         header('Location: '.$url, true, $statusCode);658         if($terminate)659             Yii::app()->end();660     }661 662     /**663      * Returns the user preferred language.664      * The returned language ID will be canonicalized using {@link CLocale::getCanonicalID}.665      * This method returns false if the user does not have language preference.666      * @return string the user preferred language.667      */668     public function getPreferredLanguage()669     {

Stack Trace

#0
+
  /homepages/44/d353854819/htdocs/tonkapps/yii/framework/web/CHttpRequest.php(657): header("Location: http://www.scrumrf.com/project/1106", true, 302)
#1
+
  /homepages/44/d353854819/htdocs/tonkapps/yii/framework/web/CController.php(1005): CHttpRequest->redirect("/project/1106", true, 302)
#2
  /homepages/44/d353854819/htdocs/tonkapps/scrumrf/protected/controllers/ProjectController.php(112): CController->redirect(array("project/view", "id" => "1106"))
107                 if ($model->save()) {108                     $pusers = $_POST['users'];109                     $this->saveProjectUsers($model, $pusers);110                     $transaction->commit();111                     user()->setFlash('success', t('msg', 'project.save.ok'));112                     $this->redirect(array('project/view', 'id' => $model->project_id));113                 }114             } catch (Exception $e) {115                 yiilog($e, 'error');116                 $transaction->rollBack();117                 user()->setFlash('error', t('msg', 'project.save.error'));
#3
+
  /homepages/44/d353854819/htdocs/tonkapps/yii/framework/web/actions/CInlineAction.php(50): ProjectController->actionCreate()
#4
+
  /homepages/44/d353854819/htdocs/tonkapps/yii/framework/web/CController.php(300): CInlineAction->runWithParams(array())
#5
+
  /homepages/44/d353854819/htdocs/tonkapps/yii/framework/web/filters/CFilterChain.php(133): CController->runAction(CInlineAction)
#6
+
  /homepages/44/d353854819/htdocs/tonkapps/yii/framework/web/filters/CFilter.php(41): CFilterChain->run()
#7
+
  /homepages/44/d353854819/htdocs/tonkapps/yii/framework/web/filters/CFilterChain.php(130): CFilter->filter(CFilterChain)
#8
+
  /homepages/44/d353854819/htdocs/tonkapps/yii/framework/web/filters/CFilter.php(41): CFilterChain->run()
#9
+
  /homepages/44/d353854819/htdocs/tonkapps/yii/framework/web/CController.php(1122): CFilter->filter(CFilterChain)
#10
+
  /homepages/44/d353854819/htdocs/tonkapps/yii/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(CFilterChain)
#11
+
  /homepages/44/d353854819/htdocs/tonkapps/yii/framework/web/filters/CFilterChain.php(130): CInlineFilter->filter(CFilterChain)
#12
+
  /homepages/44/d353854819/htdocs/tonkapps/yii/framework/web/CController.php(283): CFilterChain->run()
#13
+
  /homepages/44/d353854819/htdocs/tonkapps/yii/framework/web/CController.php(257): CController->runActionWithFilters(CInlineAction, array("accessControl", array("application.filters.YXssFilter", "clean" => "*", "tags" => "strict", "actions" => "all")))
#14
+
  /homepages/44/d353854819/htdocs/tonkapps/yii/framework/web/CWebApplication.php(328): CController->run("create")
#15
+
  /homepages/44/d353854819/htdocs/tonkapps/yii/framework/web/CWebApplication.php(121): CWebApplication->runController("project/create")
#16
+
  /homepages/44/d353854819/htdocs/tonkapps/yii/framework/base/CApplication.php(155): CWebApplication->processRequest()
#17
  /homepages/44/d353854819/htdocs/tonkapps/scrumrf/index.php(15): CApplication->run()
10 // specify how many levels of call stack should be shown in each log message11 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);12 13 require_once($globals);14 require_once($yii);15 Yii::createWebApplication($config)->run();
2011-11-30 21:30:55 Apache Yii Framework/1.1.7
Respuesta
Ricardo hace 13 años
Hi Brian!
Try now to check if it works ok.
Thanks for your feedback!
Cheers!
0
Solucionado

"welcome" mal escrito.

Fabrizio Bartolini hace 14 años actualizado por Ricardo hace 14 años 0
En la pagina de inicio, una vez te has autenticado, en ingles aparece "wellcome" seguido de tu nombre y apellido y la palabra correcta es "welcome" con una sola L
0

Cadena Filter sin traducir

Abel Ruiz hace 14 años 0

Cuando tienes la aplicación en castellano, aparece la pala "Filter" en el filtro de personas (puede que en proyectos ocurra lo mismo)

0
COMPLETADO

se mezclan letras de descripción y datos de historias

Jos Vargas Paz hace 14 años actualizado por Ricardo hace 14 años 0
cuando se encoje el navegador la descripción del la historia se mezcla con la prioridad y los puntos
Respuesta
Ricardo hace 14 años
Hola Jos!
Apuntado para arreglarlo!
Gracias!
0
Solucionado

Diferente maxlenght en comentarios tarea

huanho hace 14 años actualizado por Ricardo hace 14 años 2

Diferente maxlengh en campo comentario de la tarea en pila sprint: De enlace ver comentarios a dialogo edicion tarea 

Respuesta
Ricardo hace 14 años
Hola huanhu!
Lo pongo en la todo list para este fin de semana!
Gracias por el feedback!
0

Como hago para utilizar la version comercial? Está disonible?

mario arleth orozco gil hace 11 años 0

quiero utilizar la herramienta pero no puedo limitarme a usar solo 5 proyectos. Necesito utilizar más. Como le hago ahí? Cuanto cuesta y por qué tan caro? Por donde se paga? Qué planes hay? Muchas gracias por la ayuda.

0

Overlaped sprints IS possible

Mario hace 13 años 0
I can create 2 overlaped sprints - seems like a bug now, because you can't use it.
But cold be a nice feature (maybe?)
0
Solucionado

Traducciones de la herramienta?

Pepe Doval hace 14 años actualizado por Ricardo hace 14 años 3
Aunque no hay selección de idioma, mi navegador está configurado en inglés y veo que me salen algunos textos en castellano y otros en inglés. Entiendo que hay partes de la aplicación traducidas al inglés.

¿Tenéis en mente hacer traducciones de la aplicación? ¿Cómo podríamos colaborar en las mismas?
Respuesta
Ricardo hace 14 años
Está corregido todo esto que mencionabas.
Saludos
0

no puedo ingresar

Ana Maria Fernandez P hace 11 años 0
Buenas noches ya estoy registrada pero es imposible acceder, que sucede
0
Solucionado

Control de excepciones al caducar sesión

Abel Ruiz hace 14 años actualizado por Ricardo hace 14 años 0
Caundo estás editando historias de usuario y te caduca la sesión, si pulsas F5 para actualizar la página, te la deja en blanco, mostrando únicamente un texto de excepción de PHP.

Respuesta
Ricardo hace 14 años
Esto parece que está solucionado ya.
Un saludo y gracias por el feedback!