If someone will join my Page he will get an "connect database failed" Error.. The MySql Server gets Signal 11 an the following are in the log-file of mysql:
Some pointers may be invalid and cause the dump to abort...
thd->query at 0x22183c0 = SELECT `Subject`, `Body` FROM `sys_email_templates` WHERE `Name`='t_Activation' AND (`LangID` = '2' OR `LangID` = '0') ORDER BY `LangID` DESC LIMIT 1
thd->thread_id=19
The Data of the new user will be stored correctly in the database "profile" - only the password is "realtext" and not hash.
What can be the solution?
Thanxs
