Connect Database failed

Hi to all,

i ve got an connect Database failed if somebody will join my page. All Data of the new user will be stored in the database. only the password will not hash. And the new user dont get any email. Also he cant log in. If I look into the mysql logfile I see the following;

''''

110414 16:53:21 - mysqld got signal 11;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.

key_buffer_size=16777216
read_buffer_size=258048
max_used_connections=2
max_connections=100
threads_connected=1
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 92783 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

thd=0x21d6760
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
Cannot determine thread, fp=0x458c9fe0, backtrace may not be correct.
Stack range sanity check OK, backtrace follows:
(nil)
New value of fp=0x21d6760 failed sanity check, terminating stack trace!
Please read http://dev.mysql.com/doc/mysql/en/using-stack-trace.html and follow instructions on how to resolve the stack trace. Resolved
stack trace is much more helpful in diagnosing the problem, so please do
resolve it
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...
thd->query at 0x2214270 = 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=11
The manual page at http://www.mysql.com/doc/en/Crashing.html contains
information that should help you find out what is causing the crash.

Number of processes running now: 0
110414 16:53:21 mysqld restarted
110414 16:53:21 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
110414 16:53:21 InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 28944134.
InnoDB: Doing recovery: scanned up to log sequence number 0 28944134
110414 16:53:22 InnoDB: Started; log sequence number 0 28944134
110414 16:53:22 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.0.45' socket: '/var/lib/mysql/mysql.sock' port: 3306 SUSE MySQL RPM

 

''''

I think something goes wrong in the sys_email_templates table!?

I will be happy if somebody can help me.

whitestar::..

Quote · 15 Apr 2011

Make sure that mysql access data is correctly in inc/header.inc.php. You can compare them with values in Cpanel - mysql data base

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 15 Apr 2011

Hi SashaE,

the database datas in the inc file are correct. The new will also be listed in the Profile_table. With all data he post in the form for joining the page.

Quote · 15 Apr 2011

the confirm mail about the admin tool also gets an error. Is it possible that something is wrong in my database with the langID?

 

error mysql


thd=0x223bf00
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
Cannot determine thread, fp=0x444fefe0, backtrace may not be correct.
Stack range sanity check OK, backtrace follows:
(nil)
New value of fp=0x223bf00 failed sanity check, terminating stack trace!
Please read http://dev.mysql.com/doc/mysql/en/using-stack-trace.html and follow instructions on how to resolve the stack trace. Resolved
stack trace is much more helpful in diagnosing the problem, so please do
resolve it
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...
thd->query at 0x225f1c0 = SELECT `Subject`, `Body` FROM `sys_email_templates` WHERE `Name`='t_Confirmation' AND (`LangID` = '2' OR `LangID` = '0') ORDER BY `LangID` DESC LIMIT 1
thd->thread_id=96


Quote · 15 Apr 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.