Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F115786B for ; Thu, 14 Jul 2011 15:06:59 +0000 (UTC) Received: (qmail 99367 invoked by uid 500); 14 Jul 2011 15:06:57 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 99330 invoked by uid 500); 14 Jul 2011 15:06:56 -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 99322 invoked by uid 99); 14 Jul 2011 15:06:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2011 15:06:56 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alex.barbalex@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2011 15:06:51 +0000 Received: by vws16 with SMTP id 16so333199vws.11 for ; Thu, 14 Jul 2011 08:06:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=T2vemzuuyIK0FALjAMZyEBb+8+/rKNtHZu7LN6tuuBM=; b=cCp6frO7z4FIHd1sGHZsyBGdBy1WGISIbWnXd4sYphOpBqnYk3Kh6JAMOrURJQv9JE tEP9R5L1sfcmMjQaDKNAKCuNIYwBoUZwY2SNV1EfjAwkZ+KRhKM2jp2aVtTUMfTzgZwI Z/39BipA+OVv4QEaUjW1bsr2Q/ptLfDdTeFgU= MIME-Version: 1.0 Received: by 10.52.159.135 with SMTP id xc7mr2610442vdb.188.1310655990860; Thu, 14 Jul 2011 08:06:30 -0700 (PDT) Sender: alex.barbalex@gmail.com Received: by 10.52.181.202 with HTTP; Thu, 14 Jul 2011 08:06:30 -0700 (PDT) In-Reply-To: References: Date: Thu, 14 Jul 2011 17:06:30 +0200 X-Google-Sender-Auth: KvsoK7_i_qOWVM85dMDeFYb0qMo Message-ID: Subject: Re: update from 1.02 to 1.1.0 > Error: "userCtx is null" From: Alexander Gabriel To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=bcaec53f8e05c20dc504a808e0cd --bcaec53f8e05c20dc504a808e0cd Content-Type: text/plain; charset=UTF-8 uups, since today userCtx is null again! I tried updating jquery.couch.js from here again: https://github.com/apache/couchdb/blob/trunk/share/www/ script/jquery.couch.js but it doesn't help this time. This is the page: http://barbalex.iriscouch.com/evab-ch_barbalex_evab/_design/evab/index.html You have to signup. Is this an issue with iriscouch? Alex 2011/7/1 Randall Leeds > On Jul 1, 2011 7:43 AM, "Alexander Gabriel" wrote: > > > > Hi Randall > > > > You made my day. I downloaded a new version from here: > > > > https://github.com/apache/couchdb/blob/trunk/share/www/script/jquery.couch.js > > and > > it works now. > > > > Yay! > > > I must have made a mistake updating. I wonder what else I have done wrong > > updating. I simply got a new Windows exe and installed it. Obviously I > also > > have to replace manually the CouchDB and CouchApp js files in my app. Now > it > > seems quite clear but being a real beginner I didn't realize before. > > > > Is updating CouchDb and CouchApp explained well somewhere? > > > > If you're including jquery.couch.js in your couchapp it's probably good to > stay up to date with it. Since Futon uses it, it's included with CouchDB. > If > it doesn't exist already, you could actually modify your .ini file to > create > a static path to the system-included copy. > > In general, though, this shouldn't be a problem. Since jquery.couch.js uses > the normal HTTP interface to CouchDB it should work against any release of > a > particular major version. In other words, we don't plan to break anything > until 2.0. You just happened to stumble upon a bug that was recently fixed. > Sorry about that! > > > Thanks so much for helping!!! > > > > Of course! I'm glad the fix was so easy. > > -Randall > --bcaec53f8e05c20dc504a808e0cd--