Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Help running experimental web client
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Xiaoxin  
View profile  
 More options Feb 21 2010, 12:05 am
From: Xiaoxin <xiao...@miccah.com>
Date: Sat, 20 Feb 2010 21:05:20 -0800 (PST)
Local: Sun, Feb 21 2010 12:05 am
Subject: Help running experimental web client
Hello! I'm trying to run the experimental JS client code on your site
and I'm running into some issues.

First, I couldn't find any documentation on how to setup the
environment. So I have threw the code into an Apache PHP server. The
root index.php fails when I submit with missing files.

Warning: include(HTTP/WebDAV/Client.php) [function.include]: failed to
open stream: No such file or directory in /Users/xiaoxin/Sites/
weave.php  on line 3

Warning: include() [function.include]: Failed opening 'HTTP/WebDAV/
Client.php' for inclusion (include_path='.:/usr/lib/php') in /Users/
xiaoxin/Sites/weave.php on line 3

Warning: file_get_contents() [function.file-get-contents]: Unable to
find the wrapper "webdavs" - did you forget to enable it when you
configured PHP? in /Users/xiaoxin/Sites/weave.php on line 13

Warning: file_get_contents(webdavs://...@services.mozilla.com/0.2/user/
javascript/meta/version) [function.file-get-contents]: failed to open
stream: No such file or directory in /Users/xiaoxin/Sites/weave.php on
line 13

Warning: file_get_contents() [function.file-get-contents]: Unable to
find the wrapper "webdav" - did you forget to enable it when you
configured PHP? in /Users/xiaoxin/Sites/weave.php on line 18

Warning: file_get_contents(webdav://...@services.mozilla.com/0.2/user/
javascript/meta/version) [function.file-get-contents]: failed to open
stream: No such file or directory in /Users/xiaoxin/Sites/weave.php on
line 18

Warning: Cannot modify header information - headers already sent by
(output started at /Users/xiaoxin/Sites/weave.php:3) in /Users/xiaoxin/
Sites/weave.php on line 28

0.2? is this the code I'm supposed to use?

Then I tried running workers/index.php and this is the error I get in
Firebug.

payload is undefined
http://localhost/~xiaoxin/workers/javascripts/actions.js
Line 453

Any guidance would be appreciated!

- Xiaoxin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Toby Elliott  
View profile  
 More options Mar 5 2010, 12:50 pm
From: Toby Elliott <telli...@mozilla.com>
Date: Fri, 5 Mar 2010 09:50:24 -0800
Local: Fri, Mar 5 2010 12:50 pm
Subject: Re: Help running experimental web client
Where did you find links to this code? It's ancient.

You probably want http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server/

though if you want the scalable implementation, you'll want to start at https://wiki.mozilla.org/Labs/Weave/API

Regards,
Toby Elliott
Mozilla

On Feb 20, 2010, at 9:05 PM, Xiaoxin wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Murz  
View profile  
 More options Apr 13 2010, 10:30 am
From: Murz <mur...@gmail.com>
Date: Tue, 13 Apr 2010 07:30:41 -0700 (PDT)
Local: Tues, Apr 13 2010 10:30 am
Subject: Re: Help running experimental web client
Same problem!

For solve Failed opening 'HTTP/WebDAV/Client.php' errors you can
install php pear webdav-client library from
http://pear.php.net/package/HTTP_WebDAV_Client/download (or via
command "pear install HTTP_WebDAV_Client-1.0.0" in linux and restart
apache).

After that you can go to the second step, but will see the error:
Warning: file_get_contents(webdav://...@services.mozilla.com/0.2/user/
javascript/meta/version) [function.file-get-contents]: failed to open
stream: No such file or directory in /Users/xiaoxin/Sites/weave.php on
line 18

I think that weave server at now has newer version that 0.2, but web-
based client support only 0.2 version :(
Any other ideas how to use web based weave client?

On Feb 21, 9:05 am, Xiaoxin <xiao...@miccah.com> wrote:

--
You received this message because you are subscribed to the Google Groups "mozilla-labs-weave-dev" group.
To post to this group, send email to mozilla-labs-weave-dev@googlegroups.com.
To unsubscribe from this group, send email to mozilla-labs-weave-dev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mozilla-labs-weave-dev?hl=en.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Murz  
View profile  
 More options Apr 13 2010, 10:31 am
From: Murz <mur...@gmail.com>
Date: Tue, 13 Apr 2010 07:31:14 -0700 (PDT)
Local: Tues, Apr 13 2010 10:31 am
Subject: Re: Help running experimental web client
Same problem!

For solve Failed opening 'HTTP/WebDAV/Client.php' errors you can
install php pear webdav-client library from
http://pear.php.net/package/HTTP_WebDAV_Client/download (or via
command "pear install HTTP_WebDAV_Client-1.0.0" in linux and restart
apache).

After that you can go to the second step, but will see the error:
Warning: file_get_contents(webdav://...@services.mozilla.com/0.2/user/
javascript/meta/version) [function.file-get-contents]: failed to open
stream: No such file or directory in /Users/xiaoxin/Sites/weave.php on
line 18

