Hello.
It's my first post here and I'm newbie with Elgg. Well, I installed the Form plugin in a localhost to test it, but I'm having problems when I try to create the form, in fact it is created but when I try to add a field or change the configuration the result is a blank page. The Elgg version installed is 1.7 and Form plugin 0.8.5
Thanks
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.
Do you get any messages in your PHP error log?
Thanks for your answer Kevin. Sorry for my stupidity but, where can I find and see the error log with Xampp?
On my machine it is here:
xampp/apache/logs/phperror.log
Ok, my file is: xampp/apache/logs/error.log
[Wed Mar 10 14:07:13 2010] [error] [client 127.0.0.1] La clase 'ElggUnsearchableObject' no ha sido encontrada, plugin perdido?, referer: http://localhost/elgg/action/form/manage_form
[Wed Mar 10 14:07:13 2010] [error] [client 127.0.0.1] ID for field Locomotora is 0, referer: http://localhost/elgg/action/form/manage_form
[Wed Mar 10 14:07:13 2010] [error] [client 127.0.0.1] La clase 'ElggUnsearchableObject' no ha sido encontrada, plugin perdido?, referer: http://localhost/elgg/action/form/manage_form
Yikes!
That was created by experimental code that should have been removed in the current release.
My apologies.
Unfortunately, Elgg caches object classes and so the only way to fix that is to edit your database.
Look in the entities_subtypes table and set "ElggUnsearchableObject" wherever you see it in the class column to the empty string.
Please tell me if that works for you.
I have set this plugin collection to private access until I can get out another release.
Only in the subtype column, form_data is empty, so I set ElssUnsearchableObject, but it doesn't work.
ElggUnsearchableObject should be removed everywhere, not added.
Sorry Kevin, my English isn't very good, so I misunderstood you before.
I did what you said and now the plugin works. It's a great plugin.
Now the blank page is displayed when I click the link View all (/mod/form/my_forms.php?id=78&form_view=all)
- Previous
- 1
- 2
- 3
- 4
- 5
- 6
- Next
You must log in to post replies.