Gossamer Forum
Home : Products : Others : Gossamer Community :

New Sign Up wont insert

Quote Reply
New Sign Up wont insert
Hi,

Here is the issue... Beta 3 v.0.9.2


A new user goes to the sign up page and fills in all required fields

presses Sign Up

An error message comes up:

Unable to insert user <b>XXXXXXXXX</b> because: Validation Code must not be left blank.

But this is before the validation email is sent to them.

Any ideas as per why this has happened?

BTW...Existing users can login and go with no problem.



Thanks!

Brian

Last edited by:

Teambldr: Jun 14, 2003, 8:42 AM
Quote Reply
Re: [Teambldr] New Sign Up wont insert In reply to
It was a field in GForum that could not be left blank (validation)

Maybe this can be addressed in the Community GForum Plugin.



Thanks!

Brian
Quote Reply
Re: [Teambldr] New Sign Up wont insert In reply to
Hi,

What version of Gossamer Forum are you using?

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] New Sign Up wont insert In reply to
1.1.8 Alex
Quote Reply
Re: [Alex] New Sign Up wont insert In reply to
Hi,

Just had this bug on someones site. Was a fix never released for this? (seems we don't need the "validation" stuff in any of the GLinks stuff, as its all handled by GComm) ... maybe just pre-fill those fields with "" or 1 ?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] New Sign Up wont insert In reply to
Never mind - it seemed to be a bug from the imported users. Running this stopped that error:

Code:
UPDATE `comm_users` SET comm_email_code = 1234 WHERE `comm_email_code` IS NULL

Not sure if that was fixed up? (its 1.1.1 of GComm, and 3.2.0 of GLinks)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!