[symfony-users] Re: Problem with strange number showing after body

2008-10-03 Thread Dmitry Nesteruk
yes, I have same problem, But I did not solved this. I changed hosting and the problem was disappeared. 2008/10/3 Sid Bachtiar [EMAIL PROTECTED] Hi, I have this weird problem with a symfony website that I developed. It is symfony1.1. What's weird is that this problem only comes from

[symfony-users] Symfony + smarty

2008-10-03 Thread Prashanth
Hi, Do any of guys tried using smarty and symfony, Is this efficient way? -- regards, Prashanth --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email

[symfony-users] Re: Symfony + smarty

2008-10-03 Thread Ian Christian
2008/10/3 Prashanth [EMAIL PROTECTED]: Do any of guys tried using smarty and symfony, Is this efficient way? There's 2 plugins for this.. not tried them myself. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[symfony-users] Re: Symfony + smarty

2008-10-03 Thread Prashanth
Hi lan, On Fri, Oct 3, 2008 at 5:21 PM, Ian Christian [EMAIL PROTECTED] wrote: There's 2 plugins for this.. not tried them myself. Is it good or efficient way to do this? Symfony does the template engine job, does smarty over load or is it double parsing ? -- regards, Prashanth

[symfony-users] how can ajax be used in joomla 1.1

2008-10-03 Thread vidya
i have used a code for ajax it is working but with simple php the values on form are getting by using get method i can not get selected values in joomla --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users

[symfony-users] Re: Problem with strange number showing after body

2008-10-03 Thread Benjamin
we had the same problem here on certain machine, not solved either On Oct 3, 9:26 am, Dmitry Nesteruk [EMAIL PROTECTED] wrote: yes, I have same problem, But I did not solved this. I changed hosting and the problem was disappeared. 2008/10/3 Sid Bachtiar [EMAIL PROTECTED] Hi, I have

[symfony-users] Re: Problem with strange number showing after body

2008-10-03 Thread Kiril Angov
The thing to check would be to turn off any opcode optimizer you might have installed. I also remember getting this weirdness when using Lighttpd with php-fcgi. But it definitely smells like an opcode optimizer problem. Kiril On Fri, Oct 3, 2008 at 1:17 PM, Benjamin [EMAIL PROTECTED] wrote:

[symfony-users] Re: Symfony + smarty

2008-10-03 Thread Pablo Godel
I would say it is not efficient, since as you say, Symfony already does it. Now, if you have developers that are used to Smarty, then this is another story. But I would recommend against it. Pablo On Fri, Oct 3, 2008 at 7:59 AM, Prashanth [EMAIL PROTECTED] wrote: Hi lan, On Fri, Oct 3, 2008

[symfony-users] Sending partial form data

2008-10-03 Thread Paul Jones
Hello, I have a question about how forms are supposed to behave. I generated a basic crud interface and interact with it via ajax. When I call the update method a sfFormPropel form is created, the post data is bound to the form and then the form is saved if it is valid. All the basic stuff. The

[symfony-users] Sending mails with maillayout in sf1.1

2008-10-03 Thread freakx0
How is the best way to send mails (text/plain, html) in actions with an layout (layouts/mail.php)? With partials and components there are no global informations possible (like same header + footer and design in every outgoing email). I didn't find a nice looking solution for that. How can that

[symfony-users] Re: sfForms - group validator

2008-10-03 Thread adrive
For example I have such forms: class ArticleForm extends sfFormDoctrine { public function setUp() { $this-setWidgets(array( 'id' = new sfWidgetFormInputHidden(), 'title' = new sfWidgetFormInput(array(), array('size'=80)), 'teaser' = new

[symfony-users] Re: symfony tinymce spellchecker_rpc_url

2008-10-03 Thread kevinkevin
Anyone? help..please :) On Oct 1, 2:22 pm, kevinkevin [EMAIL PROTECTED] wrote: I am trying to implement the spellchecker on tinymce. I have been successful adding the basic settings in app.yml to get it working, except that I get an error: 'please specify spellchecker_rpc_url' I am not

[symfony-users] Re: form framework style

2008-10-03 Thread Ian Christian
2008/10/2 Jonathan Franks [EMAIL PROTECTED]: the form framework book has a nice simple style applied to all the forms it shows. Is the css for this available anywhere?? Jon! I've no idea what they are using, but.. this is pretty close: form table label { font-weight: bold; width:

[symfony-users] symfony 1.1.4 released: Security fix

2008-10-03 Thread Fabien Potencier
In accordance with our security policy, we are releasing today symfony 1.1.4 to fix a security issue that has been reported by a symfony user earlier today. This post contains the description of the vulnerability and the description of the changes we have made to fix it. The affected symfony

[symfony-users] Re: Sending partial form data

2008-10-03 Thread Paul Jones
So I have worked around the problem I discovered. In the BaseFormPropel class I overrode the bind method so that, in essence, $taintedValues start with the default values instead of starting with all null values. This way if I do not pass in a value, the current value is not changed. I can still

[symfony-users] Re: where is the sfForm book chapter 5 ?

2008-10-03 Thread Adam
On Oct 2, 9:50 am, Fabien Potencier [EMAIL PROTECTED] project.com wrote: Not yet written. I understand that there isn't time right now to complete the manual. But having at minimum an index in place showing what would go into those four missing chapters would be hugely helpful. That way we

[symfony-users] Symfony 1.1, i18n y sfGuard

2008-10-03 Thread Reynier Perez Mira
Hi every: I'm developing a fresh application and I take Symfony 1.1.4 as Symfony release. I'm using also the sfGuard plugin to take advantage in user and group managment. Because I speak Spanish I want to internationalize the app and for that I do this: 1) Activate the right options in