[symfony-users] Re: I18n: database configuration

2010-02-08 Thread EddieG
You do it like that: database:mysql://MYUSER:my...@unix+%2ftmp%2fmysql5.sock/MY_DB Note the "unix+" and the encoded socket url which you can generate by using rawurlencode('/tmp/mysql5.sock');. Man, that was a lot of work figuring that out! Eddie -- You received this message becaus

[symfony-users] File permissions

2010-02-07 Thread EddieG
Hi everybody, while looking for file permissions I always end up in this thread: http://groups.google.com/group/symfony-devs/browse_thread/thread/afeee2a065ca5910 ... that doesn't help too much. Obviously the permissions that can be set by using symfony project:permissions are too weak. Nonethele

[symfony-users] I18n: database configuration

2010-02-01 Thread EddieG
Hi everybody, I'm struggling to get my I18n database to work. On my local machine everything works fine using the following setting: [quote title=Quote:][url]mysql://MYUSER:my...@localhost/MY_DB[/url][/ quote] But my production server needs something like this: [quote title=Quote:]mysql:dbname=M

[symfony-users] sfForm: can't save because of missing foreign key

2010-01-22 Thread EddieG
Hi everybody, I have two tables...: - simpleTable (with attributes id and fk_veryFullTable) - veryFullTable (with attributes id and URL) ... where simpleTable has a foreign key to veryFullTable. And I want to use an admin generator form to add an entry to my simpleTable. In the default setting I

[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/ auto

[symfony-users] Class not found for GeneratorConfiguration

2010-01-20 Thread EddieG
Hi everybody, using [B]symfony 1.2.11[/B] I'm experiencing an error just like the one described in [url=http://trac.symfony-project.org/ticket/5140] ticket 5140[/url]. When I change my generator.yml file to something like "theme: myTheme" I get the following error: Fatal error: Class 'BaseContact

[symfony-users] Re: Can't install sfAdminDashPlugin :-(

2010-01-17 Thread EddieG
Hi Kevin, thanx, that helped a lot! I now have it running, using svn:externals set to the 0.9.1. release. Works like charme and I think your plugin really rocks! Eddie -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send

[symfony-users] Re: I18n + Umlauts: not working without utf8_encode

2009-08-18 Thread EddieG
It's still not working :-( So no-one has an idea? --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this gro

[symfony-users] Re: I18n + Umlauts: not working without utf8_encode

2009-08-16 Thread EddieG
Yes, I'm sure, Firefox says: "Encoding: UTF-8". Eddie --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this

[symfony-users] I18n + Umlauts: not working without utf8_encode

2009-08-15 Thread EddieG
Hi everybody, I'm desperatly trying to get I18n to work via MySQL, but Umlauts are impossible to retrieve: so echo __("Delete") will bring "L?schen". - I'm using Propel. - DB: DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci - trans_unit table: CHARSET=utf8 - propel.ini: propel.database.encodi

[symfony-users] Generator: how to do stuff that was possible in 1.1?

2009-01-27 Thread EddieG
Hi everybody, we're currently experiencing fierce difficulties with the admin generator. In symfony 1.1 it was possible to adjust the modules in quite a few ways, but now that does not seem to work anymore. HOW TO ADJUST FILTERS AND HOW TO SET GLOBAL FILTERS? In symfony 1.1 one could simply ove

[symfony-users] symfony 1.2 - propel:generate-admin does not work

2008-12-15 Thread EddieG
Hi everybody, I'm just about to switch to 1.2, but I can't get my old admin modules to work. I always end up with: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 24576 bytes) in ...\lib\model\media\om\xyzPeer.php on line 688 So I created a brand new admin module

[symfony-users] Best way to switch to Symfony 1.2 and Propel 1.3 during development?

2008-09-29 Thread EddieG
Hi everybody, I'm seeking your advice here: currently I'm in development, using - Symfony 1.1 - Propel 1.2 Since I keep having problems with Propel (memory leaks) I'd like to change to the 1.3 version. On the other hand the development will take some more months, so I wonder if I should already

[symfony-users] Re: custom admin filter

2008-07-18 Thread EddieG
Hi Laura, first you need to have a partial for the filter GUI (that you already have). Then you need to overwrite the addFiltersCriteria method (the one you find in the cached action class) in your own action class. If you only add new filters, a "parent::addFiltersCriteria( )" should be alright

[symfony-users] Re: custom Propel filenames / paths

2008-06-25 Thread EddieG
Well, you could use the attribute "phpName" which you use just like the package attribute: myReportGraphBar: _attributes: package: Report.Graph phpName: Bar Eddie --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

[symfony-users] How to make Filter Variables global?

2008-06-20 Thread EddieG
Hello everybody, could you please give me a hint, what might be the best way to make data from a filter class global? There are various possibilities, but I don't have the slightest idea which is the best... In my case, the filter gets an I18n-Info-Object from the database. And it directly sets