I think that weave server at now has newer version that 0.2, but web-
based client support only 0.2 version :(
Any other ideas how to use web based weave client?

On Feb 21, 9:05 am, Xiaoxin <xiao...@miccah.com> wrote:

--
You received this message because you are subscribed to the Google Groups "mozilla-labs-weave-dev" group.
To post to this group, send email to mozilla-labs-weave-dev@googlegroups.com.
To unsubscribe from this group, send email to mozilla-labs-weave-dev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mozilla-labs-weave-dev?hl=en.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Toby Elliott  
View profile  
 More options Apr 21 2010, 12:40 pm
From: Toby Elliott <telli...@mozilla.com>
Date: Wed, 21 Apr 2010 09:40:08 -0700
Local: Wed, Apr 21 2010 12:40 pm
Subject: Re: Help running experimental web client
Weave hasn't used WebDav in about 18 months and is running version 1.0, which would be the issue. I'm not sure what you're trying to do here, but I can promise this isn't the way to go!

Regards,
Toby Elliott
Mozilla

On Apr 13, 2010, at 7:31 AM, Murz wrote:

--
You received this message because you are subscribed to the Google Groups "mozilla-labs-weave-dev" group.
To post to this group, send email to mozilla-labs-weave-dev@googlegroups.com.
To unsubscribe from this group, send email to mozilla-labs-weave-dev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mozilla-labs-weave-dev?hl=en.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Connor  
View profile  
 More options Apr 21 2010, 12:52 pm
From: Mike Connor <mcon...@gmail.com>
Date: Wed, 21 Apr 2010 12:52:22 -0400
Local: Wed, Apr 21 2010 12:52 pm
Subject: Re: Help running experimental web client
http://hg.mozilla.org/labs/weaveweb/ may be what you're looking for,
but that needs some updates to work with current client versions.
(Patches accepted!)

-- Mike

--
You received this message because you are subscribed to the Google Groups "mozilla-labs-weave-dev" group.
To post to this group, send email to mozilla-labs-weave-dev@googlegroups.com.
To unsubscribe from this group, send email to mozilla-labs-weave-dev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mozilla-labs-weave-dev?hl=en.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Murz  
View profile  
 More options Apr 22 2010, 2:01 am
From: Murz <mur...@gmail.com>
Date: Wed, 21 Apr 2010 23:01:46 -0700 (PDT)
Local: Thurs, Apr 22 2010 2:01 am
Subject: Re: Help running experimental web client
On Apr 21, 8:52 pm, Mike Connor <mcon...@gmail.com> wrote:
> http://hg.mozilla.org/labs/weaveweb/may be what you're looking for,
> but that needs some updates to work with current client versions.

This project at now use webdav protocol, that didn't work on current
weave server.

--
You received this message because you are subscribed to the Google Groups "mozilla-labs-weave-dev" group.
To post to this group, send email to mozilla-labs-weave-dev@googlegroups.com.
To unsubscribe from this group, send email to mozilla-labs-weave-dev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mozilla-labs-weave-dev?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Anant Narayanan  
View profile  
 More options Apr 22 2010, 11:48 am
From: Anant Narayanan <an...@mozilla.com>
Date: Thu, 22 Apr 2010 17:48:44 +0200
Local: Thurs, Apr 22 2010 11:48 am
Subject: Re: Help running experimental web client
Hi,

On Apr 22, 2010, at 8:01 AM, Murz wrote:

> On Apr 21, 8:52 pm, Mike Connor <mcon...@gmail.com> wrote:
>> http://hg.mozilla.org/labs/weaveweb/may be what you're looking for,
>> but that needs some updates to work with current client versions.
> This project at now use webdav protocol, that didn't work on current
> weave server.

You want to run the code from http://hg.mozilla.org/labs/weaveweb/file/tip/workers which has been updated to work with the latest server version.

Regards,
Anant

--
You received this message because you are subscribed to the Google Groups "mozilla-labs-weave-dev" group.
To post to this group, send email to mozilla-labs-weave-dev@googlegroups.com.
To unsubscribe from this group, send email to mozilla-labs-weave-dev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mozilla-labs-weave-dev?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Murz  
View profile  
 More options Apr 22 2010, 1:19 pm
From: Murz <mur...@gmail.com>
Date: Thu, 22 Apr 2010 10:19:52 -0700 (PDT)
Local: Thurs, Apr 22 2010 1:19 pm
Subject: Re: Help running experimental web client

On Apr 22, 7:48 pm, Anant Narayanan <an...@mozilla.com> wrote:

> You want to run the code fromhttp://hg.mozilla.org/labs/weaveweb/file/tip/workerswhich has been updated to work with the latest server version.

Thank's! I found the new version at file weaveweb/workers/index.html
It accepts my password, pathphrase and connects!

But after this shows the js error in browser:
Error: input.replace is not a function
and the search form didn't work.

--
You received this message because you are subscribed to the Google Groups "mozilla-labs-weave-dev" group.
To post to this group, send email to mozilla-labs-weave-dev@googlegroups.com.
To unsubscribe from this group, send email to mozilla-labs-weave-dev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mozilla-labs-weave-dev?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »