I'm working on an existing Elgg site that I have upgraded from v1.4 to v1.7 (could not do 1.8 because of existing theme and plugin incompatibility). Now, when a new user tries to register they are taken to /pg/search/?tag=Search no matter what they fill in on the registration form. I have the siteaccess as well as search plugins, but even with these disbaled I have the same problem. Has anyone encountered this before? I would love ot know how to fix it as user's are currently unable to register. I have my changes on the dev site only, so cannot post the link for you unfortunately.
There are a number of other plugins installed, but having disabled them one by one I still get the same problem. If I disable the theme then the registration form returns an error on the email address input field every time no matter what is put in there and the user is not taken to any other page. The problem is likely in the theme somwhere and is probably a result of it not being entirely compatible with v1.7, but I can't find the answer. Any help would be greatly appreciated.
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.
- Arsalan Shah@arsalanlee

Arsalan Shah - 0 likes
- Hugh@hlashbrooke

Hugh - 0 likes
- Hugh@hlashbrooke

Hugh - 0 likes
- Jeroen Dalsem@jdalsem

Jeroen Dalsem - 0 likes
- Hugh@hlashbrooke

Hugh - 0 likes
- Team Webgalli@webgalli

Team Webgalli - 0 likes
- Hugh@hlashbrooke

Hugh - 0 likes
- raymongey@raymongey

raymongey - 0 likes
You must log in to post replies.run upgrade.php
Done that, but it didn't work (just tried it again as well).
More info: I have setup Facebook and Twitter connect options and those work for registration, so the registration functionality is working fine, it's just the form isn't submitting correctly or something.
As a workaround for the problem you could maybe use this "Login Redirector" plugin
http://community.elgg.org/pg/plugins/jdalsem/read/384766?release=719128
Well the registraiton does not actually create a new user in the database, it just takes them to the URL I mentioned. This mean that no login process actually happens, so redirecting after login won't help. That is a handy plugin though - thanks.
Check the code of your registration form and the registration action.
I've checked everything and can't see where a problem would be coming in. The registration form action is set to /action/register, so that's correct. Not sure what's supposed to happen after that.
did you manage to figure it out? My sites register form is doing something similar and Im pulling my hair out!
If someone goes to register page, fills in details and clicks finish... it simply reloads the register page (with blank fields)
any help would be much appreciated!