mysqli_sql_exception Object ( [message:protected] => Too many connections [string:Exception:private] => [code:protected] => 1040 [file:protected] => /srv/www/wahox/framework/lib/classes/MySQL_i.php [line:protected] => 43 [trace:Exception:private] => Array ( [0] => Array ( [file] => /srv/www/wahox/framework/lib/classes/MySQL_i.php [line] => 43 [function] => __construct [class] => mysqli [type] => -> ) [1] => Array ( [file] => /srv/www/wahox/framework/lib/classes/MySQL_i.php [line] => 22 [function] => connect [class] => MySQL_i [type] => -> ) [2] => Array ( [file] => /srv/www/wahox/framework/lib/classes/DB.php [line] => 27 [function] => __construct [class] => MySQL_i [type] => -> ) [3] => Array ( [file] => /srv/www/wahox/framework/models/Bildquellen.php [line] => 12 [function] => __construct [class] => DB [type] => -> ) [4] => Array ( [file] => /srv/www/wahox/framework/lib/classes/Controller.php [line] => 93 [function] => getInstance [class] => Models\Bildquellen [type] => :: ) [5] => Array ( [file] => /srv/www/wahox/framework/lib/classes/Controller.php [line] => 35 [function] => loadModel [class] => Controller [type] => -> ) [6] => Array ( [file] => /srv/www/wahox/framework/lib/classes/Block.php [line] => 24 [function] => __construct [class] => Controller [type] => -> ) [7] => Array ( [file] => /srv/www/wahox/sprungking/master/Master.php [line] => 153 [function] => __construct [class] => Block [type] => -> ) [8] => Array ( [file] => /srv/www/wahox/sprungking/index.php [line] => 16 [function] => indexAction [class] => Master [type] => -> ) ) [previous:Exception:private] => [sqlstate:protected] => HY000 ) Es ist ein Fehler aufgetreten:
Too many connections - in /srv/www/wahox/framework/lib/classes/MySQL_i.php - Zeile 43 (Code: 1040)

Trace:
Datei: /srv/www/wahox/framework/lib/classes/MySQL_i.php - Zeile: 43
Datei: /srv/www/wahox/framework/lib/classes/MySQL_i.php - Zeile: 22
Datei: /srv/www/wahox/framework/lib/classes/DB.php - Zeile: 27
Datei: /srv/www/wahox/framework/models/Bildquellen.php - Zeile: 12
Datei: /srv/www/wahox/framework/lib/classes/Controller.php - Zeile: 93
Datei: /srv/www/wahox/framework/lib/classes/Controller.php - Zeile: 35
Datei: /srv/www/wahox/framework/lib/classes/Block.php - Zeile: 24
Datei: /srv/www/wahox/sprungking/master/Master.php - Zeile: 153
Datei: /srv/www/wahox/sprungking/index.php - Zeile: 16
vorheriger Output: Template: master/_tpl.html
-------------------------
Controller: Sites\Blog
Template: sites/blog/_tpl.html
-------------------------

SELECT blog.*,
portal_user.id AS user_id,
portal_user.username,
portal_user.forename,
portal_user.surname,
branchen.id AS firma_id,
branchen.firma,
branchen.ort AS firma_ort
FROM blog
LEFT JOIN portal_user ON blog.user_id = portal_user.id
LEFT JOIN branchen ON blog.branchen_id = branchen.id
WHERE 1 AND blog.id IN (0,111,118,132,890,1003) AND (blog.user_id = '' OR (gueltigvon < NOW() AND is_public = 1))
ORDER BY gueltigvon DESC
LIMIT 0, 1000
Controller: Blocks\Blog
Template: /srv/www/wahox/sprungking/../framework//blocks/blog/show.html
-------------------------
Controller: Blocks\Blog
Template: /srv/www/wahox/sprungking/../framework//blocks/blog/ad.html
-------------------------
Controller: Blocks\Navi_portal
Template: blocks/navi_portal/_tpl.html
-------------------------
Controller: Blocks\Footer
Template: blocks/footer/_tpl.html
-------------------------
Controller: Blocks\Location
Template: blocks/location/_tpl.html
-------------------------
Controller: Blocks\Identity
Template: blocks/identity/_tpl.html
-------------------------
Controller: Blocks\Bildquellen