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 joomla-de...@googlegroups.com
Hi! I'm using the validation for my form that loads though JForm. Some fields have a validate tag e.g. <field name="captcha" type="captcha" validate="captcha" />. In template I insert JHtml::_('behavior.formvalidation'); but when I press on submit button I get an error:
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 Joomla! General Development
validator is using MooTools class Hash (http://mootools.net/docs/more/ Types/Hash) contained in MooTools More. Looks like there's a bug and
it's not being loaded along.
Quick fix is to force it using 'JHtml::_('behavior.framework', true);'
piotr_cz
unread,
Apr 9, 2013, 3:38:19 AM4/9/13
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