Elxis CMS Forum

Support => General => Topic started by: balisto on October 23, 2008, 21:27:18

Title: [Solved] mysql Error after sending registration
Post by: balisto on October 23, 2008, 21:27:18
Hi,

I get the following mysql-error after sending the user registration form.

Quote
mysql Erreur [1054] : EXECUTE
URI: index.php?option=com_registration&task=saveRegistration&Itemid=5
Message: Unknown column 'sendmail' in 'where clause'
SELECT email, preflang FROM elx_users WHERE gid='25' AND block='0' AND sendmail='1'

Somebody knows what it means and what I can do to solve this?

Cheers,
Chris
Title: Re: mysql Error after sending registration
Post by: Ivan Trebješanin on October 23, 2008, 21:36:33
What MySQL version are you using?
Title: Re: mysql Error after sending registration
Post by: balisto on October 23, 2008, 21:43:14
mysql 5.0.67
Title: Re: mysql Error after sending registration
Post by: ks-net on October 23, 2008, 21:44:07
thats a known error ...

https://forum.elxis.org/index.php?topic=2544.msg15143#msg15143
Title: Re: mysql Error after sending registration
Post by: balisto on October 23, 2008, 21:47:51

Oh, great. Thanks a lot! Will try to fix that.
Title: Re: mysql Error after sending registration
Post by: balisto on October 23, 2008, 22:06:08

I'm stupid, I just realized that there was a new Patch published today which solved the problem anyway.

[Solved]