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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
16 matches
Mail list logo