Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 98954 invoked from network); 27 May 2010 15:01:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 May 2010 15:01:26 -0000 Received: (qmail 48995 invoked by uid 500); 27 May 2010 15:01:25 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 48961 invoked by uid 500); 27 May 2010 15:01:25 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 48953 invoked by uid 99); 27 May 2010 15:01:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 15:01:24 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=AWL,FREEMAIL_FROM,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of couchp@gmx.net designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 27 May 2010 15:01:18 +0000 Received: (qmail 6363 invoked by uid 0); 27 May 2010 15:00:56 -0000 Received: from 87.185.141.27 by www052.gmx.net with HTTP; Thu, 27 May 2010 17:00:56 +0200 (CEST) Content-Type: text/plain; charset="utf-8" Date: Thu, 27 May 2010 17:00:56 +0200 From: couchp@gmx.net Message-ID: <20100527150056.8510@gmx.net> MIME-Version: 1.0 Subject: couchdb 0.11 on debian lenny, futon.js error To: user@couchdb.apache.org X-Authenticated: #5236427 X-Flags: 0001 X-Mailer: WWW-Mail 6100 (Global Message Exchange) X-Priority: 3 X-Provags-ID: V01U2FsdGVkX188U6RhJ4E8Rw9o+COGkygWMnfpEkjLSHXoLJc4D2 ySm2MlKMR2hIoBY8wr6/HMh5/6DpkvnQt31g== Content-Transfer-Encoding: 8bit X-GMX-UID: f+yMazdieSEqWKqFJHQhVCN+IGRvbwAG X-FuHaFi: 0.46000000000000002 Hi, I managed to install couchdb 0.11 on a debian lenny via deb http://http.us.debian.org/debian testing main contrib non-free in /etc/apt/sources.list As far as I can see couchdb is up and running fine. I added two databases and querying them via curl worked great. The problem however is that Futon does not work right. http://localhost:5984/_utils/ The Startpage renders and shows only the website skeleton. The sidebar is missing and no database is shown in the database section of the screen. Firebugs console tells me there is a javascript error: this.live is not a function [Break on this error] return this.live('focusin', function() { in futon.js?0.11.0 (line 382) which is in context: $.fn.addPlaceholder = function() { 379 if (this[0] && "placeholder" in document.createElement("input")) { 380 return; // found native placeholder support 381 } 382 return this.live('focusin', function() { 383 var input = $(this); 384 if (input.val() === input.attr("placeholder")) { 385 input.removeClass("placeholder").val(""); 386 } 387 }).live("focusout", function() { 388 var input = $(this); 389 if (input.val() === "") { 390 input.val(input.attr("placeholder")).addClass("placeholder"); 391 } 392 }).trigger("focusout"); 393 } Does anyone has experienced the same problem and could help me out or give some hints about a possible misconfiguration? Maybe some info about the environment may help: Linux Debian-50-lenny-64-LAMP 2.6.26-2-amd64 curl http://127.0.0.1:5984/ {"couchdb":"Welcome","version":"0.11.0"} erl -version Erlang (SMP,ASYNC_THREADS) (BEAM) emulator version 5.7.5 in default.ini: only changed the default 127.0.0.1 to: bind_address = 0.0.0.0 The problem does occur on other PCs and other browsers as well. Since I only found one guy who had the same problem (without solving it) in the web (http://bitsandpieces.jonmoniaci.com/2010/05/couchdb-0-11-backport-for-lenny/) I really would appreciate some hints for further investigation. Sincerely, couchP -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01