Warning:
mysql_connect() [function.mysql-connect]: Too many connections
in /home/www.ernaehrungs-umschau.de/htdocs/yum/_php/database.php on line 386

381    *
382    * Stellt eine Verbindung zu der in $this->location angegebenen Datenbank her
383    */
384    function connect() {
385        $this->deconstruct_location();
386        $this->db mysql_connect($this->host$this->user$this->password)

387            or die("Verbindungsaufbau zum SQL-Server ist fehlgeschlagen.");

----------------
Debug backtrace:
----------------
	@  -- _errorHandler(...)
	@ >/yum/_php/database.php:386 -- mysql_connect(...)
	@ >/yum/_php/database.php:370 -- database->connect()
	@ >/yum/_php/database.php:312 -- database->select_db()
	@ >/yum/_php/database.php:99 -- database->query(...)
	@ >/yum/_php/database.php:188 -- db_select->init(...)
	@ >/yum/_php/object_wonder.php:215 -- db_select->data(...)
	@ >/_localintentions/articles/details.php:10 -- object_wonder->initDetails(...)
	@ >/yum/_php/intention.php:249 -- include(...)
	@ >/yum/_php/intention.php:224 -- intention_section->_init()
	@ >/archiv/summaries/index.php:21 -- intention_section->init()
Verbindungsaufbau zum SQL-Server ist fehlgeschlagen.