Re: [fw-general] Adding full stops at the end of validation messages - trouble?

2012-12-27 Thread Andreas Möller
Hello Ralf, I know its xmas but do you have any news on this. Just again I have the problem with untranslated validator messages and I am starting again to mess around with setting messages for each validator I use. I haven't had much of a chance to work on this over the last two to three

Re: [fw-general] Adding full stops at the end of validation messages - trouble?

2012-12-27 Thread Andreas Möller
Hello Ralf, What do you say? So, after having had a look at Zend\Validator\AbstractValidator, translation obviously occurs in the validator, why setting form error messages in the form *after* validation has occurred will leave form error messages untranslated. Best regards, Andreas --

[fw-general] A pdf in the view

2012-12-27 Thread Javier Garcia
HI, I have just created a code to create a pdf and download it, but.. how can i see in the browser instead of downloading? Javi -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr...@lists.zend.com

Re: [fw-general] Adding full stops at the end of validation messages - trouble?

2012-12-27 Thread Ralf Eggert
Hi Andreas, currently I use this code in a ListenerAggregate class to add the translations for validators: $baseDir = APPLICATION_ROOT . '/module/Application/language'; $translator = Translator::factory(array( 'locale'= 'de',

[fw-general] Internal Server Error after redirect

2012-12-27 Thread Yves S. Garret
Happy holidays! Here is a particularly annoying problem. This is my view, controller and form (which display just fine): index.phtml http://bin.cakephp.org/view/1236898095 IndexController.php http://bin.cakephp.org/view/495146004 Input.php http://bin.cakephp.org/view/78459877 Now, when you

Re: [fw-general] Internal Server Error after redirect

2012-12-27 Thread Jonathan Sundquist
What does it say within your error log? On Thu, Dec 27, 2012 at 9:51 AM, Yves S. Garret yoursurrogate...@gmail.comwrote: Happy holidays! Here is a particularly annoying problem. This is my view, controller and form (which display just fine): index.phtml

[fw-general] Re: Internal Server Error after redirect

2012-12-27 Thread Yves
This is what I have for Zend\Apache2\logs\access.log: http://bin.cakephp.org/view/1851577096 This is what I have for Zend\Apache2\logs\error.log: http://bin.cakephp.org/view/192134298 What should I be looking for? On Thu, Dec 27, 2012 at 11:04 AM, jsundquist [via Zend Framework Community]

[fw-general] Re: Internal Server Error after redirect

2012-12-27 Thread Yves
Ok, I followed this article [ http://www.egometry.com/gruedorf/request-exceeded-the-limit-of-10-internal-redirects-due-to-probable-configuration-error/ http://www.egometry.com/gruedorf/request-exceeded-the-limit-of-10-internal-redirects-due-to-probable-configuration-error/ ] and changed my