Re: [symfony-users] Re: migrations trouble: sfpropelmigrationslightplugin

2010-04-26 Thread Parijat Kalia
Hey Eno/Ajay..and everyone else who is interested in this post (:)). Here is one another post to the multitude of posts that I have been posting...my problem is not resolved yet...and thanks for your patience and consideration to help me out: here is what I did: *php symfony publish:assets

Re: [symfony-users] help_sfPhpExcelPlugi

2010-04-26 Thread DEEPAK BHATIA
Are you able to create an instance of the as given in example01. The resulting file with === $objPHPExcel = new sfPhpExcel(); // Set properties $objPHPExcel->getProperties()->setCreator("Maarten Balliauw"); $objPHPExcel->getProperties()

[symfony-users] help_sfPhpExcelPlugi

2010-04-26 Thread safa boubekri
hello everybody i have installed sfPhpExcelPlugi but i have a problem it ins'nt work well if the is another plugin to generate file excel thank you -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this mes

[symfony-users] sfAdminThemeJrollerPlugin is not ie compatible?

2010-04-26 Thread Sergio Fabián
Hi sf users! I'm using the sfAdminThemeJrollerPlugin and noticed that in iexplorer 7 there are some visual errors (error labels and icons of submit buttons in wrong positions, borders, etc). It's compatible with browsers like iexplorer? -- Lic. Sergio Fabián Vier "Software Libre'' es un asunto

[symfony-users] Re: CSRF attack detected message

2010-04-26 Thread alt3r n
Try this: http://stackoverflow.com/questions/2578397/symfony-1-4-custom-error-message-for-csrf-in-forms Doesn't seem to be working for me. Let us know how you get on. Cheers! On Mar 24, 12:00 pm, Dss wrote: > Hello all! > IsthereawaytochangeorcustomizetheCSRFattackdetectedmessage > in Symfony

Re: [symfony-users] Functions other than executeActionXXX()

2010-04-26 Thread Richard D Shank
On Sun, 2010-04-25 at 19:10 -0700, Parijat Kalia wrote: > Hey guys, > > I am sure we can define different functions in Symfony, other than the > executeActionXXX() types. Suppose I wanna define a function that does > a task in several other functions. How can I go about doing this? > for e.g >

Re: [symfony-users] Doctrine innerJoin doubt

2010-04-26 Thread vivek pandey
I am new for symfony so i just want to know that how to configure it on localhost with xampp.I download it but i am not able to understand how to start with it for new project. I look forward to hearing from you. Thanks in advanced. Started with symfony On Sat, Apr 24, 2010 at 10:06 AM, fRAnKEn

[symfony-users] manual ajax symfony 1.4

2010-04-26 Thread neoslink
hola soy nuevo en symfony y lo que me hace falta es comprender como funciona toda la parte de inserciones consultas y eliminaciones de symfony a mysql por medio de ajax, y seria de gran ayuda si alguien tuviese un tutorial ya que eh estado navegando toda la tarde y no encuentro nada. gracias de a

[symfony-users] Re: Propel nested set and sfOutputEscaperIteratorDecorator - too many queries

2010-04-26 Thread Rytis Daugirdas
To output a list of nodes, obviously. On Apr 26, 4:20 pm, Massimiliano Arione wrote: > It's not clear to me why you want to use an iterator in a template. > > cheers > Massimiliano > > On 26 Apr, 10:56, Rytis Daugirdas wrote: > > > > > Hello, > > > When using Propel's nested set behaviour, itera

Re: [symfony-users] Re: migrations trouble: sfpropelmigrationslightplugin

2010-04-26 Thread Eno
On Sun, 25 Apr 2010, Parijat Kalia wrote: > I was hoping somebody would have some leads on this, but it doesn't seem > that way. Or maybe the message wasn't delivered. I have the configuration > set in settings.yml to enable the plugin. Wonder what's going wrong. Thanks! Judging from your (multit

[symfony-users] Re: Zend et Symfony

