Buenas tardes, Recientemente hallé un snippet (http://snippets.symfony-project.org/ snippet/405) que me facilita el poder auditar las tablas de mi base de datos.
El problema lo tengo con los fixtures... al hacer una tabla auditable, me genera el siguiente error: Unknown record property / related component "system_user" on <la tabla auditable> He intentado meter "system_user" como un usuario más de la tabla sf_guard_user, pero no ha funcionado. ¿Alguien ha usado este snippet y ha intentado meter fixtures? ----------------------------------------------------------------------------------------------------------------------------------------------------------- Hi all, Recently I discover a code snippet (http://snippets.symfony- project.org/snippet/405) that makes my auditable tables easier. When I want to run a fixture in an auditable table, symfony shows me the next error: Unknown record property / related component "system_user" on <auditable table> I tried to fill "system_user" as user in sf_guard_user, but the error doesn't dissappear. Anyone has used this snippet and tried to run fixtures? Thanks all... -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
