trevorpowell
Member
Posted 5 years ago #
Since upgrading to WordPress 2.3, I have been getting an error where the page stalls during load and then this message is appended after the html tag is closed:
Error in my_thread_global_end(): 1 threads didn't exit
Am running WordPress on PHP 5.2.4 and IIS 6. If I downgrade PHP to 4.4.7, the problem disappears.
I was having the same problem. WordPress 2.3.1. PHP 5.2.3. IIS. Thanks for the tip. I downgraded PHP to 4.4.7 and it seems to have fixed it.
bchurchwell
Member
Posted 5 years ago #
I finally found the fix (at least for me).
In your PHP folder, rename libmysql.dll and replace it with version 5.2.1's version. Worked right away. I had a little trouble finding 5.2.1 version, but just put it in Google PHP 5.2.1, and you get it. Just need to replace that one dll. Good luck