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

Article Details
URL: https://www.awbs.com/hd/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=91
Article ID: 91
Created On: Mar 31 2008 02:01 PM

Answer Running windows server and get the following error when trying to email a customer;
Error in my_thread_global_end(): 2 threads didn't exit


This is a php bug, performing the following task usuaully clears up the problem:

Just go to the end of php.ini
Change:
[PHP_MYSQL]
extension=php_mysql.dll
to:
;[PHP_MYSQL]
;extension=php_mysql.dll

Then go to:
;extension=php_mysql.dll
and enable it:
extension=php_mysql.dll