2010-04-26 Thread Omar El Mazny
i added static protected $zendLoaded = false; static public function registerZend() { if (self::$zendLoaded) { return; } set_include_path(sfConfig::get('sf_lib_dir').'/ vendor'.PATH_SEPARATOR.get_include_path()); require_once sfConfig::get('sf_lib_dir').'/vendor/Zend

Re: [symfony-users] Zend et Symfony

2010-04-26 Thread khalid
hello, Your probleme come to the autoload of symfony. how you are integrated zend ? 2010/4/26 Omar El Mazny > Hello, > > I integrated Zend with symfony the search feature is working really > good but when it comes to the pdf class i keep getting this error > message > "Fatal error: Class 'Zend_

[symfony-users] Re: sf directory problem

2010-04-26 Thread Tom Ptacnik
Is your Symfony project working? Can you see at least some homepage on the URL http://mysite or something like that? On 26 dub, 14:13, Tamas Amon wrote: > Hello, > > I have the following line in my apache settings file: > > Alias /sf /usr/share/php/data/symfony/web/sf > > Then when I write to th

[symfony-users] Re: The signin form appears even when i have the security set to false

2010-04-26 Thread Omar El Mazny
when the default is on your module will always stay secured even if it's false so don't set a default & secure each module separately On Apr 25, 5:08 pm, Javier Garcia wrote: > If i remove sfDoctrineGuardPlugin i get this error: > > 404 | Not Found | sfError404Exception > Action "sfGuardAuth/sign

[symfony-users] Re: The signin form appears even when i have the security set to false

2010-04-26 Thread Tom Ptacnik
Maybe security is set to true in the plugin/module config. On 25 dub, 15:12, Javier Garcia wrote: > Hi, > > i have installed sfDoctrineGuardExtraPlugin and when i try to execute an > action from sfGuardRegister sfGuardForgotPassword i get the > sfDoctrineGuardUser signin form. > > I have the sec

[symfony-users] Zend et Symfony

2010-04-26 Thread Omar El Mazny
Hello, I integrated Zend with symfony the search feature is working really good but when it comes to the pdf class i keep getting this error message "Fatal error: Class 'Zend_Pdf' not found in \module\actions \actions.class.php on line 227" do you know why or how to resolve the issue !!! despite

[symfony-users] Re: Functions other than executeActionXXX()

2010-04-26 Thread rafaelgou
If you create a module with generator (not admin) you'll see an example of processing form, a protected method that is reused by the actions create and update. ./symfony doctrine:generate-module (...) or ./symfony propel:generate-module (...) []'s Rafael Goulart from Brazil On 25 abr, 23:10, Pa

Re: [symfony-users] sf directory problem

2010-04-26 Thread Alexandru-Emil Lupu
1. That tool allowed you to see how you can build a sf 404 module ... http://symfony-check.org/permalink/customize-the-oops-page-not-found-page 2. however, i think you have to add a directory or location parameter Alias /sf/ "/path/to/sf/data/web/sf/" Options Indexes MultiViews FollowS

[symfony-users] Re: Propel nested set and sfOutputEscaperIteratorDecorator - too many queries

2010-04-26 Thread Massimiliano Arione
It's not clear to me why you want to use an iterator in a template. cheers Massimiliano On 26 Apr, 10:56, Rytis Daugirdas wrote: > Hello, > > When using Propel's nested set behaviour, iteration over a node set in > a template (with output escaping enabled) produces too many queries. > > Here's a

Re: [symfony-users] sf directory problem

2010-04-26 Thread Tamas Amon
Hmm. I do not really understand it. How can I use this tool? And my problem is I have en apache 404 error, not symfony. On 26 April 2010 14:15, Alexandru-Emil Lupu wrote: > http://symfony-check.org/ > > On Mon, Apr 26, 2010 at 3:12 PM, Ámon Tamás wrote: >> Hello, >> >> I have the following line

[symfony-users] Re: foreign key relations in admin generator

2010-04-26 Thread SatBoy78
ok, thanks a lot I'll try to solve my problem following your hints On 26 Apr, 09:28, Tom Ptacnik wrote: > Ok, then it looks that localAlias doesn't exist, sry for that :) > > So make it ' foreignAlias Ristorantes ' > > And you can use method on Ristorante object ->getZoneCita() (gives you > 1 Z

Re: [symfony-users] sf directory problem

2010-04-26 Thread Alexandru-Emil Lupu
http://symfony-check.org/ On Mon, Apr 26, 2010 at 3:12 PM, Ámon Tamás wrote: > Hello, > > I have the following line in my apache settings file: > > Alias /sf /usr/share/php/data/symfony/web/sf > > Then when I write to the URL the following: > > http://mysite/sf/something I get an apache 404 not f

[symfony-users] sf directory problem

2010-04-26 Thread Tamas Amon
Hello, I have the following line in my apache settings file: Alias /sf /usr/share/php/data/symfony/web/sf Then when I write to the URL the following: http://mysite/sf/something I get an apache 404 not found error. How can I get my own symfony 404 error, or redirect to an other page? -- Ámon T

[symfony-users] sf directory problem

2010-04-26 Thread Ámon Tamás
Hello, I have the following line in my apache settings file: Alias /sf /usr/share/php/data/symfony/web/sf Then when I write to the URL the following: http://mysite/sf/something I get an apache 404 not found error. How can I get my own symfony 404 error, or redirect to an other page? -- Ámon T

Re: [symfony-users] help_sfPhpExcelPlugi

2010-04-26 Thread Stéphane
Try simply creating an empty xls document at first ? Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Mon, Apr 26, 2010 at 1:23 PM, safa boubekri wrote: > > > $objPHPExcel->getProperties()->setCreator("Maarten

Re: [symfony-users] help_sfPhpExcelPlugi

2010-04-26 Thread safa boubekri
$objPHPExcel->getProperties()->setCreator("Maarten Balliauw"); $objPHPExcel->getProperties()->setLastModifiedBy("Maarten Balliauw"); $objPHPExcel->getProperties()->setTitle("Office 2007 XLSX Test Document"); $objPHPExcel->getProperties()->setSubject("Office 2007 XLSX Test Document");

Re: [symfony-users] help_sfPhpExcelPlugi

2010-04-26 Thread Stéphane
Why do you say it doesnt work because you have office 2003 ? Have you seen such a thing somewhere ? Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Mon, Apr 26, 2010 at 1:16 PM, safa boubekri wrote: > hello >

Re: [symfony-users] help_sfPhpExcelPlugi

2010-04-26 Thread safa boubekri
hello so sir i put this code but i dont get the file xsl i thik because i have office2003 please help me -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups

[symfony-users] Re: Form not processing upon submit

2010-04-26 Thread rooster (Russ)
Just a quick note The Form helper is Deprecated, so if you are thinking of moving to Symfony 1.3/1.4 any time - I'd advise against using the form_tag() function. It's really the only thing you are using the helper for, since all the other widgets etc. are provided by the forms framework. Russ.

[symfony-users] Download filename is not correct in internet explorer

2010-04-26 Thread saki
Hi Girls, Guys... I'm using this code to download files. The whole page is using UTF-8, the database using utf8_unicode_ci. Everything works fine, but the filename of the downloading file has a charset problem in Internet Explorer. Only in IE! I'm using iso-8859-2 characters in the filename, howev

[symfony-users] Re: Search in text files.

2010-04-26 Thread apm
just reinstall all from empty. The same result. Somebody help me ... -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this gro

[symfony-users] Propel nested set and sfOutputEscaperIteratorDecorator - too many queries

2010-04-26 Thread Rytis Daugirdas
Hello, When using Propel's nested set behaviour, iteration over a node set in a template (with output escaping enabled) produces too many queries. Here's an example: http://pastebin.com/KTzDfvwd Using the unescaped iterator works fine. Is that a bug in sfOutputEscaperIteratorDecorator? If not, h

[symfony-users] Re: foreign key relations in admin generator

2010-04-26 Thread Tom Ptacnik
Ok, then it looks that localAlias doesn't exist, sry for that :) So make it ' foreignAlias Ristorantes ' And you can use method on Ristorante object ->getZoneCita() (gives you 1 ZoneCita object) And on ZoneCita object use ->getRistorantes() (this name is taken from the foreignAlias specification)