Call to undefined method DmSettingFormFilter::mergeI18nForm.
29 views
Skip to first unread message
mdf092
unread,
Apr 15, 2012, 3:15:18 AM4/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to diem-users
Hello All
I can't find what the problem is?
I'm so appreciated if anyone can help
Audrius
unread,
Apr 26, 2012, 10:16:30 AM4/26/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to diem-...@googlegroups.com
i have the same problem, sloved?
Mohammad Damavandi
unread,
Apr 27, 2012, 2:49:49 AM4/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to diem-...@googlegroups.com
not yet
any idea?
Stéphane
unread,
Apr 27, 2012, 3:39:32 AM4/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to diem-...@googlegroups.com
This method is generated by the form generator bundled with Diem. Look at the sfDoctrineForm in one of the two data/generator directories under dmFront, dmCore or dmAdmin.
Run dm:setup to generate these classes using the correct generator.
Regards,
4levels
unread,
Apr 27, 2012, 5:53:08 AM4/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to diem-...@googlegroups.com
You can easily get this error if you run the ./symfony doctrine:build --forns or --all-classes.
Diem uses an extended form generator which is automatically used when using the dm:setup task.
Kind regards,
Erik
Stéphane
unread,
Apr 27, 2012, 6:09:14 AM4/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to diem-...@googlegroups.com
Look at the DmSetupTask and you'll see it calls doctrine:build-forms & build-filters with specific --generator-class= option.