Hi all,

I have a strange problem. My application was started with symfony 1.2 and currently I am migrating to 1.3/1.4. After updateing, the I18N values are not saved into the database anymore. Everything should be fine, at least it was with 1.2. The logs show no errors, but the strange thing is that the SQL-Update statement is something like

UPDATE myTable_i18n SET 'ID'=NULL, 'CULTURE'=NULL, 'MYVALUE'='MY-I18N-TEXT' WHERE myTable_i18n.ID IS NULL AND myTable_i18n.CULTURE IS NULL

I can't figure out, why the ID is null and the culture as well. When creating new objects, everything goes fine. The Problem exists only when updateing.

This happens in all my I18N-Tables.

Did anybody else experience this problem? what could be a solution?

Thanks and regards,
Christopher

--
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 group, send email to symfony-users@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

Reply via email to