[Weom CMS] Register Problem Help!

11/07/2015 19:43 lordofme001#1
Hi Guys , After registration, I'm getting this error :mad: Pls help :(

[Only registered and activated users can see links. Click Here To Register...]
11/07/2015 21:04 4StoryDesinger#2
szMail not declared in SQL?
11/07/2015 23:12 AncientCompiler#3
Huh Weom have done nothing on that CMS haha.
Anyway ....
The column szMail does not exist in TACCOUNT.
11/07/2015 23:24 glossypvp#4
Quote:
Originally Posted by iSuicideBomber View Post
Huh Weom have done nothing on that CMS haha.
Anyway ....
The row szMail does not exist in TACCOUNT, genius.
Did you mean the column szMail?

Quote:
Originally Posted by lordofme001 View Post
Hi Guys , After registration, I'm getting this error :mad: Pls help :(

[Only registered and activated users can see links. Click Here To Register...]
Read what does it says. It says: invalid column name 'szMail'.
Either remove that part of the code where it uses szMail, or add the field szMail to your TACCOUNT table via Navicat's table designer, or by executing the following command:

Code:
ALTER TABLE TACCOUNT ALTER COLUMN szMail varchar(128)
Was it too painful? ;-)

By the way, as iSuicideBomber said, this CMS has nothing to do with Weom. As far as I know, It's originally by Syntaxfehler.
11/08/2015 02:31 ArazGames#5
Weom was working on it too (not as much as syntax tho).
11/08/2015 08:02 lordofme001#6
Quote:
Originally Posted by glossypvp View Post
Did you mean the column szMail?


Read what does it says. It says: invalid column name 'szMail'.
Either remove that part of the code where it uses szMail, or add the field szMail to your TACCOUNT table via Navicat's table designer, or by executing the following command:

Code:
ALTER TABLE TACCOUNT ALTER COLUMN szMail varchar(128)
Was it too painful? ;-)

By the way, as iSuicideBomber said, this CMS has nothing to do with Weom. As far as I know, It's originally by Syntaxfehler.

Thank u glossy :)