PDA

View Full Version : Strange Error


slipkot
Sun 25th May '08, 7:03am
Hello,

when i do sth in the admin panel, whatever is that, in the bottom of the page i get this error.

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

or
Error in my_thread_global_end(): 2 threads didn't exit

What is that?

Jake Bunce
Sun 25th May '08, 11:57pm
I did some searching and found reports that this error is caused by this bug in MySQL:

http://bugs.mysql.com/bug.php?id=25621

In the cases I found the customer was able to fix it by upgrading both PHP and MySQL to the latest stable versions. I recommend you ask your host to upgrade these services.

slipkot
Tue 27th May '08, 6:26am
Thanks for your time!

slipkot
Thu 5th Jun '08, 10:11am
Well, the error has been solved! The only thing i done was:

go to your PHP install directory and rename libmysql.dll to libmysql.old.

Next head to http://www.php.net/releases/ and grab 5.2.1 Windows Binary download, just open the zip. Once open copy libmysql.dll to your php directory.