I've been getting the same error a few times, and have exchanged several e-mails with the host about it. If anyone experiences it again, please contact me immediately by PM or email so that I can troubleshoot.In the last few days I get the following error all the time. Can you up the max_user_connections a bit so it doesnt happen. If not its no biggie I can deal with it.
SQL error: User spellhol_forum has already more than 'max_user_connections' active connections
SQL error code:
Date: Wednesday 07th of December 2005 04:00:28 PM
thanks
ronin
Forum bug reports
#121
Posted 07 December 2005 - 01:31 PM
Khadion NPC mod - Team leader, head designer
Hubelpot NPC mod - Team leader, coder
NPC Damage - Coder
PC Soundsets - Coder, voice actor
Brythe NPC mod - Designer
DragonLance TC - Glory of Istar - Designer
The NPC Interaction Expansion Project - Writer for Cernd, Sarevok
The Jerry Zinger Show - Producer
Iron Modder 5 - Winner
#122
Posted 13 December 2005 - 11:54 AM
ronin
Edited by ronin69hof, 13 December 2005 - 11:56 AM.
#123
Posted 14 December 2005 - 03:54 AM
Edited by Ascension64, 14 December 2005 - 03:55 AM.
--------------
Retired Modder
Note: I do not respond to profile comments/personal messages in regards to troubleshooting my modifications. Please post on the public forums instead.
Baldur's Gate Trilogy-WeiDU and Mods
Throne of Bhaal Extender (TobEx)
Contributions: (NWN2) A Deathstalker (voice acting) - (IWD2) IWD2 NPC Project (soundset editing) - (Misc) SHS PC Soundsets (voice acting)
Legacy: (BG/Tutu/BGT) Beregost Crash Fixer 1.9 (18 Jul 10) - (BG2) Enable conversations with charmed/dominated creatures (18 Jul 10) - (BG2) Experience Corrections (18 Jul 10) - (Misc) Platform Conversion Utility RC2 (13 Feb 10)
#124
Posted 29 December 2005 - 06:33 AM
IPB WARNING [2] mysql_connect(): User spellhol_forum has already more than 'max_user_connections' active connections (Line: 132 of /ips_kernel/class_db_mysql.php)
There appears to be an error with the database.
You can try to refresh the page by clicking here.
I've refreshed quite a few times, so it must be somewhere in the logs. Hope it'll help.
IWD NPC, Xan, The Sellswords, Back to Brynnlaw, Assassinations, Dungeon Crawl, Reunion, Branwen, Coran, Tiax, Xan BG1 Friendship
BG1 NPC, Romantic Encounters
#125
Posted 29 December 2005 - 06:34 AM
This is not fun at all, and I hope I'll be able to provide a permanent solution to the problem as soon as possible.
Khadion NPC mod - Team leader, head designer
Hubelpot NPC mod - Team leader, coder
NPC Damage - Coder
PC Soundsets - Coder, voice actor
Brythe NPC mod - Designer
DragonLance TC - Glory of Istar - Designer
The NPC Interaction Expansion Project - Writer for Cernd, Sarevok
The Jerry Zinger Show - Producer
Iron Modder 5 - Winner
#126
Posted 05 January 2006 - 02:37 AM
SQL error: User spellhol_forum has already more than 'max_user_connections' active connections
SQL error code:
Date: Thursday 05th of January 2006 05:36:44 AM
#127
Posted 05 January 2006 - 02:44 AM
I think this might have something to do with browsing/loading too many posts at the same time. The server might get overloaded deciding exactly what the particular user is doing and basically kicks out till a timeout occurs. Just my wacky thoughts...Just got one as well.
SQL error: User spellhol_forum has already more than 'max_user_connections' active connections
SQL error code:
Date: Thursday 05th of January 2006 05:36:44 AM
--------------
Retired Modder
Note: I do not respond to profile comments/personal messages in regards to troubleshooting my modifications. Please post on the public forums instead.
Baldur's Gate Trilogy-WeiDU and Mods
Throne of Bhaal Extender (TobEx)
Contributions: (NWN2) A Deathstalker (voice acting) - (IWD2) IWD2 NPC Project (soundset editing) - (Misc) SHS PC Soundsets (voice acting)
Legacy: (BG/Tutu/BGT) Beregost Crash Fixer 1.9 (18 Jul 10) - (BG2) Enable conversations with charmed/dominated creatures (18 Jul 10) - (BG2) Experience Corrections (18 Jul 10) - (Misc) Platform Conversion Utility RC2 (13 Feb 10)
#128
Posted 05 January 2006 - 05:11 AM
Database connections open and close very fast, or at lease they should. Connections are active, pulling data from the DB at the exact time you are looking at the number of active connections. Right now as I type this, I am not using a DB connection, but when I click the submit button, I will open and close a DB connection for a split second.
It would take probably a lot of users (or a bad DDoS attack, but that's not very likely) to use up 60 connections, which the limit we have is. This limit was originally 10, then raised several times as we've encountered this error.
PHP closes a mysql connection automatically on shutdown even if you don't manually call mysql_close (which IPB does).
The exception to this would be if we enabled persistent connections, which we haven't.
Khadion NPC mod - Team leader, head designer
Hubelpot NPC mod - Team leader, coder
NPC Damage - Coder
PC Soundsets - Coder, voice actor
Brythe NPC mod - Designer
DragonLance TC - Glory of Istar - Designer
The NPC Interaction Expansion Project - Writer for Cernd, Sarevok
The Jerry Zinger Show - Producer
Iron Modder 5 - Winner
#129
Posted 05 January 2006 - 05:30 AM
Edited by Ascension64, 05 January 2006 - 05:30 AM.
--------------
Retired Modder
Note: I do not respond to profile comments/personal messages in regards to troubleshooting my modifications. Please post on the public forums instead.
Baldur's Gate Trilogy-WeiDU and Mods
Throne of Bhaal Extender (TobEx)
Contributions: (NWN2) A Deathstalker (voice acting) - (IWD2) IWD2 NPC Project (soundset editing) - (Misc) SHS PC Soundsets (voice acting)
Legacy: (BG/Tutu/BGT) Beregost Crash Fixer 1.9 (18 Jul 10) - (BG2) Enable conversations with charmed/dominated creatures (18 Jul 10) - (BG2) Experience Corrections (18 Jul 10) - (Misc) Platform Conversion Utility RC2 (13 Feb 10)
#130
Posted 05 January 2006 - 05:35 AM
Khadion NPC mod - Team leader, head designer
Hubelpot NPC mod - Team leader, coder
NPC Damage - Coder
PC Soundsets - Coder, voice actor
Brythe NPC mod - Designer
DragonLance TC - Glory of Istar - Designer
The NPC Interaction Expansion Project - Writer for Cernd, Sarevok
The Jerry Zinger Show - Producer
Iron Modder 5 - Winner
#131
Posted 05 January 2006 - 02:18 PM
Anyways, it's not too annoying, it's usually just a matter of waiting a minute or two.
Edited by Grunker, 05 January 2006 - 02:21 PM.
- Yahtzee
#132
Posted 05 January 2006 - 04:17 PM
Khadion NPC mod - Team leader, head designer
Hubelpot NPC mod - Team leader, coder
NPC Damage - Coder
PC Soundsets - Coder, voice actor
Brythe NPC mod - Designer
DragonLance TC - Glory of Istar - Designer
The NPC Interaction Expansion Project - Writer for Cernd, Sarevok
The Jerry Zinger Show - Producer
Iron Modder 5 - Winner
#133
Posted 05 January 2006 - 05:51 PM
--------------
Retired Modder
Note: I do not respond to profile comments/personal messages in regards to troubleshooting my modifications. Please post on the public forums instead.
Baldur's Gate Trilogy-WeiDU and Mods
Throne of Bhaal Extender (TobEx)
Contributions: (NWN2) A Deathstalker (voice acting) - (IWD2) IWD2 NPC Project (soundset editing) - (Misc) SHS PC Soundsets (voice acting)
Legacy: (BG/Tutu/BGT) Beregost Crash Fixer 1.9 (18 Jul 10) - (BG2) Enable conversations with charmed/dominated creatures (18 Jul 10) - (BG2) Experience Corrections (18 Jul 10) - (Misc) Platform Conversion Utility RC2 (13 Feb 10)
#134
Posted 07 January 2006 - 04:04 AM
. I had 0 PMs by yesterday, got a new one today, and I both middle-cliked it and left-clicked it by mistake (= new tab + same tab). Now it displays minus one new PM.
@any admin: feel free to log into my PM box and check anything for this problem (the problem arised with the latest PM I got by igi as of now, which doesn't contain anything secret; just avoid SC's PMs, which may contain passwords).
Edited by the bigg, 07 January 2006 - 04:05 AM.
Italian users: help test the Stivan NPC!
Author or Co-Author: WeiDU - Widescreen - Generalized Biffing - Refinements - TB#Tweaks - IWD2Tweaks - TB#Characters - Traify Tool - Some mods that I won't mention in public
Maintainer: Semi-Multi Clerics - Nalia Mod - Nvidia Fix
Code dumps: Detect custom secondary types - Stutter Investigator
If possible, send diffs, translations and other contributions using Git.
#135
Posted 07 January 2006 - 04:25 AM
--------------
Retired Modder
Note: I do not respond to profile comments/personal messages in regards to troubleshooting my modifications. Please post on the public forums instead.
Baldur's Gate Trilogy-WeiDU and Mods
Throne of Bhaal Extender (TobEx)
Contributions: (NWN2) A Deathstalker (voice acting) - (IWD2) IWD2 NPC Project (soundset editing) - (Misc) SHS PC Soundsets (voice acting)
Legacy: (BG/Tutu/BGT) Beregost Crash Fixer 1.9 (18 Jul 10) - (BG2) Enable conversations with charmed/dominated creatures (18 Jul 10) - (BG2) Experience Corrections (18 Jul 10) - (Misc) Platform Conversion Utility RC2 (13 Feb 10)
#136
Posted 07 January 2006 - 05:37 AM
Okay, that's a bit funky. It's a bug which happens from time to time, and it's most easily solved by sending yourself a PM and then delete it.I'm having a weird minus one new PM information on the status line:
[image]
I had 0 PMs by yesterday, got a new one today, and I both middle-cliked it and left-clicked it by mistake (= new tab + same tab). Now it displays minus one new PM.
I'd do it for you, but...
...there's no possible way for any admin to log into your account or your PM box.@any admin: feel free to log into my PM box and check anything for this problem (the problem arised with the latest PM I got by igi as of now, which doesn't contain anything secret; just avoid SC's PMs, which may contain passwords).
Khadion NPC mod - Team leader, head designer
Hubelpot NPC mod - Team leader, coder
NPC Damage - Coder
PC Soundsets - Coder, voice actor
Brythe NPC mod - Designer
DragonLance TC - Glory of Istar - Designer
The NPC Interaction Expansion Project - Writer for Cernd, Sarevok
The Jerry Zinger Show - Producer
Iron Modder 5 - Winner
#137
Posted 07 January 2006 - 10:20 AM
Thanks for the workaroundOkay, that's a bit funky. It's a bug which happens from time to time, and it's most easily solved by sending yourself a PM and then delete it.I'm having a weird minus one new PM information on the status line:
[image]
I had 0 PMs by yesterday, got a new one today, and I both middle-cliked it and left-clicked it by mistake (= new tab + same tab). Now it displays minus one new PM.
I'd do it for you, but...
I heard that Admins can check other people's PMs; for example, I recall JC warning people of this on PPG, and on another IPB forum I lurk into an admin said the same thing)....there's no possible way for any admin to log into your account or your PM box.@any admin: feel free to log into my PM box and check anything for this problem (the problem arised with the latest PM I got by igi as of now, which doesn't contain anything secret; just avoid SC's PMs, which may contain passwords).
Italian users: help test the Stivan NPC!
Author or Co-Author: WeiDU - Widescreen - Generalized Biffing - Refinements - TB#Tweaks - IWD2Tweaks - TB#Characters - Traify Tool - Some mods that I won't mention in public
Maintainer: Semi-Multi Clerics - Nalia Mod - Nvidia Fix
Code dumps: Detect custom secondary types - Stutter Investigator
If possible, send diffs, translations and other contributions using Git.
#138
Posted 07 January 2006 - 10:49 AM
Maybe SMF (PPG's software) logs PM's, or similar, and the other IPB board was using an old software version or a mod to log PM's, I don't know. Here on SHS, that would only be possible if someone manually browsed the forum database, which only I have access to, but it would still be hard to follow and not very user-friendly. I would basically see the sender's id, but not the receiver and it would be in a hard-to-read raw state (html and ISO entities for every character except letters). If I actually were to read a full PM and know title, sender, receiver and the full message, I would have to draw information from multiple sources in phpmyadmin and manually puzzle the different things together (and there are no shortcuts to do this).I heard that Admins can check other people's PMs; for example, I recall JC warning people of this on PPG, and on another IPB forum I lurk into an admin said the same thing).
Bottom-line is, even if I could do it theoretically, it's far to time-consuming and complicated to be worth the bother, and I have better things to spend my time on than snooping around reading people's PM's. Finding out full information about one PM is hard enough; and consider the fact that there are between 20-50 PM's sent each day here on SHS. Finding what I'm "looking for" (seeing as how most PM's probably are totally uninteresting to me) would be very tricky indeed. Besides, I don't even want to do it - from a moral point of view. I would be far happier if PM's were MD5-encoded just like passwords.
The board software logs all e-mails sent from through the forum, though, and those are easily viewable from the control panel accessible only to Admins.
So, uh, yeah. No one's reading your PM's.
Khadion NPC mod - Team leader, head designer
Hubelpot NPC mod - Team leader, coder
NPC Damage - Coder
PC Soundsets - Coder, voice actor
Brythe NPC mod - Designer
DragonLance TC - Glory of Istar - Designer
The NPC Interaction Expansion Project - Writer for Cernd, Sarevok
The Jerry Zinger Show - Producer
Iron Modder 5 - Winner
#139
Posted 07 January 2006 - 11:38 AM
Bwahahahaha!!!!
ooops...
Not only are female redheads frequently lovely but theirs is a loveliness that suggests both lust and danger, pleasure and violence, and is, therefore, to the male of the species virtually irresistible. Red O red were the tresses of the original femme fatale. Tom Robbins
The way to a man's heart is through his stomach. Unless you know anthing about anatomy. In that case the way to a man's heart is through his ribs with a meat cleaver. Miss Jyzzy's Guide to Men.
Xtreme Versatility? Xpress Yourself!
#140
Posted 07 January 2006 - 11:38 AM
Khadion NPC mod - Team leader, head designer
Hubelpot NPC mod - Team leader, coder
NPC Damage - Coder
PC Soundsets - Coder, voice actor
Brythe NPC mod - Designer
DragonLance TC - Glory of Istar - Designer
The NPC Interaction Expansion Project - Writer for Cernd, Sarevok
The Jerry Zinger Show - Producer
Iron Modder 5 - Winner