On May 16, 2008, at 23:16, Terry Catapano wrote:
Jan,
No jquery.couch.js but a jquery.js
Here's the directory listing:
/usr/local/share/couchdb/www/script$ ls
browse.js couch.js couch_tests.js jquery.cookies.js jquery.js
json2.js pprint.js shell.js
Any ideas?
Yeah: Grab all the missing files from:
http://svn.apache.org/viewvc/incubator/couchdb/trunk/share/www/script/
and put them in the script/ folder.
It'd be cool if you could help us out with investigating
this issue: Can you check your svn checkout, too
$checkout/share/couchdb/www/script/ and see if
it simply forgot to fetch the files and/or make an $ svn up
if the are there, can you try making a clean install into
/tmp (using $ ./configure --prefix=/tmp && make && make install)
to see if the files get installed then? If not, can you paste the
output of make install someplace?
Sounds mighty strange.
Cheers
Jan
--
Thanks,
Terry
On Fri, May 16, 2008 at 5:06 PM, Jan Lehnardt <[EMAIL PROTECTED]> wrote:
On May 16, 2008, at 20:42, Terry Catapano wrote:
Jan,
I have 0.7.3a1. Just checked it out via svn today. Doesn't look
like I
have jquery.couch.js. Where should I be looking, just to make sure?
it should be under $whereeveryouinstalledcouchdb/share/couchdb/www/
script/
so possibly /usr/share/couchdb/www/script/ or
/usr/local/share/couchdb/www/script/
Thanks,
Terry
On Fri, May 16, 2008 at 2:22 PM, Jan Lehnardt <[EMAIL PROTECTED]>
wrote:
Heya Terry,
what version of CouchDB have you installed? Do you have the file
jquery.couch.js? Is it loaded correctly in Firefox (Use Firebug
to find
out)?
Cheers
Jan
--
On May 16, 2008, at 20:04, Terry Catapano wrote:
I'm probably overlooking something simple, but I'm unable to
create a
database within Futon. My Firefox error console reports this
error:
Error: $.showDialog is not a function
Source File: http://localhost:5984/_utils/script/browse.js
Line: 21
I'm using Firefox 2.0.0.14 on OS X 10.4.11. Couchdb is installed
on
Ubuntu
7.10.
Any help would be appreciated.
Thanks
Terry