This fixed a bug that prevented the plugins from working on new installs and corrects a malformed php tag in the my_forms.php page that lists custom content.
If you installed the plugins for the first time last week and can not get them to work, check the entities_subtypes table in your Elgg install and remove any references to "ElggUnsearchableObject" in the class column.
Sorry about that.
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.
- Ruben@rubenz

Ruben - 0 likes
- Kevin Jardine@kevin

Kevin Jardine - 0 likes
- Kevin Jardine@kevin

Kevin Jardine - 0 likes
- Kevin Jardine@kevin

Kevin Jardine - 0 likes
- Ruben@rubenz

Ruben - 0 likes
- elHayaze@hayaza

elHayaze - 0 likes
- Kevin Jardine@kevin

Kevin Jardine - 0 likes
You must log in to post replies.Hi Kevin,
Just installed the plugins, and i also get the following error:
[Tue Mar 23 21:10:48 2010] [error] [client 85.147.17.68] PHP Fatal error: Class 'ElggUnsearchableObject' not found in /home/caravan/public_html/eee/mod/form/models/profile.php on line 56, referer: http://eee.caravan.nl/mod/form/manage_group_profile_categories.php?username=admin
Any idea's, I already checked the entitie_subtypes and there was no reference to any ElggUnsearchableObject to be found?
Gr, Ruben
You have the wrong version of the plugins. You must have installed the bad 0.85 version.
Please delete the form directory entirely from mod and install the latest version.
Oh wait.
There is still one reference left.
:(
edit that file and replace
ElggUnsearchableObject
with
ElggObject
I'll fix that in the next release.
That is
mod/form/models/profile.php
I've grepped the source and that is the only reference I've overlooked.
Sorry about that.
I was just about to say that i'm sure it's in profile.php ;-)
That did the trick!
Tx, Ruben
Hi Kevin, when trying to add new fields and saving it, I am taken back to the homepage and the new field not saved. It happens with all form type.
Any way I can fix this ? I am using 1.7
Thanks.
@elHayaze:
This issue has already been discussed here:
http://community.elgg.org/mod/groups/topicposts.php?topic=463548&group_guid=56389
As I've mentioned there, I can't reproduce this problem and I can't help without more information (eg. relevant information from your PHP error log).
Please post any more information you might have on the above thread.