Warning: mysql_connect() [function.mysql-connect]: Too many connections in /web/websites/appenzeller-party_ch/www/public_html/_includes/kdb.php on line 76
Error encountered: (MySQL) Connection to localhost has failed.
Warning: mysql_connect() [function.mysql-connect]: Too many connections in /web/websites/appenzeller-party_ch/www/public_html/_includes/kdb.php on line 76
Error encountered: (MySQL) Connection to localhost has failed.Error encountered: error 0 : No database connection has been established.

SELECT id, code, name FROM t_languages ORDER BY orderid ASC Error encountered: error 0 : No database connection has been established.

SELECT t_folders.id, parentid, t_folder_lang.name, description, t_folder_lang.language, t_folder_lang.id langid, t_folders.orderid, CONCAT(created.firstname,' ',created.lastname) createdby, UNIX_TIMESTAMP(t_folders.createdon) createdon, CONCAT(modified.firstname,' ',modified.lastname) modifiedby, UNIX_TIMESTAMP(t_folders.modifiedon) modifiedon, CONCAT(langcreated.firstname,' ',langcreated.lastname) langcreatedby, UNIX_TIMESTAMP(t_folder_lang.createdon) langcreatedon, CONCAT(langmodified.firstname,' ',langmodified.lastname) langmodifiedby, UNIX_TIMESTAMP(t_folder_lang.modifiedon) langmodifiedon FROM t_folders INNER JOIN t_folder_types ON t_folders.fk_folder_typeid = t_folder_types.id INNER JOIN t_folder_lang ON t_folders.id = t_folder_lang.fk_folderid LEFT JOIN t_users created ON created.id = t_folders.createdby LEFT JOIN t_users modified ON modified.id = t_folders.modifiedby LEFT JOIN t_users langcreated ON langcreated.id = t_folder_lang.createdby LEFT JOIN t_users langmodified ON langmodified.id = t_folder_lang.modifiedby WHERE t_folders.isdeleted = 0 AND t_folder_lang.isdeleted = 0 AND t_folder_types.id = 1 ORDER BY t_folders.orderid, name Error encountered: error 0 : No database connection has been established.

SELECT t_folders.id folderid, t_groups.name, hasread, haswrite, CONCAT(created.firstname,' ',created.lastname) createdby, UNIX_TIMESTAMP(t_folder_groups.createdon) createdon FROM t_folders INNER JOIN t_folder_types ON t_folders.fk_folder_typeid = t_folder_types.id LEFT JOIN t_folder_groups ON t_folder_groups.fk_folderid = t_folders.id LEFT JOIN t_groups ON t_folder_groups.fk_groupid = t_groups.id LEFT JOIN t_users created ON created.id = t_folder_groups.createdby WHERE t_folder_types.id = 1
Fatal error: Call to a member function fetch_object() on a non-object in /web/websites/appenzeller-party_ch/www/public_html/_includes/kcms.php on line 207