[symfony-users] Propel admin generator in combination with internationalisation

2009-12-18 Thread thomees
I've ran into a problem with propels admin generator. I recently
internationalized my database schema and would like to be able to
manage the multilingual content in my backend.

However, symfony spits out all sorts of errors. I moved the columns
with multilingual content into the corresponding  tables (naturally),
but now symfony complains that the fields cannot be found.

For example when I execute propel:data-load I get: ``Call to undefined
method BasePage::getTitle''

The documentation says that symfony generates proxy methods to access
the internationalized content with a default culture, but apparently
this is not so.


Any helpful tips or further reading would be very much appreciated

Thomas

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.




[symfony-users] Admin generator translation in sf1.4

2009-12-11 Thread thomees
I've been using the admin generator quite a lot for my Dutch
customers. So it was a very handy feature that the admin generator was
translated by default. To accomplish that, I used the following
settings.yml options:

all:
  .settings:
i18n:   on
default_culture:nl_NL

But since I've been using sf1.4, the interface is in English again! Do
I have to do something else despite changing these options to enable
the translation to Dutch?

Kind regards

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.