PDA

View Full Version : Error in my_thread_global_end():


a2zOnline
30-07-08, 13:01
Hi,
Can anyone help?
Installed but getting error at the end of each page.

Error in my_thread_global_end(): 1 threads didn't exit

testing url: e-xists.com

Regards,
Akhil

Andy
30-07-08, 13:22
Hi Akhil
This is a MySQL error/bug.

Are you connecting to a MySQL database with your V2 install?
if not, then it'll be a problem at the shopwindow end.

Ollie
30-07-08, 13:53
Hi Akhil,

Welcome to the forum.

This is actually not an error in the ShopWindow Client but a known bug in PHP/MySQL.

If you have your own server you can resolve this PHP/MySQL error by completing the following steps:
1. Goto your PHP install directory and rename libmysql.dll to libmysql.old
2. Goto www.php.net/releases/ and get PHP 5.2.1 Windows Binary download
3. Unzip the binary
4. Copy containing libmysql.dll to your PHP directory

If you do not, I would suggest contacting your web host and asking them to do this on your behalf. You can direct them to these bug support tickets if it helps:
http://forums.mysql.com/read.php?10,153077,153077#msg-153077
http://bugs.php.net/bug.php?id=41350

I hope this helps.

Ollie

a2zOnline
30-07-08, 15:05
Hi Akhil,

Welcome to the forum.

This is actually not an error in the ShopWindow Client but a known bug in PHP/MySQL.

If you have your own server you can resolve this PHP/MySQL error by completing the following steps:
1. Goto your PHP install directory and rename libmysql.dll to libmysql.old
2. Goto www.php.net/releases/ and get PHP 5.2.1 Windows Binary download
3. Unzip the binary
4. Copy containing libmysql.dll to your PHP directory

If you do not, I would suggest contacting your web host and asking them to do this on your behalf. You can direct them to these bug support tickets if it helps:
http://forums.mysql.com/read.php?10,153077,153077#msg-153077
http://bugs.php.net/bug.php?id=41350

I hope this helps.

Ollie
Thanks Ollie,

Its Working... :)

Akhil