Re: [symfony-users] Fermeture de site pour MEP

2010-01-21 Thread Eric Catinat
Oui j'y ai pensé. J'ai d'ailleurs configurer mon fichier setting.yml de mon application avec l'attribut check_lock: on et vider le cache. Malgré cela, j'ai toujours accès à mon site... Merci, Eric. Le 20 janvier 2010 18:16, Tugdual SAUNIER tucks...@gmail.com a écrit : Bonsoir, Avez vous pensé

Re: [symfony-users] Re: Converting Word document to Html

2010-01-21 Thread Gareth McCumskey
Just remember that any view template in symfony that you need to display is inserted into your layout.php file where the line ?php echo $sf_content ? is situated. This means that if the converted file that you are trying to use as a symfony view template still contains all the html/html,

Re: [symfony-users] How to call a customer validator depends on default validator result

2010-01-21 Thread Dong YANG
Hi Sheraz, Thanks for your advise, it is helpful!! In my situation, the second validator is custom one, so I have to redefine the call as you proposed. Ok, thank you again. JoJo 2010/1/20 Sheraz Sharif sharif.she...@gmail.com Maybe you can use the sfValidatorAnd?

[symfony-users] sfPropelParanoidBehaviorPlugin not available any more?

2010-01-21 Thread Stefan Paschke
Hello migrating my project to 1.3 / 1.4, I just noticed sfPropelParanoidBehaviorPlugin is not working any more. I tried re-installing with symfony plugin:install sfPropelParanoidBehaviorPlugin but I get the error message No release available for plugin sfPropelParanoidBehaviorPlugin

Re: [symfony-users] Applying Filter to JS/CSS for CDN support

2010-01-21 Thread Paulo Magalhaes
Hi Dan, I do something similar but I didn't go through the filter route. By overwriting the _compute_public_path() in AssetHelper.php you can achieve the same: just declare the cdn hostname in your app.yml (leave blank for dev) and prepend that to the urls in that function. Cheers, PM

[symfony-users] Pan and Zoom Javascript Library for Images

2010-01-21 Thread DEEPAK BHATIA
Hi, I want to give the functionality of pan and zoom of gif images. Do we have specific plugin available for the same in the Symfony ? Regards Deepak Bhatia -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to

[symfony-users] Complex conditional validation, symfony 1.3/4

2010-01-21 Thread johnnygri
Hi there, I have a rather complicated form of 50+ fields. The value of one of the first fields dictates whether validation should be performed on approximately half of the fields or not. These fields all need to be validated using native Symfony validators. As directed by the documentation I

[symfony-users] Re: static Symfony content

2010-01-21 Thread Florian
Hello, you could hav a look at http://www.symfony-project.org/plugins/sfSuperCachePlugin/1_1_0?tab=plugin_readme On 20 jan, 19:40, Dennis gear...@sbcglobal.net wrote: Has anyone set up a .htaccess file to look for any static content matching the request ending in .html | .json | .xml combined

[symfony-users] Re: sfPropelParanoidBehaviorPlugin not available any more?

2010-01-21 Thread Massimiliano Arione
You can use the new propel behaviors: soft_delete behavior replaces sfPropelParanoidBehaviorPlugin On 21 Gen, 11:04, Stefan Paschke symfony.pasc...@gmail.com wrote: Hello migrating my project to 1.3 / 1.4, I just noticed sfPropelParanoidBehaviorPlugin is not working any more. I tried

[symfony-users] Re: Class not found for GeneratorConfiguration

2010-01-21 Thread EddieG
Well, I fixed it, but it seems to be an error. In /cache/backend/dev/config/config_autoload.yml.php the following entries are missing. Setting them manually does the trick: 'BaseSeoBacklinkContactPersonGeneratorConfiguration' = 'E:/Workspaces/ Eclipse/udw_v3/udw_v3/cache/backend/dev/modules/

[symfony-users] using SwiftMailer on multiple SMTP server

2010-01-21 Thread i70013 i70013
using symfony version 1.4.2-DEV Propel for database access I am writing a site that manages my personal data. On the site, I need to send emails from different accounts. ex. 1. a...@dfg.local 2. h...@klm.local 3. n...@qrs.local When I looked at factories.yml and also

[symfony-users] Doctrine + PostGreSQL

2010-01-21 Thread webasker
Can someone please help me? I have a database with schema main that include a table User. I get this exception when inserting an entry into table User. Doctrine_Sequence_Exception on demand sequence main.User_Id_seq could not be created at () in

[symfony-users] problems with the built-in SwiftMailer when multiple SMTP servers are needed

2010-01-21 Thread i70013 i70013
using symfony version 1.4.2-DEV Propel for database access I am writing a site that manages my personal data. On the site, I need to send emails from different accounts. ex. 1. a...@dfg.local 2. h...@klm.local 3. n...@qrs.local *emails are different from one to another. even the domain name.

[symfony-users] Re: Embed optional form

