"Error in my_thread_global_end()" Error.

Doudar

Joined: 2007-05-05
Posts: 2
Posted: Sat, 2007-05-05 18:05

Hi, I have just downloaded Gallery and while the installation went well I am gett this error at the bottom of each page:

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

Has anyone any idear on how to fix this?

Thanks

John D

Gallery version = 2.2.1 core 1.2.0.1
PHP version = 5.2.2 cgi-fcgi
Webserver = Microsoft-IIS/6.0
Database = mysqli 4.1.22-community-nt, lock.system=database
Toolkits = Exif, LinkItemToolkit, Thumbnail, Gd
Acceleration = none, none
Operating system = Windows NT ITSUPPORT 5.2 build 3790
Default theme = matrix
gettext = enabled
Locale = en_GB
Browser = Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)
Rows in GalleryAccessMap table = 22
Rows in GalleryAccessSubscriberMap table = 11
Rows in GalleryUser table = 2
Rows in GalleryItem table = 9
Rows in GalleryAlbumItem table = 2
Rows in GalleryCacheMap table = 0

 
Joppie1984

Joined: 2007-05-06
Posts: 1
Posted: Sun, 2007-05-06 21:06

What worked for me is removing some extensions from the list:
[PHP_MYSQLI]
extension=php_mysqli.dll
[PHP_SOCKETS]
extension=php_sockets.dll
[PHP_IISFUNC]
extension=php_iisfunc.dll
[PHP_PHPDOC]
extension=php_phpdoc.dll
[PHP_WIN32SERVICE]
extension=php_win32service.dll
[PHP_WIN32STD]
extension=php_win32std.dll

Hope this will help!!!

 
Doudar

Joined: 2007-05-05
Posts: 2
Posted: Mon, 2007-05-07 09:21
Joppie1984 wrote:
removing some extensions from the list:

Thanks for the reply Joppie but what list? do you mean the php.ini file?

John