Under the manage forms section on the administration menu, if you select 'Set Group Categories' it gives you the option to enter a category per line.
However, when you hit the submit button, it takes you to a blank page.
In the code it is sending it to here:
<form action="'.$CONFIG->wwwroot.'action/form/manage_form" method ="post" >
Where should it be going?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Kevin Jardine@kevin
Kevin Jardine - 0 likes
- Kevin Jardine@kevin
Kevin Jardine - 0 likes
- simonit@simonit
simonit - 0 likes
- Kevin Jardine@kevin
Kevin Jardine - 0 likes
- simonit@simonit
simonit - 0 likes
- simonit@simonit
simonit - 0 likes
- Kevin Jardine@kevin
Kevin Jardine - 0 likes
You must log in to post replies.That's exactly where it should be going.
It works fine for me and my clients.
@simonit - if you have a message in your PHP error log that is related to this blank page, I'm happy to take a look at it. But I can't help otherwise as this works fine for me.
Hi Kevin,
I'm getting this error:
Fatal error: Class 'ElggUnsearchableObject' not found in /home2/myanmar6/public_html/mod/form/models/profile.php on line 56
Should also have mentioned, this is running on ELGG 1.7.1.
Cheers.
Not sure if that message is related to your problem, but it's true that that bug is fixed in the code I'm using for my own clients.
I'll try to upload a new version this week.
Thanks for that Kevin.
Have installed 0.87 version and this seems to have fixed the group categories issue.
Cheers, Simon.
Great news!