2010-01-21 Thread Paul Lanzerstorfer
Hi! I have/had the same problem here and spent the last hours on this (i would say simple) problem :). Anyway overwriting the save method in the model doesn't work, I get a SQLSTATE[23000]: Integrity constraint violation. So I was thinking of overwriting the saveEmbeddedForms function in the

[symfony-users] No content

2010-01-21 Thread Pax95
I've installed a project in my local server - WampServer and it works successfully. I added test content and uploaded it into server (www.linuxpl.com) and it doesn't show anything. -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this

[symfony-users] PROBLEM WITH SFJQUERYRELOADEDPLUGIN

2010-01-21 Thread Sorom Uzomah
Hello everyone, I'm using the jqueryreloadedplugin and I want to submit the form by AJAX. It works but when I try to use an indicator to show when the form is being processed, so that the end user can tell that something is going on, it just doesn't seem to work any longer. Does anyone have

Re: [symfony-users] No content

2010-01-21 Thread Eno
On Thu, 21 Jan 2010, Pax95 wrote: I've installed a project in my local server - WampServer and it works successfully. I added test content and uploaded it into server (www.linuxpl.com) and it doesn't show anything. Look at your web server error logs. -- -- You received this message

Re: [symfony-users] No content

2010-01-21 Thread Georg Gell
This happens sometimes when you have a fatal php error in the template (or a method called from the template) Am 21.01.2010 17:24, schrieb Pax95: I've installed a project in my local server - WampServer and it works successfully. I added test content and uploaded it into server

Re: [symfony-users] No content

2010-01-21 Thread Norbert M Haigermoser
Did you re-configure id for the new server environment (config/ database.yml etc... ) and a ./symfony doctrine:build --all --all-classes --no-confirmation Am 21.01.2010 um 20:30 schrieb Georg Gell: This happens sometimes when you have a fatal php error in the template (or a method called

[symfony-users] processing hidden input in forms

2010-01-21 Thread el-sid
hi, basically what i'm trying to do is hide two fields from the form Stock in the admin then when the user is creating or editing a new stock object. there is some background calculation that is done then passed as a request before the form is processed. The code am trying to process is this in

[symfony-users] Re: actAs Timestampable requiring created_at in update

2010-01-21 Thread diogobaeder
Guys, I made a database/model rebuild, then reloaded the data, and the problem disappeared. Strange, uh?! I mean, I never touched the Base models, only the custom ones, but rebuilding brought my system back. I'm trying to remember if there was some part I shouldn't have messed with but did it

[symfony-users] Re: processing hidden input in forms

2010-01-21 Thread el-sid
ive modified the code in the controller so that it can set the parameters before create or update like so private function processTax(sfWebRequest $request) { $price = $request-getParameter('price'); $mystock = new Stock(); $taxRate = $mystock-calculateTax($price);

Re: [symfony-users] PROBLEM WITH SFJQUERYRELOADEDPLUGIN

2010-01-21 Thread Alexandru-Emil Lupu
hi! 1) Please do not use that CAPS - LOCK in the subject field. Unfortunatelly, it won't make you smarter, and will not attract the user to answer your question. 2) do not post duplicate threads (2 threads containing same content). Most that you can do is to reply in that thread, with a s content

[symfony-users] Re: Symfony's Database Session's table structure.

2010-01-21 Thread a...@speedypin.com
I guess not enough where you reference Eno, because it’s a bit brief there, and I went through that documentation before posting. Looking at the documentation in hindsight, I still didn’t see the complete answer to my question. Anyway I gave 2 more follow up responses stating some other snippets

[symfony-users] Coda and symfony

2010-01-21 Thread espo
Hey guys, im quite new to symfony and Coda too. Is there a way to get autocompletion for symfony features in Coda. Because its quite anoying to have no autocompletion for symfony features. Maybe someone can point me on a howto or give me a hand on this. Thanks in advance Greetings espo --

[symfony-users] Re: Pan and Zoom Javascript Library for Images

2010-01-21 Thread Magic Toolbox
Deepak, We are about to add GIF support to Magic Touch. It was designed for pan and zoom of images: http://www.magictoolbox.com/magictouch/ It's easy to use without a plugin, but we could probably create a Symfony plugin for you if you need. Magic Toolbox On Jan 21, 3:11 pm, DEEPAK BHATIA

[symfony-users] Re: processing hidden input in forms

2010-01-21 Thread Tom Ptacnik
Try to debug if processTax() is executed ie. simply do echo I'm here;exit; or something like that. And when you will be sure that it isn't executed or it's executed, then do some more ... On 21 led, 21:46, el-sid sydneyari...@gmail.com wrote: ive modified the code in the controller so that it

Re: [symfony-users] Re: Pan and Zoom Javascript Library for Images

2010-01-21 Thread DEEPAK BHATIA
Hello, Thanks for your mail. I hope this is free. Regards Deepak Bhatia On Fri, Jan 22, 2010 at 11:47 AM, Magic Toolbox themagictool...@googlemail.com wrote: Deepak, We are about to add GIF support to Magic Touch. It was designed for pan and zoom of images: